Skip to content

Commit

Permalink
change the name of attribute from caption_color to caption_col #140
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Feb 11, 2022
1 parent bb1edc2 commit 8f8ce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplotpy/plots/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, parameters):
self.plot_caption = self.get_config_value('plot_caption')
# plain text, bold, italic, bold italic are choices in METviewer UI
self.caption_weight = self.get_config_value('caption_weight')
self.caption_color = self.get_config_value('caption_color')
self.caption_color = self.get_config_value('caption_col')
# relative magnification
self.caption_size = self.get_config_value('caption_size')

Expand Down

0 comments on commit 8f8ce6d

Please sign in to comment.