Loading...

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#

PlottingBase(*args, **kwargs)

Methods:

PlottingBase.get_cmap([color, reverse, idx])

Returns the CMAP associated to the input color.

PlottingBase.get_colors([d, idx])

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")