peakingduck.plotting module

class peakingduck.plotting.LinePlotAdapter[source]

Bases: peakingduck.plotting.plotadaptor.PlotAdapter

lineplot(x, y, datalabel='', xlabel='', ylabel='', logx=False, logy=False, overlay=True)[source]
class peakingduck.plotting.PlotAdapter[source]

Bases: object

Wraps the Matplotlib plotter

addlegend(location)[source]
property engine

The plotter engine

property enginename

The name of the plotting engine

grid(show=True)[source]
newcanvas(*args, **kwargs)[source]
show()[source]
peakingduck.plotting.getplotvalues(x, y)[source]

Matplotlib hist is slow. Use a hist like plot with conventional line plot