diff --git a/_sources/examples/generated/Colorized_Grid_Data.rst.txt b/_sources/examples/generated/Colorized_Grid_Data.rst.txt index f0d5421..5028daa 100644 --- a/_sources/examples/generated/Colorized_Grid_Data.rst.txt +++ b/_sources/examples/generated/Colorized_Grid_Data.rst.txt @@ -21,25 +21,25 @@ Table of Contents ----------------- | `1 - Imports `__\ + Imports `__\ | `2 Define Data - Request `__\ + Request `__\ | `3 Limit Results Based on - Time `__\ + Time `__\ | `4 Function: - make_map() `__\ + make_map() `__\ | `5 Use the Grid - Data! `__\ + Data! `__\ |     `5.1 Plot Using - pcolormesh `__\ + pcolormesh `__\ |     `5.2 Plot Using - contourf `__\ + contourf `__\ | `6 See - Also `__\ + Also `__\ |     `6.1 Related - Notebooks `__\ + Notebooks `__\ |     `6.2 Additional - Documentation `__\ + Documentation `__\ -------------- @@ -57,7 +57,7 @@ the libraries needed for plotting and manipulating the data from cartopy.mpl.gridliner import LONGITUDE_FORMATTER, LATITUDE_FORMATTER from scipy.constants import convert_temperature -`Top `__ +`Top `__ -------------- @@ -91,7 +91,7 @@ in meters), respectively. DefaultDataRequest(datatype=grid, identifiers={}, parameters=['T'], levels=[], locationNames=['RAP13'], envelope=None) -`Top `__ +`Top `__ -------------- @@ -123,7 +123,7 @@ limit the data to the most recent time and forecast run. Number of available forecast runs: 8 -`Top `__ +`Top `__ -------------- @@ -150,7 +150,7 @@ added, along with lat/lon grids. gl.yformatter = LATITUDE_FORMATTER return fig, ax -`Top `__ +`Top `__ -------------- @@ -232,7 +232,7 @@ a label for our plot. .. image:: Colorized_Grid_Data_files/Colorized_Grid_Data_23_0.png -`Top `__ +`Top `__ -------------- @@ -260,6 +260,6 @@ a label for our plot. - `matplotlib.pyplot.pcolormesh `__ - `matplotlib.pyplot.contourf `__ -`Top `__ +`Top `__ -------------- diff --git a/examples/generated/Colorized_Grid_Data.html b/examples/generated/Colorized_Grid_Data.html index 51840b4..b3e35d5 100644 --- a/examples/generated/Colorized_Grid_Data.html +++ b/examples/generated/Colorized_Grid_Data.html @@ -122,25 +122,25 @@ compare the differences between the two.

Table of Contents

@@ -156,7 +156,7 @@ the libraries needed for plotting and manipulating the data

from scipy.constants import convert_temperature -

Top

+

Top


@@ -183,7 +183,7 @@ in meters), respectively.

DefaultDataRequest(datatype=grid, identifiers={}, parameters=['T'], levels=[<dynamicserialize.dstypes.com.raytheon.uf.common.dataplugin.level.Level.Level object at 0x11127bfd0>], locationNames=['RAP13'], envelope=None)
 
-

Top

+

Top


@@ -209,7 +209,7 @@ to see the differences.

Number of available forecast runs: 8 -

Top

+

Top


@@ -232,7 +232,7 @@ added, along with lat/lon grids.

return fig, ax -

Top

+

Top


@@ -296,7 +296,7 @@ a label for our plot.

../../_images/Colorized_Grid_Data_23_0.png -

Top

+

Top


@@ -323,7 +323,7 @@ Parameters

  • matplotlib.pyplot.pcolormesh

  • matplotlib.pyplot.contourf

  • -

    Top

    +

    Top