Skip to content

Commit

Permalink
Change font size in wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
timghill committed Nov 28, 2023
1 parent 21f2955 commit 7ed09e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions analysis/make_mechanisms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"""

from matplotlib import pyplot as plt
plt.rc('font', size=9)

from plot_mechanisms import plot_mechanisms
import defaults
Expand Down
1 change: 1 addition & 0 deletions analysis/make_pressure_figs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import numpy as np
from matplotlib import pyplot as plt
plt.rc('font', size=9)

from plot_pressure_maps_separate_timeseries import plot_pressure_maps_timeseries
import defaults
Expand Down

0 comments on commit 7ed09e5

Please sign in to comment.