Skip to content

Commit

Permalink
Modify figure size in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Nov 1, 2024
1 parent c6d2c63 commit 287e161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/gallery/examples/plotting/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
# The Jensen plot is another cationic ternary discrimination diagram (Jensen, 1976),
# for subalkaline volcanic rocks:
#
JensenPlot(linewidth=0.4, add_labels=True, figsize=(7, 7))
JensenPlot(linewidth=0.4, add_labels=True, figsize=(6,6))
plt.show()
########################################################################################
# Customization - Labelling Schemes and Field Subsets
Expand Down

0 comments on commit 287e161

Please sign in to comment.