We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a83f17 commit ad9631eCopy full SHA for ad9631e
mtpy/imaging/mtplot_tools/plot_settings.py
@@ -350,7 +350,7 @@ def det_error_bar_properties(self):
350
351
@property
352
def font_dict(self):
353
- return {"size": self.font_size + 2, "weight": self.font_weight}
+ return {"fontsize": self.font_size + 2, "fontweight": self.font_weight}
354
355
def make_pt_cb(self, ax):
356
cmap = mtcl.cmapdict[self.ellipse_cmap]
mtpy/imaging/plot_mt_response.py
@@ -611,6 +611,7 @@ def plot(self):
611
# make plot_title and show
612
if self.plot_title is None:
613
self.plot_title = self.station
614
+ print(self.font_dict)
615
self.fig.suptitle(self.plot_title, fontdict=self.font_dict)
616
617
# be sure to show
0 commit comments