Skip to content

Commit

Permalink
Merge branch 'plot1d_lines' of https://github.com/Illviljan/xarray in…
Browse files Browse the repository at this point in the history
…to plot1d_lines
  • Loading branch information
Illviljan committed Apr 5, 2024
2 parents d57b753 + f08f8c5 commit c281454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/user-guide/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ Zoom in a little on the xaxis, and compare a few latitudes and longitudes:

.. ipython:: python
:okwarning:
air_zoom = air.isel(time=slice(1200, 1500), lat=[5, 10, 15], lon=[10, 15])
air_zoom.plot.lines(x="time", hue="lat", linewidth="lon")
Expand All @@ -897,6 +898,7 @@ fashion as scatter

.. ipython:: python
:okwarning:
ds = xr.tutorial.scatter_example_dataset(seed=42)
@savefig lines_xyhuewidthrowcol.png
Expand Down

0 comments on commit c281454

Please sign in to comment.