The qpcr.Plotters

Function API

These are the stand-alone methods for interacting with the qpcr plotting environment.

qpcr.Plotters.func_api.interactive()[source]

Set the default plotting mode to interactive

qpcr.Plotters.func_api.plot(obj, mode: Optional[str] = None, **kwargs)[source]

A generic plotting shortcut to visualise the data from a qpcr class object, if it supports visualisation.

Parameters
  • obj – The object to visualise from.

  • mode (str) – The plotting mode to use. This can be either “static” (matplotlib) or “interactive” (plotly)

  • **kwargs – Any additional keyword arguments.

Returns

The figure produced.

Return type

fig

qpcr.Plotters.func_api.static()[source]

Set the default plotting mode to static

PreviewResults

ReplicateBoxPlot

AssayBars / AssayDots

GroupBars / GroupDots

FilterSummary

EfficiencyLines