NCAR / geocat-examples

GeoCAT-examples provides a gallery of visualization examples demonstrating how to reproduce plots from NCL Applications scripts with packages in Python. It also includes some longer form examples demonstrating how to use functionality from various GeoCAT packages.
https://geocat-examples.readthedocs.io
Apache License 2.0
66 stars 42 forks source link

xy_7 #3

Open clyne opened 4 years ago

clyne commented 4 years ago

Description: Line plotting with two axes

Script URL: https://www.ncl.ucar.edu/Applications/Scripts/xy_7.ncl

Plot URL: https://www.ncl.ucar.edu/Applications/xy.shtml

khallock commented 4 years ago

xy_7_2.py was added in #28, but only one of the two plots from the NCL xy_7.ncl example is being generated: https://geocat-examples.readthedocs.io/en/latest/auto_examples/XY/xy_7_2_lg.html

In the interest of being consistent with the original NCL example, we may want to generate the second plot and also consider renaming the Python script to xy_7.py (or NCL_xy_7.py) to match the original script.