|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
| class | PVPlots |
| Generate plots from csv data. More... | |
Functions | |
| def | configure_ieee (columns=1, shape='square') |
| Configure Matplotlib for IEEE publications. More... | |
| def | configure_a4 (landscape=False) |
| Set Matplotlib figure size to A4. More... | |
| def | configure_latex () |
| Configure Matplotlib for LaTeX-style plotting. More... | |
Variables | |
| float | PRESSURE_SCALE = 0.133322387415 |
| int | TIME_SCALE = 1e-3 |
| def carputils.plot.configure_a4 | ( | landscape = False | ) |
Set Matplotlib figure size to A4.
| def carputils.plot.configure_ieee | ( | columns = 1, |
|
shape = 'square' |
|||
| ) |
Configure Matplotlib for IEEE publications.
| def carputils.plot.configure_latex | ( | ) |
Configure Matplotlib for LaTeX-style plotting.
| float carputils.plot.PRESSURE_SCALE = 0.133322387415 |
| int carputils.plot.TIME_SCALE = 1e-3 |