Skip to main content
Ctrl+K

Nested Grid Plotter 2.1.1 documentation

  • Installation
  • User guide
  • API Reference
  • Contributing
  • Changelog
    • Credits
  • GitHub
  • Support
  • Contributing
  • Installation
  • User guide
  • API Reference
  • Contributing
  • Changelog
  • Credits
  • GitHub
  • Support
  • Contributing

Section Navigation

  • nested_grid_plotter.SubfigsBuilder
  • nested_grid_plotter.SubplotsMosaicBuilder
  • nested_grid_plotter.Plotter
  • nested_grid_plotter.NestedGridPlotter
  • nested_grid_plotter.AnimatedPlotter
  • nested_grid_plotter.add_grid_and_tick_prams_to_axis
  • nested_grid_plotter.ticklabels_to_datetime
  • nested_grid_plotter.add_twin_axis_as_datetime
  • nested_grid_plotter.add_xaxis_twin_as_date
  • nested_grid_plotter.align_x_axes
  • nested_grid_plotter.align_y_axes
  • nested_grid_plotter.align_x_axes_on_values
  • nested_grid_plotter.align_y_axes_on_values
  • nested_grid_plotter.extract_frames_from_embedded_html_animation
  • nested_grid_plotter.get_line_style
  • nested_grid_plotter.hide_axis_spine
  • nested_grid_plotter.hide_axis_ticklabels
  • nested_grid_plotter.make_patch_spines_invisible
  • nested_grid_plotter.make_ticks_overlapping_axis_frame_invisible
  • nested_grid_plotter.make_x_axes_symmetric_zero_centered
  • nested_grid_plotter.make_y_axes_symmetric_zero_centered
  • nested_grid_plotter.replace_bad_path_characters
  • nested_grid_plotter.add_letter_to_frames
  • nested_grid_plotter.multi_imshow
  • nested_grid_plotter.apply_nice_default_rc_params
  • API Reference
  • nested_grid_plotter.get_line_style

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.

Parameters:

line_style_label (str) – Desired line style label.

Returns:

The line style parameters.

Return type:

tuple(int)

On this page
  • get_line_style()

© Copyright 2022-2026, Antoine Collet.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.