plot_multi (method)¶
-
plot_multi
(self, x_symbol, y_symbol, plot_type='scatter', idx=None, ax=None, title=None)[source]¶ Plot data from a DataKeeper for a given parameter from a ParamExplorer
- x_symbol: str
ParamExplorer or DataKeeper symbol
- y_symbol: str
ParamExplorer or DataKeeper symbol
- plot_type: str
scatter or plot to chose plot type
- idx: slice
To plot only some data
- ax: matplotlib.pyplot.Axe
To put the plot in a specific ax
- title: str
Figure or subfigure title according to ax
- Returns
- Return type
fig or ax
- Raises