Bases: plotly.basedatatypes.BaseTraceHierarchyType
arraydtick
¶
The stride between grid lines along the axis
An int (or float that will be cast to an int) in the interval [1, 9223372036854775807]
arraytick0
¶
The starting index of grid lines along the axis
An int (or float that will be cast to an int) in the interval [0, 9223372036854775807]
autorange
¶
Determines whether or not the range of this axis is computed in relation to the input data. See rangemode
for more info. If range
is provided, then autorange
is set to False.
[True, False, ‘reversed’]
Any
autotypenumbers
¶
Using “strict” a numeric string in trace data is not converted to a number. Using convert types a numeric string in trace data may be treated as a number during automatic axis type
detection. Defaults to layout.autotypenumbers.
[‘convert types’, ‘strict’]
Any
categoryarray
¶
Sets the order in which categories on this axis appear. Only has an effect if categoryorder
is set to “array”. Used with categoryorder
.
The ‘categoryarray’ property is an array that may be specified as a tuple, list, numpy array, or pandas Series
numpy.ndarray
categoryarraysrc
¶
Sets the source reference on Chart Studio Cloud for categoryarray
.
The ‘categoryarraysrc’ property must be specified as a string or as a plotly.grid_objs.Column object
categoryorder
¶
Specifies the ordering logic for the case of categorical variables. By default, plotly uses “trace”, which specifies the order that is present in the data supplied. Set categoryorder
to category ascending or category descending if order should be determined by the alphanumerical order of the category names. Set categoryorder
to “array” to derive the ordering from the attribute categoryarray
. If a category is not found in the categoryarray
array, the sorting behavior for that attribute will be identical to the “trace” mode. The unspecified categories will follow the categories in categoryarray
.
[‘trace’, ‘category ascending’, ‘category descending’, ‘array’]
Any
cheatertype
¶
[‘index’, ‘value’]
Any
color
¶
Sets default for all colors associated with this axis all at once: line, font, tick, and grid colors. Grid color is lightened by blending this with the plot background Individual pieces can override this.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
dtick
¶
The stride between grid lines along the axis
An int or float in the interval [0, inf]
int|float
endline
¶
Determines whether or not a line is drawn at along the final value of this axis. If True, the end line is drawn on top of the grid lines.
The ‘endline’ property must be specified as a bool (either True, or False)
endlinecolor
¶
Sets the line color of the end line.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
endlinewidth
¶
Sets the width (in px) of the end line.
An int or float
int|float
exponentformat
¶
Determines a formatting rule for the tick exponents. For example, consider the number 1,000,000,000. If “none”, it appears as 1,000,000,000. If “e”, 1e+9. If “E”, 1E+9. If “power”, 1x10^9 (with 9 in a super script). If “SI”, 1G. If “B”, 1B.
[‘none’, ‘e’, ‘E’, ‘power’, ‘SI’, ‘B’]
Any
fixedrange
¶
Determines whether or not this axis is zoom-able. If true, then zoom is disabled.
The ‘fixedrange’ property must be specified as a bool (either True, or False)
gridcolor
¶
Sets the axis line color.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
griddash
¶
Sets the dash style of lines. Set to a dash type string (“solid”, “dot”, “dash”, “longdash”, “dashdot”, or “longdashdot”) or a dash length list in px (eg “5px,10px,2px,2px”).
[‘solid’, ‘dot’, ‘dash’, ‘longdash’, ‘dashdot’, ‘longdashdot’]
(e.g. ‘5px 10px 2px 2px’, ‘5, 10, 2, 2’, ‘10% 20% 40%’, etc.)
gridwidth
¶
Sets the width (in px) of the axis line.
An int or float in the interval [0, inf]
int|float
labelalias
¶
Replacement text for specific tick or hover labels. For example using {US: ‘USA’, CA: ‘Canada’} changes US to USA and CA to Canada. The labels we would have shown must match the keys exactly, after adding any tickprefix or ticksuffix. For negative numbers the minus sign symbol used (U+2212) is wider than the regular ascii dash. That means you need to use −1 instead of -1. labelalias can be used with any axis type, and both keys (if needed) and values (if desired) can include html- like tags or MathJax.
The ‘labelalias’ property accepts values of any type
Any
labelpadding
¶
Extra padding between label and the axis
An int (or float that will be cast to an int)
labelprefix
¶
Sets a axis label prefix.
A string
A number that will be converted to a string
labelsuffix
¶
Sets a axis label suffix.
A string
A number that will be converted to a string
linecolor
¶
Sets the axis line color.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
linewidth
¶
Sets the width (in px) of the axis line.
An int or float in the interval [0, inf]
int|float
minexponent
¶
Hide SI prefix for 10^n if |n| is below this number
An int or float in the interval [0, inf]
int|float
minorgridcolor
¶
Sets the color of the grid lines.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
minorgridcount
¶
Sets the number of minor grid ticks per major grid tick
An int (or float that will be cast to an int) in the interval [0, 9223372036854775807]
minorgriddash
¶
Sets the dash style of lines. Set to a dash type string (“solid”, “dot”, “dash”, “longdash”, “dashdot”, or “longdashdot”) or a dash length list in px (eg “5px,10px,2px,2px”).
[‘solid’, ‘dot’, ‘dash’, ‘longdash’, ‘dashdot’, ‘longdashdot’]
(e.g. ‘5px 10px 2px 2px’, ‘5, 10, 2, 2’, ‘10% 20% 40%’, etc.)
minorgridwidth
¶
Sets the width (in px) of the grid lines.
An int or float in the interval [0, inf]
int|float
nticks
¶
Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to nticks
. Has an effect only if tickmode
is set to “auto”.
An int (or float that will be cast to an int) in the interval [0, 9223372036854775807]
range
¶
type
is “log”, then
you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis type
is “date”, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis type
is “category”, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.
The ‘range’ property is an info array that may be specified as:
a list or tuple of 2 elements where:
The ‘range[0]’ property accepts values of any type
The ‘range[1]’ property accepts values of any type
list
rangemode
¶
If “normal”, the range is computed in relation to the extrema of the input data. If “tozero”, the range extends to 0, regardless of the input data If “nonnegative”, the range is non-negative, regardless of the input data.
[‘normal’, ‘tozero’, ‘nonnegative’]
Any
separatethousands
¶
If “true”, even 4-digit integers are separated
The ‘separatethousands’ property must be specified as a bool (either True, or False)
showexponent
¶
If “all”, all exponents are shown besides their significands. If “first”, only the exponent of the first tick is shown. If “last”, only the exponent of the last tick is shown. If “none”, no exponents appear.
[‘all’, ‘first’, ‘last’, ‘none’]
Any
showgrid
¶
Determines whether or not grid lines are drawn. If True, the grid lines are drawn at every tick mark.
The ‘showgrid’ property must be specified as a bool (either True, or False)
showline
¶
Determines whether or not a line bounding this axis is drawn.
The ‘showline’ property must be specified as a bool (either True, or False)
showticklabels
¶
Determines whether axis labels are drawn on the low side, the high side, both, or neither side of the axis.
[‘start’, ‘end’, ‘both’, ‘none’]
Any
showtickprefix
¶
If “all”, all tick labels are displayed with a prefix. If “first”, only the first tick is displayed with a prefix. If “last”, only the last tick is displayed with a suffix. If “none”, tick prefixes are hidden.
[‘all’, ‘first’, ‘last’, ‘none’]
Any
showticksuffix
¶
Same as showtickprefix
but for tick suffixes.
[‘all’, ‘first’, ‘last’, ‘none’]
Any
smoothing
¶
An int or float in the interval [0, 1.3]
int|float
startline
¶
Determines whether or not a line is drawn at along the starting value of this axis. If True, the start line is drawn on top of the grid lines.
The ‘startline’ property must be specified as a bool (either True, or False)
startlinecolor
¶
Sets the line color of the start line.
A hex string (e.g. ‘#ff0000’)
An rgb/rgba string (e.g. ‘rgb(255,0,0)’)
An hsl/hsla string (e.g. ‘hsl(0,100%,50%)’)
An hsv/hsva string (e.g. ‘hsv(0,100%,100%)’)
A named CSS color: see https://plotly.com/python/css-colors/ for a list
startlinewidth
¶
Sets the width (in px) of the start line.
An int or float
int|float
tick0
¶
The starting index of grid lines along the axis
An int or float in the interval [0, inf]
int|float
tickangle
¶
Sets the angle of the tick labels with respect to the horizontal. For example, a tickangle
of -90 draws the tick labels vertically.
The ‘tickangle’ property is a angle (in degrees) that may be specified as a number between -180 and 180. Numeric values outside this range are converted to the equivalent value (e.g. 270 is converted to -90).
int|float
tickfont
¶
Sets the tick font.
The ‘tickfont’ property is an instance of Tickfont that may be specified as:
tickformat
¶
Sets the tick label formatting rule using d3 formatting mini- languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time- format/tree/v2.2.3#locale_format. We add two items to d3’s date formatter: “%h” for half of the year as a decimal number as well as “%{n}f” for fractional seconds with n digits. For example, 2016-10-13 09:15:23.456 with tickformat “%H~%M~%S.%2f” would display “09~15~23.46”
A string
A number that will be converted to a string
tickformatstopdefaults
¶
When used in a template (as layout.template.data.carpet.aaxis.tickformatstopdefaults), sets the default property values to use for elements of carpet.aaxis.tickformatstops
The ‘tickformatstopdefaults’ property is an instance of Tickformatstop that may be specified as:
tickformatstops
¶
The ‘tickformatstops’ property is a tuple of instances of Tickformatstop that may be specified as:
A list or tuple of instances of plotly.graph_objects.carpet.aaxis.Tickformatstop
A list or tuple of dicts of string/value properties that will be passed to the Tickformatstop constructor
tickmode
¶
[‘linear’, ‘array’]
Any
tickprefix
¶
Sets a tick label prefix.
A string
A number that will be converted to a string
ticksuffix
¶
Sets a tick label suffix.
A string
A number that will be converted to a string
ticktext
¶
Sets the text displayed at the ticks position via tickvals
. Only has an effect if tickmode
is set to “array”. Used with tickvals
.
The ‘ticktext’ property is an array that may be specified as a tuple, list, numpy array, or pandas Series
numpy.ndarray
ticktextsrc
¶
Sets the source reference on Chart Studio Cloud for ticktext
.
The ‘ticktextsrc’ property must be specified as a string or as a plotly.grid_objs.Column object
tickvals
¶
Sets the values at which ticks on this axis appear. Only has an effect if tickmode
is set to “array”. Used with ticktext
.
The ‘tickvals’ property is an array that may be specified as a tuple, list, numpy array, or pandas Series
numpy.ndarray
tickvalssrc
¶
Sets the source reference on Chart Studio Cloud for tickvals
.
The ‘tickvalssrc’ property must be specified as a string or as a plotly.grid_objs.Column object
title
¶
The ‘title’ property is an instance of Title that may be specified as:
type
¶
Sets the axis type. By default, plotly attempts to determined the axis type by looking into the data of the traces that referenced the axis in question.
[‘-‘, ‘linear’, ‘date’, ‘category’]
Any
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4