Plotting#
Dataset#
|
Scatter variables against each other. |
|
Quiver plot of Dataset variables. |
|
Plot streamlines of Dataset variables. |
DataArray#
|
Default plot of DataArray using |
|
Filled contour plot of 2D DataArray. |
|
Contour plot of 2D DataArray. |
|
Histogram of DataArray. |
|
Image plot of 2D DataArray. |
|
Line plot of DataArray values. |
|
Pseudocolor plot of 2D DataArray. |
|
Step plot of DataArray values. |
|
Scatter variables against each other. |
|
Surface plot of 2D DataArray. |
Faceting#
|
Initialize the Matplotlib figure and FacetGrid object. |
|
Draw a colorbar. |
|
|
|
|
|
Apply a plotting function to each facet's subset of the data. |
|
Apply a plotting function to a 2d facet's subset of the data. |
|
|
|
|
|
Apply a plotting function to a 1d facet's subset of the data. |
|
Set axis labels on the left column and bottom row of the grid. |
|
Set and control tick behavior. |
|
Draw titles either above each facet or on the grid margins. |
|
Label the x axis on the bottom row of the grid. |
|
Label the y axis on the left column of the grid. |