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() -