Skip to content

Commit 1136bcd

Browse files
committed
fix formatting
1 parent d478293 commit 1136bcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ncl/ncl_index/ncl-index-table.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ NCL Function,Description,Python Equivalent,Notes
5959
`gsn_csm_pres_hgt <https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_pres_hgt.shtml>`__,"Creates and draws a pressure/height plot","``geocat.viz.util.add_height_from_pressure_axis()``",`geocat-examples <https://geocat-examples.readthedocs.io/en/latest/gallery/Contours/NCL_h_lat_6.html>`__
6060
`gsn_csm_pres_hgt_vector <https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_pres_hgt_vector.shtml>`__,"Creates and draws a pressure/height contour plot overlaid with vectors","``geocat.comp.interp_hybrid_to_pressure()``",`geocat-examples <https://geocat-examples.readthedocs.io/en/latest/gallery/Contours/NCL_h_lat_7.html>`__
6161
`gsn_csm_streamline <https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_streamline.shtml>`__,"Creates and draws a streamline plot","``matplotlib.pyplot.streamplot()``",`geocat-examples <https://geocat-examples.readthedocs.io/en/latest/gallery/Streamlines/NCL_stream_1.html>`__
62-
`gsn_csm_streamline_map <https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_streamline_map.shtml>`__,"Creates and draws a streamline plot over a map,"``matplotlib.pyplot.streamplot()``",`https://geocat-examples.readthedocs.io/en/latest/gallery/Streamlines/NCL_stream_9.html>`__
62+
`gsn_csm_streamline_map <https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_streamline_map.shtml>`__,"Creates and draws a streamline plot over a map","``matplotlib.pyplot.streamplot()``",`geocat-examples <https://geocat-examples.readthedocs.io/en/latest/gallery/Streamlines/NCL_stream_9.html>`__
63+
`gsn_csm_contour_map <https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_contour_map.shtml>`__,"Creates and draws a contour plot over a map","``matplotlib.pyplot.contour()``",`geocat-examples <https://geocat-examples.readthedocs.io/en/latest/gallery/MapProjections/NCL_proj_1.html>`__

0 commit comments

Comments
 (0)