func_sketch._impl.plotter module

func_sketch._impl.plotter module#

Class of plotting.

class func_sketch._impl.plotter.Plotter(plot_range: PlotRange, config: PlotConfig)#

Bases: object

Class of plotting.

property config: PlotConfig#

Get configuration of the plot.

Returns:

Configuration of the plot.

property plot_range: PlotRange#

Get range of the plot.

Returns:

Range of the plot.