pybloqs.plot package

Submodules

pybloqs.plot.core module

pybloqs.plot.core.Area

alias of _SpecPlotOpts

pybloqs.plot.core.Arearange

alias of _SpecPlotOpts

pybloqs.plot.core.Areaspline

alias of _SpecPlotOpts

pybloqs.plot.core.Areasplinerange

alias of _SpecPlotOpts

pybloqs.plot.core.Back(*args, **kwargs)
pybloqs.plot.core.Bar

alias of _SpecPlotOpts

pybloqs.plot.core.Bottom(*args, **kwargs)
pybloqs.plot.core.Boxplot

alias of _SpecPlotOpts

pybloqs.plot.core.Bubble

alias of _SpecPlotOpts

pybloqs.plot.core.Buttons(*args, **kwargs)
pybloqs.plot.core.Candlestick

alias of _SpecPlotOpts

pybloqs.plot.core.Chart(*args, **kwargs)
class pybloqs.plot.core.ChartPeriods[source]

Bases: object

day = 86400000
hour = 3600000
minute = 60000
month = 2592000000
second = 1000
year = 31104000000
pybloqs.plot.core.ColorAxis(*args, **kwargs)
pybloqs.plot.core.Colors(colors)
pybloqs.plot.core.Column

alias of _SpecPlotOpts

pybloqs.plot.core.Columnrange

alias of _SpecPlotOpts

pybloqs.plot.core.Credits(*args, **kwargs)
pybloqs.plot.core.DataClasses(items)
pybloqs.plot.core.DataGrouping(*args, **kwargs)
pybloqs.plot.core.DataLabels(*args, **kwargs)
pybloqs.plot.core.Dial(*args, **kwargs)
pybloqs.plot.core.Errorbar

alias of _SpecPlotOpts

pybloqs.plot.core.Events(*args, **kwargs)
pybloqs.plot.core.ExportButton(*args, **kwargs)
pybloqs.plot.core.Exporting(*args, **kwargs)
class pybloqs.plot.core.Expr(fun_str)[source]

Bases: object

Represents a javascript expression as a string.

write_jscript(stream)[source]
pybloqs.plot.core.Flags

alias of _SpecPlotOpts

pybloqs.plot.core.Frame(*args, **kwargs)
pybloqs.plot.core.Funnel

alias of _SpecPlotOpts

pybloqs.plot.core.Gauge

alias of _SpecPlotOpts

pybloqs.plot.core.Heatmap

alias of _SpecPlotOpts

pybloqs.plot.core.Hover(*args, **kwargs)
pybloqs.plot.core.Items(items)
pybloqs.plot.core.Labels(*args, **kwargs)
pybloqs.plot.core.Legend(*args, **kwargs)
pybloqs.plot.core.Line

alias of _SpecPlotOpts

pybloqs.plot.core.Loading(*args, **kwargs)
pybloqs.plot.core.Marker(*args, **kwargs)
pybloqs.plot.core.Navigation(*args, **kwargs)
pybloqs.plot.core.Navigator(*args, **kwargs)
pybloqs.plot.core.Ohlc

alias of _SpecPlotOpts

pybloqs.plot.core.Options3d(*args, **kwargs)
pybloqs.plot.core.Pane(*args, **kwargs)
pybloqs.plot.core.Pie

alias of _SpecPlotOpts

pybloqs.plot.core.Pivot(*args, **kwargs)
class pybloqs.plot.core.Plot(data, *args, **kwargs)[source]

Bases: pybloqs.block.base.BaseBlock

A composable chart. When the input data is a list of plot objects, they will be merged into a single figure.

inherit(*args)[source]
resource_deps = [<pybloqs.static.JScript object>, <pybloqs.static.JScript object>, <pybloqs.static.JScript object>, <pybloqs.static.JScript object>, <pybloqs.static.JScript object>, <pybloqs.static.JScript object>, <pybloqs.static.JScript object>, <pybloqs.static.JScript object>]
pybloqs.plot.core.PlotBands(items)
pybloqs.plot.core.PlotLines(items)
pybloqs.plot.core.PlotOptions(*args, **kwargs)
pybloqs.plot.core.Point(*args, **kwargs)
pybloqs.plot.core.PrintButton(*args, **kwargs)
pybloqs.plot.core.RangeSelector(*args, **kwargs)
pybloqs.plot.core.ResetZoomButton(*args, **kwargs)
pybloqs.plot.core.Scatter

alias of _SpecPlotOpts

pybloqs.plot.core.Scrollbar(*args, **kwargs)
pybloqs.plot.core.Select(*args, **kwargs)
pybloqs.plot.core.Series(*args, **kwargs)
pybloqs.plot.core.Side(*args, **kwargs)
pybloqs.plot.core.Spline

alias of _SpecPlotOpts

pybloqs.plot.core.StackLabels(*args, **kwargs)
pybloqs.plot.core.States(*args, **kwargs)
pybloqs.plot.core.Style(*args, **kwargs)
pybloqs.plot.core.Subtitle(*args, **kwargs)
pybloqs.plot.core.Title(*args, **kwargs)
pybloqs.plot.core.Tooltip(*args, **kwargs)
pybloqs.plot.core.TooltipPct(*args, **kwargs)
pybloqs.plot.core.XAxis(*args, **kwargs)
pybloqs.plot.core.YAxis(*args, **kwargs)
pybloqs.plot.core.YAxisPct(*args, **kwargs)
pybloqs.plot.core.ZAxis(*args, **kwargs)

pybloqs.plot.extras module

class pybloqs.plot.extras.Corr(data, *args, **kwargs)[source]

Bases: pybloqs.plot.extras.Heatmap

class pybloqs.plot.extras.Heatmap(data, *args, **kwargs)[source]

Bases: pybloqs.plot.core.Plot

class pybloqs.plot.extras.Surface(data, *args, **kwargs)[source]

Bases: pybloqs.plot.core.Plot

Module contents