mendevi.plot.printer¶
Generate a Python code that allows you to plot the graph.
Functions
|
Return the code of the definition of the constants. |
Return the code of the entry point. |
|
|
Help for print_fill_axe. |
|
Return the code that fill a given axes. |
|
Define the ticks rule and log or linear scale. |
Return the code at the very top of the file. |
|
Print the importations. |
|
|
Return the code of the function that plot the final graphic. |
Return the code to compute the mean and the std of a list. |
|
|
Return the code of the function that perform the sql request. |
|
Return the code for the subplot of a a given y and y axis. |
|
Create an excecutable python code. |
|
Convert the label into a valid lowercase variable. |
Details
- mendevi.plot.printer.print_cst(**kwargs: dict) list[str][source]
Return the code of the definition of the constants.
- mendevi.plot.printer.print_fill_axe(**kwargs: dict) list[str][source]
Return the code that fill a given axes.
- mendevi.plot.printer.print_grid(axe: str, dim: str, scale: Scale) list[str][source]
Define the ticks rule and log or linear scale.
Parameters¶
- axestr
The acessor to the matplotlib axe.
- dimstr
“x” or “y”.
- scaleScale
Linear, logarithmic or discrete.
- mendevi.plot.printer.print_main(**kwargs: dict) list[str][source]
Return the code of the function that plot the final graphic.
- mendevi.plot.printer.print_mean_std() list[str][source]
Return the code to compute the mean and the std of a list.
- mendevi.plot.printer.print_read_sql(**kwargs: dict) list[str][source]
Return the code of the function that perform the sql request.