From eb15ff768603ce2f65143bd923786ad1c4ca7ec2 Mon Sep 17 00:00:00 2001 From: Michaela Sizemore <43652875+michaelavs@users.noreply.github.com> Date: Fri, 12 Feb 2021 10:44:01 -0700 Subject: [PATCH] Update doc/source/plot.rst --- doc/source/plot.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/plot.rst b/doc/source/plot.rst index b7804eb..fb69a7f 100644 --- a/doc/source/plot.rst +++ b/doc/source/plot.rst @@ -7,7 +7,7 @@ make use of xarray's builtin plotting functions, since additional work is most likely needed to extend xarray in order to work correctly. This is planned for a future release. -A subset of the wrfout file used in these examples can be downloaded `here `. +A subset of the wrfout file used in these examples can be downloaded `here `_. Matplotlib With Cartopy ------------------------- @@ -821,4 +821,3 @@ terrain filled. ax_cross.set_title("Cross-Section of Reflectivity (dBZ)", {"fontsize" : 14}) pyplot.show() -