Class | Description |
---|---|
Axis | |
Axis.AxisBuilder | |
Axis.Spikes | |
Axis.Spikes.SpikesBuilder | |
ColorBar | |
ColorBar.ColorBarBuilder | |
Component | |
Figure |
Plotly's graph description places attributes into two categories: traces (objects that describe a
single series of data in a graph like Scatter or Heatmap) and layout attributes that apply to the
rest of the chart, like the title, xaxis, or annotations).
|
Figure.FigureBuilder | |
Font | |
Font.FontBuilder | |
Gradient | |
Gradient.GradientBuilder | |
Grid | |
Grid.GridBuilder | |
HoverLabel | |
HoverLabel.HoverLabelBuilder | |
Layout | |
Layout.LayoutBuilder | |
Line | |
Line.LineBuilder | |
Margin |
The margin for the plot
|
Margin.MarginBuilder | |
Marker | |
Marker.MarkerBuilder | |
Page |
Represents an entire html page that contains a figure
|
Page.PageBuilder | |
TemplateUtils | |
TickSettings | |
TickSettings.TickSettingsBuilder |
Enum | Description |
---|---|
Axis.AutoRange |
Determines whether or not the range of this axis is computed in relation to the input data.
|
Axis.CategoryOrder | |
Axis.Constrain |
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or
those of the other axis), determines how that happens: by increasing the "range" (default), or
by decreasing the "domain".
|
Axis.ConstrainToward |
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or
those of the other axis), determines which direction we push the originally specified plot
area.
|
Axis.RangeMode |
If "normal", the range is computed in relation to the extrema of the input data.
|
Axis.ScaleAnchor |
If set to another axis id (e.g.
|
Axis.Side |
Determines whether an x (y) axis is positioned at the "bottom" ("left") or "top" ("right") of
the plotting area.
|
Axis.Spikes.SpikeMode | |
Axis.Spikes.SpikeSnap | |
Axis.Type |
Sets the axis type.
|
ColorBar.LenMode | |
ColorBar.ThicknessMode |
Determines whether this color bar's thickness (i.e.
|
ColorBar.Xanchor | |
ColorBar.Yanchor | |
Font.Family |
HTML font family - the typeface that will be applied by the web browser.
|
Gradient.Type |
Defines the gradient type
|
Grid.Pattern | |
Grid.RowOrder | |
Grid.XSide | |
Grid.YSide | |
Layout.BarMode |
Determines the display mode for bars when you have multiple bar traces.
|
Layout.DragMode |
Determines the mode of drag interactions.
|
Layout.HoverMode |
Determines the mode of hover interactions.
|
Line.Dash | |
Line.Shape |
Determines the shape of the line Linear (i.e.
|
Marker.Palette |
Predefined palettes
|
Marker.SizeMode | |
Symbol |
symbol ( "circle-open" | "circle-dot" | "circle-open-dot" "square-open" | "square-dot" |
"square-open-dot" "diamond-open" | "diamond-dot" | "diamond-open-dot" "cross-open" | "cross-dot"
| "cross-open-dot" "x-open" | "x-dot" | "x-open-dot" "triangle-up-open" | "triangle-up-dot" |
"triangle-up-open-dot" "triangle-down-open" | "triangle-down-dot" | "triangle-down-open-dot"
"triangle-left-open" | "triangle-left-dot" | "triangle-left-open-dot" "triangle-right-open" |
"triangle-right-dot" | "triangle-right-open-dot" "triangle-ne-open" | "triangle-ne-dot" |
"triangle-ne-open-dot" "triangle-se-open" | "triangle-se-dot" | "triangle-se-open-dot"
"triangle-sw-open" | "triangle-sw-dot" | "triangle-sw-open-dot" "triangle-nw-open" |
"triangle-nw-dot" | "triangle-nw-open-dot"
|
TickSettings.DisplayRules |
Controls the display of prefixes, suffixes, and exponents on ticks
|
TickSettings.ExponentFormat |
Controls the display of prefixes on ticks
|
TickSettings.Mirror |
Controls the display of prefixes on ticks
|
TickSettings.TickMode |
Sets the tick mode for this axis.
|
TickSettings.TickPlacement |
Determines whether and where ticks are drawn
|
Copyright © 2019. All rights reserved.