Plotting (CADETProcess.plotting)#
This module provides functionality for plotting in CADET-Process.
General Style#
|
Define the sytle of a plot. |
|
Parameters for secondary axis. |
|
General figure layout. |
|
Configure the layout of a matplotlib Axes object. |
Setup Figure#
|
Set up a matplotlib figure with specified dimensions and style. |
|
Wrap plot functions to provide some general utility. |
Annotations#
|
Parameters for text annotations. |
|
Add list of annotations to axis ax. |
Ticks#
|
Parameters for Axes ticks. |
|
Set the y-ticks on a matplotlib Axes object. |
|
Set the x-ticks on a matplotlib Axes object with rotation. |
Fill Regions#
|
Parameters for fill region. |
|
Add FillRegion to axes. |
Text#
|
Add text to a matplotlib Axes object. |
Hlines#
|
Parameters for plotting horizontal lines. |
|
Add hlines to matplotlib Axes. |