Skip to content

Commit

Permalink
get parameters for the custom lines #140
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Feb 10, 2022
1 parent 1fe5df6 commit 9143218
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metplotpy/plots/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def __init__(self, parameters):
self.series_val_names = self._get_series_val_names()
self.series_ordering = None
self.indy_plot_val = self.get_config_value('indy_plot_val')
self.lines = self.get_config_value('lines')

def get_config_value(self, *args):
"""Gets the value of a configuration parameter.
Expand Down Expand Up @@ -653,3 +654,5 @@ def _get_indy_label(self):
if 'indy_label' in self.parameters.keys():
return self.get_config_value('indy_label')
return self.indy_vals


0 comments on commit 9143218

Please sign in to comment.