Skip to content

Commit

Permalink
Update plotting.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Apr 5, 2024
1 parent 0106bb7 commit d57b753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/user-guide/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,8 @@ fashion as scatter
:okwarning:
ds = xr.tutorial.scatter_example_dataset(seed=42)
@savefig lines_xyzhuewidthrowcol.png
ds.plot.lines(x="A", y="B", z="z", hue="y", linewidth="x", row="x", col="w")
@savefig lines_xyhuewidthrowcol.png
ds.plot.lines(x="A", y="B", hue="y", linewidth="x", row="x", col="w")
Quiver
~~~~~~
Expand Down

0 comments on commit d57b753

Please sign in to comment.