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. |
|
|
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 of the function that perform the sql request. |
|
Return the code for selecting a subset of the data. |
|
Return the code for the subplot of a a given y and y axis. |
|
Create an excecutable python code. |
Details
- mendevi.plot.printer.print_cst(**kwargs) list[str][source]
Return the code of the definition of the constants.
- mendevi.plot.printer.print_fill_axe(**kwargs) list[str][source]
Return the code that fill a given axes.
- mendevi.plot.printer.print_grid(axe: str, log: bool | None, dim: str) list[str][source]
Define the ticks rule and log or linear scale.
Parameters
- axestr
The acessor to the matplotlib axe.
- logboolean or None
Defined by get_extractor.
- dimstr
“x” or “y”.
- mendevi.plot.printer.print_main(**kwargs) list[str][source]
Return the code of the function that plot the final graphic.
- mendevi.plot.printer.print_read_sql(**kwargs) list[str][source]
Return the code of the function that perform the sql request.
- mendevi.plot.printer.print_selector(**kwargs) list[str][source]
Return the code for selecting a subset of the data.