| Package | Description |
|---|---|
| tech.tablesaw.plotly | |
| tech.tablesaw.plotly.components | |
| tech.tablesaw.plotly.traces |
| Class and Description |
|---|
| 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).
|
| Class and Description |
|---|
| Axis |
| Axis.AutoRange
Determines whether or not the range of this axis is computed in relation to the input data.
|
| Axis.AxisBuilder |
| 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.Spikes |
| Axis.Spikes.SpikeMode |
| Axis.Spikes.SpikesBuilder |
| Axis.Spikes.SpikeSnap |
| Axis.Type
Sets the axis type.
|
| Font |
| Font.Family
HTML font family - the typeface that will be applied by the web browser.
|
| Font.FontBuilder |
| Grid.RowOrder |
| HoverLabel |
| HoverLabel.HoverLabelBuilder |
| Layout |
| 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.
|
| Layout.LayoutBuilder |
| Line |
| Line.LineBuilder |
| Line.Shape |
| Margin
The margin for the plot
|
| Margin.MarginBuilder |
| Marker |
| Marker.MarkerBuilder |
| Marker.Palette
Predefined palettes
|
| 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"
"pentagon-open" | "pentagon-dot | "pentagon-open-dot"
"hexagon-open" | "hexagon-dot" | "hexagon-open-dot"
"hexagon2-open" | "hexagon2-dot" | "hexagon2-open-dot"
"octagon-open" | "octagon-dot" | "octagon-open-dot"
"star-open" | "star-dot" | "star-open-dot"
"hexagram-open" | "hexagram-dot" | "hexagram-open-dot"
"star-triangle-up-open" | "star-triangle-up-dot" | "star-triangle-up-open-dot"
"star-triangle-down-open" | "star-triangle-down-dot" | "star-triangle-down-open-dot"
"star-square-open" | "star-square-dot" | "star-square-open-dot"
"star-diamond-open" | "star-diamond-dot" | "star-diamond-open-dot"
"diamond-tall-open" | "diamond-tall-dot" | "diamond-tall-open-dot"
"diamond-wide-open" | "diamond-wide-dot" | "diamond-wide-open-dot"
"hourglass-open"
"bowtie-open"
"circle-cross-open"
"circle-x-open"
"square-cross-open"
"square-x-open"
"diamond-cross-open"
"diamond-x-open"
"cross-thin-open"
"x-thin-open"
"asterisk-open"
"hash-open" "hash-dot" "hash-open-dot"
"y-up-open"
"y-down-open"
"y-left-open"
"y-right-open"
"line-ew-open"
"line-ns-open"
"line-ne-open"
"line-nw-open"
default: "circle"
Sets the marker symbol type.
|
| TickSettings |
| 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
|
| TickSettings.TickSettingsBuilder |
| Class and Description |
|---|
| HoverLabel |
| Line |
| Marker |
Copyright © 2018. All rights reserved.