Skip to content

Commit

Permalink
Increase label font in figures
Browse files Browse the repository at this point in the history
  • Loading branch information
mondracek committed Dec 6, 2024
1 parent 6f741fc commit 1e7d388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppafm/PPPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def plotImages(
V0=0.0,
cbar_label=None,
):
plt.rcParams.update({"font.size": 24})
for ii, i in enumerate(slices):
# print(" plotting ", i)
write_plotting_slice(i)
Expand Down

0 comments on commit 1e7d388

Please sign in to comment.