Skip to content

Commit

Permalink
ENH: Rename example for python.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jun 17, 2024
1 parent 620a96c commit 36a8fa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py/example/example_in_py.py → py/example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@
ln_k = np.log(k)
ax.plot(T, ln_k, label=gas, **style)
ax.legend(ncol=3)


plt.show()

0 comments on commit 36a8fa9

Please sign in to comment.