Browse Source

Update doc/source/plot.rst

main
Michaela Sizemore 4 years ago committed by GitHub
parent
commit
eb15ff7686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      doc/source/plot.rst

3
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 likely needed to extend xarray in order to work correctly. This is planned
for a future release. for a future release.
A subset of the wrfout file used in these examples can be downloaded `here <https://doi.org/10.5065/yd8c-hm41>`. A subset of the wrfout file used in these examples can be downloaded `here <https://doi.org/10.5065/yd8c-hm41>`_.
Matplotlib With Cartopy Matplotlib With Cartopy
------------------------- -------------------------
@ -821,4 +821,3 @@ terrain filled.
ax_cross.set_title("Cross-Section of Reflectivity (dBZ)", {"fontsize" : 14}) ax_cross.set_title("Cross-Section of Reflectivity (dBZ)", {"fontsize" : 14})
pyplot.show() pyplot.show()

Loading…
Cancel
Save