nested_grid_plotter.get_line_style#
- nested_grid_plotter.get_line_style(line_style_label: str) Tuple[float, Sequence[int]][source]#
Get a parametrized linestyle from a line style label.
See https://matplotlib.org/stable/gallery/lines_bars_and_markers/linestyles.html
If a non correct value is given, the solid item is returned by default.