Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Nov 19, 2024
1 parent 49b3837 commit 8eb8487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESMBenchmarkViz/core_scatter_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def scatter_plot(
>>> names = ["A", "B", "C"]
>>> images = ["images/image1.jpg", "images/image2.jpg", "images/image3.jpg"]
>>> scatter_plot(x, y, names, images)
Example use case can be found `here <../examples/example_scatter_plot.html>`_.
Notes
Expand Down

0 comments on commit 8eb8487

Please sign in to comment.