Skip to content

Commit

Permalink
Merge pull request #160 from drf5n/patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
Huite authored Sep 19, 2023
2 parents 42c677f + c34d4bf commit e8ede68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Xugrid (pronounced "kiss you grid" by `visionaries 🗢
fig, (ax0, ax1) = plt.subplots(figsize=(22.6, 10), ncols=2)
uda.ugrid.plot(ax=ax0, vmin=-20, vmax=90, cmap="terrain")
ax0.axhline(y=section_y, color="red")
section.plot(ax=ax1, x="mesh2d_x")
section.plot(ax=ax1, x="mesh2d_face_x")
.. image:: https://raw.githubusercontent.com/Deltares/xugrid/main/docs/_static/xugrid-demo.png
:target: https://github.com/deltares/xugrid
Expand Down

0 comments on commit e8ede68

Please sign in to comment.