Plotting¶
This page illustrates the Plotting Base class. It is still incomplete. In order to understand the graphics in more detail, please check out the Chart Gallery User Guide.
Base¶
|
Methods:
|
Returns the CMAP associated to the input color. |
|
If a color or list of colours is available in the input dictionary, return it. |
SQL¶
Switching Libraries¶
Plotly¶
verticapy.set_option("plotting_lib","plotly")
Matplotlib¶
verticapy.set_option("plotting_lib","matplotlib")
Highcharts¶
verticapy.set_option("plotting_lib","highcharts")