mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-01 22:13:01 +00:00
first commit
This commit is contained in:
81
.venv/Lib/site-packages/plotly/validators/carpet/__init__.py
Normal file
81
.venv/Lib/site-packages/plotly/validators/carpet/__init__.py
Normal file
@ -0,0 +1,81 @@
|
||||
import sys
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if sys.version_info < (3, 7) or TYPE_CHECKING:
|
||||
from ._ysrc import YsrcValidator
|
||||
from ._yaxis import YaxisValidator
|
||||
from ._y import YValidator
|
||||
from ._xsrc import XsrcValidator
|
||||
from ._xaxis import XaxisValidator
|
||||
from ._x import XValidator
|
||||
from ._visible import VisibleValidator
|
||||
from ._uirevision import UirevisionValidator
|
||||
from ._uid import UidValidator
|
||||
from ._stream import StreamValidator
|
||||
from ._opacity import OpacityValidator
|
||||
from ._name import NameValidator
|
||||
from ._metasrc import MetasrcValidator
|
||||
from ._meta import MetaValidator
|
||||
from ._legendrank import LegendrankValidator
|
||||
from ._legendgrouptitle import LegendgrouptitleValidator
|
||||
from ._idssrc import IdssrcValidator
|
||||
from ._ids import IdsValidator
|
||||
from ._font import FontValidator
|
||||
from ._db import DbValidator
|
||||
from ._da import DaValidator
|
||||
from ._customdatasrc import CustomdatasrcValidator
|
||||
from ._customdata import CustomdataValidator
|
||||
from ._color import ColorValidator
|
||||
from ._cheaterslope import CheaterslopeValidator
|
||||
from ._carpet import CarpetValidator
|
||||
from ._bsrc import BsrcValidator
|
||||
from ._baxis import BaxisValidator
|
||||
from ._b0 import B0Validator
|
||||
from ._b import BValidator
|
||||
from ._asrc import AsrcValidator
|
||||
from ._aaxis import AaxisValidator
|
||||
from ._a0 import A0Validator
|
||||
from ._a import AValidator
|
||||
else:
|
||||
from _plotly_utils.importers import relative_import
|
||||
|
||||
__all__, __getattr__, __dir__ = relative_import(
|
||||
__name__,
|
||||
[],
|
||||
[
|
||||
"._ysrc.YsrcValidator",
|
||||
"._yaxis.YaxisValidator",
|
||||
"._y.YValidator",
|
||||
"._xsrc.XsrcValidator",
|
||||
"._xaxis.XaxisValidator",
|
||||
"._x.XValidator",
|
||||
"._visible.VisibleValidator",
|
||||
"._uirevision.UirevisionValidator",
|
||||
"._uid.UidValidator",
|
||||
"._stream.StreamValidator",
|
||||
"._opacity.OpacityValidator",
|
||||
"._name.NameValidator",
|
||||
"._metasrc.MetasrcValidator",
|
||||
"._meta.MetaValidator",
|
||||
"._legendrank.LegendrankValidator",
|
||||
"._legendgrouptitle.LegendgrouptitleValidator",
|
||||
"._idssrc.IdssrcValidator",
|
||||
"._ids.IdsValidator",
|
||||
"._font.FontValidator",
|
||||
"._db.DbValidator",
|
||||
"._da.DaValidator",
|
||||
"._customdatasrc.CustomdatasrcValidator",
|
||||
"._customdata.CustomdataValidator",
|
||||
"._color.ColorValidator",
|
||||
"._cheaterslope.CheaterslopeValidator",
|
||||
"._carpet.CarpetValidator",
|
||||
"._bsrc.BsrcValidator",
|
||||
"._baxis.BaxisValidator",
|
||||
"._b0.B0Validator",
|
||||
"._b.BValidator",
|
||||
"._asrc.AsrcValidator",
|
||||
"._aaxis.AaxisValidator",
|
||||
"._a0.A0Validator",
|
||||
"._a.AValidator",
|
||||
],
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_a.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_a.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class AValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(self, plotly_name="a", parent_name="carpet", **kwargs):
|
||||
super(AValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_a0.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_a0.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class A0Validator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="a0", parent_name="carpet", **kwargs):
|
||||
super(A0Validator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
250
.venv/Lib/site-packages/plotly/validators/carpet/_aaxis.py
Normal file
250
.venv/Lib/site-packages/plotly/validators/carpet/_aaxis.py
Normal file
@ -0,0 +1,250 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class AaxisValidator(_plotly_utils.basevalidators.CompoundValidator):
|
||||
def __init__(self, plotly_name="aaxis", parent_name="carpet", **kwargs):
|
||||
super(AaxisValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Aaxis"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
arraydtick
|
||||
The stride between grid lines along the axis
|
||||
arraytick0
|
||||
The starting index of grid lines along the axis
|
||||
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.
|
||||
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.
|
||||
categoryarray
|
||||
Sets the order in which categories on this axis
|
||||
appear. Only has an effect if `categoryorder`
|
||||
is set to "array". Used with `categoryorder`.
|
||||
categoryarraysrc
|
||||
Sets the source reference on Chart Studio Cloud
|
||||
for `categoryarray`.
|
||||
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`.
|
||||
cheatertype
|
||||
|
||||
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.
|
||||
dtick
|
||||
The stride between grid lines along the axis
|
||||
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.
|
||||
endlinecolor
|
||||
Sets the line color of the end line.
|
||||
endlinewidth
|
||||
Sets the width (in px) of the end line.
|
||||
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.
|
||||
fixedrange
|
||||
Determines whether or not this axis is zoom-
|
||||
able. If true, then zoom is disabled.
|
||||
gridcolor
|
||||
Sets the axis line color.
|
||||
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").
|
||||
gridwidth
|
||||
Sets the width (in px) of the axis line.
|
||||
labelpadding
|
||||
Extra padding between label and the axis
|
||||
labelprefix
|
||||
Sets a axis label prefix.
|
||||
labelsuffix
|
||||
Sets a axis label suffix.
|
||||
linecolor
|
||||
Sets the axis line color.
|
||||
linewidth
|
||||
Sets the width (in px) of the axis line.
|
||||
minexponent
|
||||
Hide SI prefix for 10^n if |n| is below this
|
||||
number
|
||||
minorgridcolor
|
||||
Sets the color of the grid lines.
|
||||
minorgridcount
|
||||
Sets the number of minor grid ticks per major
|
||||
grid tick
|
||||
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").
|
||||
minorgridwidth
|
||||
Sets the width (in px) of the grid lines.
|
||||
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".
|
||||
range
|
||||
Sets the range of this axis. If the axis `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.
|
||||
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.
|
||||
separatethousands
|
||||
If "true", even 4-digit integers are separated
|
||||
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.
|
||||
showgrid
|
||||
Determines whether or not grid lines are drawn.
|
||||
If True, the grid lines are drawn at every tick
|
||||
mark.
|
||||
showline
|
||||
Determines whether or not a line bounding this
|
||||
axis is drawn.
|
||||
showticklabels
|
||||
Determines whether axis labels are drawn on the
|
||||
low side, the high side, both, or neither side
|
||||
of the axis.
|
||||
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.
|
||||
showticksuffix
|
||||
Same as `showtickprefix` but for tick suffixes.
|
||||
smoothing
|
||||
|
||||
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.
|
||||
startlinecolor
|
||||
Sets the line color of the start line.
|
||||
startlinewidth
|
||||
Sets the width (in px) of the start line.
|
||||
tick0
|
||||
The starting index of grid lines along the axis
|
||||
tickangle
|
||||
Sets the angle of the tick labels with respect
|
||||
to the horizontal. For example, a `tickangle`
|
||||
of -90 draws the tick labels vertically.
|
||||
tickfont
|
||||
Sets the tick font.
|
||||
tickformat
|
||||
Sets the tick label formatting rule using d3
|
||||
formatting mini-languages which are very
|
||||
similar to those in Python. For numbers, see: h
|
||||
ttps://github.com/d3/d3-format/tree/v1.4.5#d3-f
|
||||
ormat. 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"
|
||||
tickformatstops
|
||||
A tuple of :class:`plotly.graph_objects.carpet.
|
||||
aaxis.Tickformatstop` instances or dicts with
|
||||
compatible properties
|
||||
tickformatstopdefaults
|
||||
When used in a template (as layout.template.dat
|
||||
a.carpet.aaxis.tickformatstopdefaults), sets
|
||||
the default property values to use for elements
|
||||
of carpet.aaxis.tickformatstops
|
||||
tickmode
|
||||
|
||||
tickprefix
|
||||
Sets a tick label prefix.
|
||||
ticksuffix
|
||||
Sets a tick label suffix.
|
||||
ticktext
|
||||
Sets the text displayed at the ticks position
|
||||
via `tickvals`. Only has an effect if
|
||||
`tickmode` is set to "array". Used with
|
||||
`tickvals`.
|
||||
ticktextsrc
|
||||
Sets the source reference on Chart Studio Cloud
|
||||
for `ticktext`.
|
||||
tickvals
|
||||
Sets the values at which ticks on this axis
|
||||
appear. Only has an effect if `tickmode` is set
|
||||
to "array". Used with `ticktext`.
|
||||
tickvalssrc
|
||||
Sets the source reference on Chart Studio Cloud
|
||||
for `tickvals`.
|
||||
title
|
||||
:class:`plotly.graph_objects.carpet.aaxis.Title
|
||||
` instance or dict with compatible properties
|
||||
titlefont
|
||||
Deprecated: Please use carpet.aaxis.title.font
|
||||
instead. Sets this axis' title font. Note that
|
||||
the title's font used to be set by the now
|
||||
deprecated `titlefont` attribute.
|
||||
titleoffset
|
||||
Deprecated: Please use
|
||||
carpet.aaxis.title.offset instead. An
|
||||
additional amount by which to offset the title
|
||||
from the tick labels, given in pixels. Note
|
||||
that this used to be set by the now deprecated
|
||||
`titleoffset` attribute.
|
||||
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.
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_asrc.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_asrc.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class AsrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="asrc", parent_name="carpet", **kwargs):
|
||||
super(AsrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_b.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_b.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class BValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(self, plotly_name="b", parent_name="carpet", **kwargs):
|
||||
super(BValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_b0.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_b0.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class B0Validator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="b0", parent_name="carpet", **kwargs):
|
||||
super(B0Validator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
250
.venv/Lib/site-packages/plotly/validators/carpet/_baxis.py
Normal file
250
.venv/Lib/site-packages/plotly/validators/carpet/_baxis.py
Normal file
@ -0,0 +1,250 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class BaxisValidator(_plotly_utils.basevalidators.CompoundValidator):
|
||||
def __init__(self, plotly_name="baxis", parent_name="carpet", **kwargs):
|
||||
super(BaxisValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Baxis"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
arraydtick
|
||||
The stride between grid lines along the axis
|
||||
arraytick0
|
||||
The starting index of grid lines along the axis
|
||||
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.
|
||||
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.
|
||||
categoryarray
|
||||
Sets the order in which categories on this axis
|
||||
appear. Only has an effect if `categoryorder`
|
||||
is set to "array". Used with `categoryorder`.
|
||||
categoryarraysrc
|
||||
Sets the source reference on Chart Studio Cloud
|
||||
for `categoryarray`.
|
||||
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`.
|
||||
cheatertype
|
||||
|
||||
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.
|
||||
dtick
|
||||
The stride between grid lines along the axis
|
||||
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.
|
||||
endlinecolor
|
||||
Sets the line color of the end line.
|
||||
endlinewidth
|
||||
Sets the width (in px) of the end line.
|
||||
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.
|
||||
fixedrange
|
||||
Determines whether or not this axis is zoom-
|
||||
able. If true, then zoom is disabled.
|
||||
gridcolor
|
||||
Sets the axis line color.
|
||||
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").
|
||||
gridwidth
|
||||
Sets the width (in px) of the axis line.
|
||||
labelpadding
|
||||
Extra padding between label and the axis
|
||||
labelprefix
|
||||
Sets a axis label prefix.
|
||||
labelsuffix
|
||||
Sets a axis label suffix.
|
||||
linecolor
|
||||
Sets the axis line color.
|
||||
linewidth
|
||||
Sets the width (in px) of the axis line.
|
||||
minexponent
|
||||
Hide SI prefix for 10^n if |n| is below this
|
||||
number
|
||||
minorgridcolor
|
||||
Sets the color of the grid lines.
|
||||
minorgridcount
|
||||
Sets the number of minor grid ticks per major
|
||||
grid tick
|
||||
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").
|
||||
minorgridwidth
|
||||
Sets the width (in px) of the grid lines.
|
||||
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".
|
||||
range
|
||||
Sets the range of this axis. If the axis `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.
|
||||
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.
|
||||
separatethousands
|
||||
If "true", even 4-digit integers are separated
|
||||
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.
|
||||
showgrid
|
||||
Determines whether or not grid lines are drawn.
|
||||
If True, the grid lines are drawn at every tick
|
||||
mark.
|
||||
showline
|
||||
Determines whether or not a line bounding this
|
||||
axis is drawn.
|
||||
showticklabels
|
||||
Determines whether axis labels are drawn on the
|
||||
low side, the high side, both, or neither side
|
||||
of the axis.
|
||||
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.
|
||||
showticksuffix
|
||||
Same as `showtickprefix` but for tick suffixes.
|
||||
smoothing
|
||||
|
||||
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.
|
||||
startlinecolor
|
||||
Sets the line color of the start line.
|
||||
startlinewidth
|
||||
Sets the width (in px) of the start line.
|
||||
tick0
|
||||
The starting index of grid lines along the axis
|
||||
tickangle
|
||||
Sets the angle of the tick labels with respect
|
||||
to the horizontal. For example, a `tickangle`
|
||||
of -90 draws the tick labels vertically.
|
||||
tickfont
|
||||
Sets the tick font.
|
||||
tickformat
|
||||
Sets the tick label formatting rule using d3
|
||||
formatting mini-languages which are very
|
||||
similar to those in Python. For numbers, see: h
|
||||
ttps://github.com/d3/d3-format/tree/v1.4.5#d3-f
|
||||
ormat. 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"
|
||||
tickformatstops
|
||||
A tuple of :class:`plotly.graph_objects.carpet.
|
||||
baxis.Tickformatstop` instances or dicts with
|
||||
compatible properties
|
||||
tickformatstopdefaults
|
||||
When used in a template (as layout.template.dat
|
||||
a.carpet.baxis.tickformatstopdefaults), sets
|
||||
the default property values to use for elements
|
||||
of carpet.baxis.tickformatstops
|
||||
tickmode
|
||||
|
||||
tickprefix
|
||||
Sets a tick label prefix.
|
||||
ticksuffix
|
||||
Sets a tick label suffix.
|
||||
ticktext
|
||||
Sets the text displayed at the ticks position
|
||||
via `tickvals`. Only has an effect if
|
||||
`tickmode` is set to "array". Used with
|
||||
`tickvals`.
|
||||
ticktextsrc
|
||||
Sets the source reference on Chart Studio Cloud
|
||||
for `ticktext`.
|
||||
tickvals
|
||||
Sets the values at which ticks on this axis
|
||||
appear. Only has an effect if `tickmode` is set
|
||||
to "array". Used with `ticktext`.
|
||||
tickvalssrc
|
||||
Sets the source reference on Chart Studio Cloud
|
||||
for `tickvals`.
|
||||
title
|
||||
:class:`plotly.graph_objects.carpet.baxis.Title
|
||||
` instance or dict with compatible properties
|
||||
titlefont
|
||||
Deprecated: Please use carpet.baxis.title.font
|
||||
instead. Sets this axis' title font. Note that
|
||||
the title's font used to be set by the now
|
||||
deprecated `titlefont` attribute.
|
||||
titleoffset
|
||||
Deprecated: Please use
|
||||
carpet.baxis.title.offset instead. An
|
||||
additional amount by which to offset the title
|
||||
from the tick labels, given in pixels. Note
|
||||
that this used to be set by the now deprecated
|
||||
`titleoffset` attribute.
|
||||
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.
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_bsrc.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_bsrc.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class BsrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="bsrc", parent_name="carpet", **kwargs):
|
||||
super(BsrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_carpet.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_carpet.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class CarpetValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(self, plotly_name="carpet", parent_name="carpet", **kwargs):
|
||||
super(CarpetValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class CheaterslopeValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="cheaterslope", parent_name="carpet", **kwargs):
|
||||
super(CheaterslopeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_color.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_color.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ColorValidator(_plotly_utils.basevalidators.ColorValidator):
|
||||
def __init__(self, plotly_name="color", parent_name="carpet", **kwargs):
|
||||
super(ColorValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "plot"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class CustomdataValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(self, plotly_name="customdata", parent_name="carpet", **kwargs):
|
||||
super(CustomdataValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class CustomdatasrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="customdatasrc", parent_name="carpet", **kwargs):
|
||||
super(CustomdatasrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_da.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_da.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class DaValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="da", parent_name="carpet", **kwargs):
|
||||
super(DaValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_db.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_db.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class DbValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="db", parent_name="carpet", **kwargs):
|
||||
super(DbValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
37
.venv/Lib/site-packages/plotly/validators/carpet/_font.py
Normal file
37
.venv/Lib/site-packages/plotly/validators/carpet/_font.py
Normal file
@ -0,0 +1,37 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class FontValidator(_plotly_utils.basevalidators.CompoundValidator):
|
||||
def __init__(self, plotly_name="font", parent_name="carpet", **kwargs):
|
||||
super(FontValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Font"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
color
|
||||
|
||||
family
|
||||
HTML font family - the typeface that will be
|
||||
applied by the web browser. The web browser
|
||||
will only be able to apply a font if it is
|
||||
available on the system which it operates.
|
||||
Provide multiple font families, separated by
|
||||
commas, to indicate the preference in which to
|
||||
apply fonts if they aren't available on the
|
||||
system. The Chart Studio Cloud (at
|
||||
https://chart-studio.plotly.com or on-premise)
|
||||
generates images on a server, where only a
|
||||
select number of fonts are installed and
|
||||
supported. These include "Arial", "Balto",
|
||||
"Courier New", "Droid Sans",, "Droid Serif",
|
||||
"Droid Sans Mono", "Gravitas One", "Old
|
||||
Standard TT", "Open Sans", "Overpass", "PT Sans
|
||||
Narrow", "Raleway", "Times New Roman".
|
||||
size
|
||||
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
12
.venv/Lib/site-packages/plotly/validators/carpet/_ids.py
Normal file
12
.venv/Lib/site-packages/plotly/validators/carpet/_ids.py
Normal file
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class IdsValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(self, plotly_name="ids", parent_name="carpet", **kwargs):
|
||||
super(IdsValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
anim=kwargs.pop("anim", True),
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_idssrc.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_idssrc.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class IdssrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="idssrc", parent_name="carpet", **kwargs):
|
||||
super(IdssrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,20 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class LegendgrouptitleValidator(_plotly_utils.basevalidators.CompoundValidator):
|
||||
def __init__(self, plotly_name="legendgrouptitle", parent_name="carpet", **kwargs):
|
||||
super(LegendgrouptitleValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Legendgrouptitle"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
font
|
||||
Sets this legend group's title font.
|
||||
text
|
||||
Sets the title of the legend group.
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class LegendrankValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="legendrank", parent_name="carpet", **kwargs):
|
||||
super(LegendrankValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "style"),
|
||||
**kwargs,
|
||||
)
|
12
.venv/Lib/site-packages/plotly/validators/carpet/_meta.py
Normal file
12
.venv/Lib/site-packages/plotly/validators/carpet/_meta.py
Normal file
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class MetaValidator(_plotly_utils.basevalidators.AnyValidator):
|
||||
def __init__(self, plotly_name="meta", parent_name="carpet", **kwargs):
|
||||
super(MetaValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
array_ok=kwargs.pop("array_ok", True),
|
||||
edit_type=kwargs.pop("edit_type", "plot"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_metasrc.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_metasrc.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class MetasrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="metasrc", parent_name="carpet", **kwargs):
|
||||
super(MetasrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_name.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_name.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class NameValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(self, plotly_name="name", parent_name="carpet", **kwargs):
|
||||
super(NameValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "style"),
|
||||
**kwargs,
|
||||
)
|
13
.venv/Lib/site-packages/plotly/validators/carpet/_opacity.py
Normal file
13
.venv/Lib/site-packages/plotly/validators/carpet/_opacity.py
Normal file
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class OpacityValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="opacity", parent_name="carpet", **kwargs):
|
||||
super(OpacityValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "style"),
|
||||
max=kwargs.pop("max", 1),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
25
.venv/Lib/site-packages/plotly/validators/carpet/_stream.py
Normal file
25
.venv/Lib/site-packages/plotly/validators/carpet/_stream.py
Normal file
@ -0,0 +1,25 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class StreamValidator(_plotly_utils.basevalidators.CompoundValidator):
|
||||
def __init__(self, plotly_name="stream", parent_name="carpet", **kwargs):
|
||||
super(StreamValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Stream"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
maxpoints
|
||||
Sets the maximum number of points to keep on
|
||||
the plots from an incoming stream. If
|
||||
`maxpoints` is set to 50, only the newest 50
|
||||
points will be displayed on the plot.
|
||||
token
|
||||
The stream id number links a data trace on a
|
||||
plot with a stream. See https://chart-
|
||||
studio.plotly.com/settings for more details.
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
12
.venv/Lib/site-packages/plotly/validators/carpet/_uid.py
Normal file
12
.venv/Lib/site-packages/plotly/validators/carpet/_uid.py
Normal file
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class UidValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(self, plotly_name="uid", parent_name="carpet", **kwargs):
|
||||
super(UidValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
anim=kwargs.pop("anim", True),
|
||||
edit_type=kwargs.pop("edit_type", "plot"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class UirevisionValidator(_plotly_utils.basevalidators.AnyValidator):
|
||||
def __init__(self, plotly_name="uirevision", parent_name="carpet", **kwargs):
|
||||
super(UirevisionValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
12
.venv/Lib/site-packages/plotly/validators/carpet/_visible.py
Normal file
12
.venv/Lib/site-packages/plotly/validators/carpet/_visible.py
Normal file
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class VisibleValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(self, plotly_name="visible", parent_name="carpet", **kwargs):
|
||||
super(VisibleValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", [True, False, "legendonly"]),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_x.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_x.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class XValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(self, plotly_name="x", parent_name="carpet", **kwargs):
|
||||
super(XValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc+clearAxisTypes"),
|
||||
**kwargs,
|
||||
)
|
12
.venv/Lib/site-packages/plotly/validators/carpet/_xaxis.py
Normal file
12
.venv/Lib/site-packages/plotly/validators/carpet/_xaxis.py
Normal file
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class XaxisValidator(_plotly_utils.basevalidators.SubplotidValidator):
|
||||
def __init__(self, plotly_name="xaxis", parent_name="carpet", **kwargs):
|
||||
super(XaxisValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
dflt=kwargs.pop("dflt", "x"),
|
||||
edit_type=kwargs.pop("edit_type", "calc+clearAxisTypes"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_xsrc.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_xsrc.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class XsrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="xsrc", parent_name="carpet", **kwargs):
|
||||
super(XsrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_y.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_y.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class YValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(self, plotly_name="y", parent_name="carpet", **kwargs):
|
||||
super(YValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc+clearAxisTypes"),
|
||||
**kwargs,
|
||||
)
|
12
.venv/Lib/site-packages/plotly/validators/carpet/_yaxis.py
Normal file
12
.venv/Lib/site-packages/plotly/validators/carpet/_yaxis.py
Normal file
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class YaxisValidator(_plotly_utils.basevalidators.SubplotidValidator):
|
||||
def __init__(self, plotly_name="yaxis", parent_name="carpet", **kwargs):
|
||||
super(YaxisValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
dflt=kwargs.pop("dflt", "y"),
|
||||
edit_type=kwargs.pop("edit_type", "calc+clearAxisTypes"),
|
||||
**kwargs,
|
||||
)
|
11
.venv/Lib/site-packages/plotly/validators/carpet/_ysrc.py
Normal file
11
.venv/Lib/site-packages/plotly/validators/carpet/_ysrc.py
Normal file
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class YsrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="ysrc", parent_name="carpet", **kwargs):
|
||||
super(YsrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,127 @@
|
||||
import sys
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if sys.version_info < (3, 7) or TYPE_CHECKING:
|
||||
from ._type import TypeValidator
|
||||
from ._title import TitleValidator
|
||||
from ._tickvalssrc import TickvalssrcValidator
|
||||
from ._tickvals import TickvalsValidator
|
||||
from ._ticktextsrc import TicktextsrcValidator
|
||||
from ._ticktext import TicktextValidator
|
||||
from ._ticksuffix import TicksuffixValidator
|
||||
from ._tickprefix import TickprefixValidator
|
||||
from ._tickmode import TickmodeValidator
|
||||
from ._tickformatstopdefaults import TickformatstopdefaultsValidator
|
||||
from ._tickformatstops import TickformatstopsValidator
|
||||
from ._tickformat import TickformatValidator
|
||||
from ._tickfont import TickfontValidator
|
||||
from ._tickangle import TickangleValidator
|
||||
from ._tick0 import Tick0Validator
|
||||
from ._startlinewidth import StartlinewidthValidator
|
||||
from ._startlinecolor import StartlinecolorValidator
|
||||
from ._startline import StartlineValidator
|
||||
from ._smoothing import SmoothingValidator
|
||||
from ._showticksuffix import ShowticksuffixValidator
|
||||
from ._showtickprefix import ShowtickprefixValidator
|
||||
from ._showticklabels import ShowticklabelsValidator
|
||||
from ._showline import ShowlineValidator
|
||||
from ._showgrid import ShowgridValidator
|
||||
from ._showexponent import ShowexponentValidator
|
||||
from ._separatethousands import SeparatethousandsValidator
|
||||
from ._rangemode import RangemodeValidator
|
||||
from ._range import RangeValidator
|
||||
from ._nticks import NticksValidator
|
||||
from ._minorgridwidth import MinorgridwidthValidator
|
||||
from ._minorgriddash import MinorgriddashValidator
|
||||
from ._minorgridcount import MinorgridcountValidator
|
||||
from ._minorgridcolor import MinorgridcolorValidator
|
||||
from ._minexponent import MinexponentValidator
|
||||
from ._linewidth import LinewidthValidator
|
||||
from ._linecolor import LinecolorValidator
|
||||
from ._labelsuffix import LabelsuffixValidator
|
||||
from ._labelprefix import LabelprefixValidator
|
||||
from ._labelpadding import LabelpaddingValidator
|
||||
from ._gridwidth import GridwidthValidator
|
||||
from ._griddash import GriddashValidator
|
||||
from ._gridcolor import GridcolorValidator
|
||||
from ._fixedrange import FixedrangeValidator
|
||||
from ._exponentformat import ExponentformatValidator
|
||||
from ._endlinewidth import EndlinewidthValidator
|
||||
from ._endlinecolor import EndlinecolorValidator
|
||||
from ._endline import EndlineValidator
|
||||
from ._dtick import DtickValidator
|
||||
from ._color import ColorValidator
|
||||
from ._cheatertype import CheatertypeValidator
|
||||
from ._categoryorder import CategoryorderValidator
|
||||
from ._categoryarraysrc import CategoryarraysrcValidator
|
||||
from ._categoryarray import CategoryarrayValidator
|
||||
from ._autotypenumbers import AutotypenumbersValidator
|
||||
from ._autorange import AutorangeValidator
|
||||
from ._arraytick0 import Arraytick0Validator
|
||||
from ._arraydtick import ArraydtickValidator
|
||||
else:
|
||||
from _plotly_utils.importers import relative_import
|
||||
|
||||
__all__, __getattr__, __dir__ = relative_import(
|
||||
__name__,
|
||||
[],
|
||||
[
|
||||
"._type.TypeValidator",
|
||||
"._title.TitleValidator",
|
||||
"._tickvalssrc.TickvalssrcValidator",
|
||||
"._tickvals.TickvalsValidator",
|
||||
"._ticktextsrc.TicktextsrcValidator",
|
||||
"._ticktext.TicktextValidator",
|
||||
"._ticksuffix.TicksuffixValidator",
|
||||
"._tickprefix.TickprefixValidator",
|
||||
"._tickmode.TickmodeValidator",
|
||||
"._tickformatstopdefaults.TickformatstopdefaultsValidator",
|
||||
"._tickformatstops.TickformatstopsValidator",
|
||||
"._tickformat.TickformatValidator",
|
||||
"._tickfont.TickfontValidator",
|
||||
"._tickangle.TickangleValidator",
|
||||
"._tick0.Tick0Validator",
|
||||
"._startlinewidth.StartlinewidthValidator",
|
||||
"._startlinecolor.StartlinecolorValidator",
|
||||
"._startline.StartlineValidator",
|
||||
"._smoothing.SmoothingValidator",
|
||||
"._showticksuffix.ShowticksuffixValidator",
|
||||
"._showtickprefix.ShowtickprefixValidator",
|
||||
"._showticklabels.ShowticklabelsValidator",
|
||||
"._showline.ShowlineValidator",
|
||||
"._showgrid.ShowgridValidator",
|
||||
"._showexponent.ShowexponentValidator",
|
||||
"._separatethousands.SeparatethousandsValidator",
|
||||
"._rangemode.RangemodeValidator",
|
||||
"._range.RangeValidator",
|
||||
"._nticks.NticksValidator",
|
||||
"._minorgridwidth.MinorgridwidthValidator",
|
||||
"._minorgriddash.MinorgriddashValidator",
|
||||
"._minorgridcount.MinorgridcountValidator",
|
||||
"._minorgridcolor.MinorgridcolorValidator",
|
||||
"._minexponent.MinexponentValidator",
|
||||
"._linewidth.LinewidthValidator",
|
||||
"._linecolor.LinecolorValidator",
|
||||
"._labelsuffix.LabelsuffixValidator",
|
||||
"._labelprefix.LabelprefixValidator",
|
||||
"._labelpadding.LabelpaddingValidator",
|
||||
"._gridwidth.GridwidthValidator",
|
||||
"._griddash.GriddashValidator",
|
||||
"._gridcolor.GridcolorValidator",
|
||||
"._fixedrange.FixedrangeValidator",
|
||||
"._exponentformat.ExponentformatValidator",
|
||||
"._endlinewidth.EndlinewidthValidator",
|
||||
"._endlinecolor.EndlinecolorValidator",
|
||||
"._endline.EndlineValidator",
|
||||
"._dtick.DtickValidator",
|
||||
"._color.ColorValidator",
|
||||
"._cheatertype.CheatertypeValidator",
|
||||
"._categoryorder.CategoryorderValidator",
|
||||
"._categoryarraysrc.CategoryarraysrcValidator",
|
||||
"._categoryarray.CategoryarrayValidator",
|
||||
"._autotypenumbers.AutotypenumbersValidator",
|
||||
"._autorange.AutorangeValidator",
|
||||
"._arraytick0.Arraytick0Validator",
|
||||
"._arraydtick.ArraydtickValidator",
|
||||
],
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ArraydtickValidator(_plotly_utils.basevalidators.IntegerValidator):
|
||||
def __init__(self, plotly_name="arraydtick", parent_name="carpet.aaxis", **kwargs):
|
||||
super(ArraydtickValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 1),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class Arraytick0Validator(_plotly_utils.basevalidators.IntegerValidator):
|
||||
def __init__(self, plotly_name="arraytick0", parent_name="carpet.aaxis", **kwargs):
|
||||
super(Arraytick0Validator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class AutorangeValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(self, plotly_name="autorange", parent_name="carpet.aaxis", **kwargs):
|
||||
super(AutorangeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", [True, False, "reversed"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class AutotypenumbersValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(
|
||||
self, plotly_name="autotypenumbers", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(AutotypenumbersValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["convert types", "strict"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class CategoryarrayValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(
|
||||
self, plotly_name="categoryarray", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(CategoryarrayValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class CategoryarraysrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(
|
||||
self, plotly_name="categoryarraysrc", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(CategoryarraysrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,17 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class CategoryorderValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(
|
||||
self, plotly_name="categoryorder", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(CategoryorderValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop(
|
||||
"values",
|
||||
["trace", "category ascending", "category descending", "array"],
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class CheatertypeValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(self, plotly_name="cheatertype", parent_name="carpet.aaxis", **kwargs):
|
||||
super(CheatertypeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["index", "value"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ColorValidator(_plotly_utils.basevalidators.ColorValidator):
|
||||
def __init__(self, plotly_name="color", parent_name="carpet.aaxis", **kwargs):
|
||||
super(ColorValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class DtickValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="dtick", parent_name="carpet.aaxis", **kwargs):
|
||||
super(DtickValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class EndlineValidator(_plotly_utils.basevalidators.BooleanValidator):
|
||||
def __init__(self, plotly_name="endline", parent_name="carpet.aaxis", **kwargs):
|
||||
super(EndlineValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class EndlinecolorValidator(_plotly_utils.basevalidators.ColorValidator):
|
||||
def __init__(
|
||||
self, plotly_name="endlinecolor", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(EndlinecolorValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class EndlinewidthValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(
|
||||
self, plotly_name="endlinewidth", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(EndlinewidthValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ExponentformatValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(
|
||||
self, plotly_name="exponentformat", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(ExponentformatValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["none", "e", "E", "power", "SI", "B"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class FixedrangeValidator(_plotly_utils.basevalidators.BooleanValidator):
|
||||
def __init__(self, plotly_name="fixedrange", parent_name="carpet.aaxis", **kwargs):
|
||||
super(FixedrangeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class GridcolorValidator(_plotly_utils.basevalidators.ColorValidator):
|
||||
def __init__(self, plotly_name="gridcolor", parent_name="carpet.aaxis", **kwargs):
|
||||
super(GridcolorValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class GriddashValidator(_plotly_utils.basevalidators.DashValidator):
|
||||
def __init__(self, plotly_name="griddash", parent_name="carpet.aaxis", **kwargs):
|
||||
super(GriddashValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop(
|
||||
"values", ["solid", "dot", "dash", "longdash", "dashdot", "longdashdot"]
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class GridwidthValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="gridwidth", parent_name="carpet.aaxis", **kwargs):
|
||||
super(GridwidthValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class LabelpaddingValidator(_plotly_utils.basevalidators.IntegerValidator):
|
||||
def __init__(
|
||||
self, plotly_name="labelpadding", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(LabelpaddingValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class LabelprefixValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(self, plotly_name="labelprefix", parent_name="carpet.aaxis", **kwargs):
|
||||
super(LabelprefixValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class LabelsuffixValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(self, plotly_name="labelsuffix", parent_name="carpet.aaxis", **kwargs):
|
||||
super(LabelsuffixValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class LinecolorValidator(_plotly_utils.basevalidators.ColorValidator):
|
||||
def __init__(self, plotly_name="linecolor", parent_name="carpet.aaxis", **kwargs):
|
||||
super(LinecolorValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class LinewidthValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="linewidth", parent_name="carpet.aaxis", **kwargs):
|
||||
super(LinewidthValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class MinexponentValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="minexponent", parent_name="carpet.aaxis", **kwargs):
|
||||
super(MinexponentValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class MinorgridcolorValidator(_plotly_utils.basevalidators.ColorValidator):
|
||||
def __init__(
|
||||
self, plotly_name="minorgridcolor", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(MinorgridcolorValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class MinorgridcountValidator(_plotly_utils.basevalidators.IntegerValidator):
|
||||
def __init__(
|
||||
self, plotly_name="minorgridcount", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(MinorgridcountValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,16 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class MinorgriddashValidator(_plotly_utils.basevalidators.DashValidator):
|
||||
def __init__(
|
||||
self, plotly_name="minorgriddash", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(MinorgriddashValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop(
|
||||
"values", ["solid", "dot", "dash", "longdash", "dashdot", "longdashdot"]
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class MinorgridwidthValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(
|
||||
self, plotly_name="minorgridwidth", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(MinorgridwidthValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class NticksValidator(_plotly_utils.basevalidators.IntegerValidator):
|
||||
def __init__(self, plotly_name="nticks", parent_name="carpet.aaxis", **kwargs):
|
||||
super(NticksValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,18 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class RangeValidator(_plotly_utils.basevalidators.InfoArrayValidator):
|
||||
def __init__(self, plotly_name="range", parent_name="carpet.aaxis", **kwargs):
|
||||
super(RangeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
items=kwargs.pop(
|
||||
"items",
|
||||
[
|
||||
{"editType": "calc", "valType": "any"},
|
||||
{"editType": "calc", "valType": "any"},
|
||||
],
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class RangemodeValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(self, plotly_name="rangemode", parent_name="carpet.aaxis", **kwargs):
|
||||
super(RangemodeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["normal", "tozero", "nonnegative"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class SeparatethousandsValidator(_plotly_utils.basevalidators.BooleanValidator):
|
||||
def __init__(
|
||||
self, plotly_name="separatethousands", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(SeparatethousandsValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ShowexponentValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(
|
||||
self, plotly_name="showexponent", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(ShowexponentValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["all", "first", "last", "none"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ShowgridValidator(_plotly_utils.basevalidators.BooleanValidator):
|
||||
def __init__(self, plotly_name="showgrid", parent_name="carpet.aaxis", **kwargs):
|
||||
super(ShowgridValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ShowlineValidator(_plotly_utils.basevalidators.BooleanValidator):
|
||||
def __init__(self, plotly_name="showline", parent_name="carpet.aaxis", **kwargs):
|
||||
super(ShowlineValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ShowticklabelsValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(
|
||||
self, plotly_name="showticklabels", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(ShowticklabelsValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["start", "end", "both", "none"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ShowtickprefixValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(
|
||||
self, plotly_name="showtickprefix", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(ShowtickprefixValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["all", "first", "last", "none"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ShowticksuffixValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(
|
||||
self, plotly_name="showticksuffix", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(ShowticksuffixValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["all", "first", "last", "none"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class SmoothingValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="smoothing", parent_name="carpet.aaxis", **kwargs):
|
||||
super(SmoothingValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
max=kwargs.pop("max", 1.3),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class StartlineValidator(_plotly_utils.basevalidators.BooleanValidator):
|
||||
def __init__(self, plotly_name="startline", parent_name="carpet.aaxis", **kwargs):
|
||||
super(StartlineValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class StartlinecolorValidator(_plotly_utils.basevalidators.ColorValidator):
|
||||
def __init__(
|
||||
self, plotly_name="startlinecolor", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(StartlinecolorValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class StartlinewidthValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(
|
||||
self, plotly_name="startlinewidth", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(StartlinewidthValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class Tick0Validator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(self, plotly_name="tick0", parent_name="carpet.aaxis", **kwargs):
|
||||
super(Tick0Validator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 0),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickangleValidator(_plotly_utils.basevalidators.AngleValidator):
|
||||
def __init__(self, plotly_name="tickangle", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TickangleValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,37 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickfontValidator(_plotly_utils.basevalidators.CompoundValidator):
|
||||
def __init__(self, plotly_name="tickfont", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TickfontValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Tickfont"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
color
|
||||
|
||||
family
|
||||
HTML font family - the typeface that will be
|
||||
applied by the web browser. The web browser
|
||||
will only be able to apply a font if it is
|
||||
available on the system which it operates.
|
||||
Provide multiple font families, separated by
|
||||
commas, to indicate the preference in which to
|
||||
apply fonts if they aren't available on the
|
||||
system. The Chart Studio Cloud (at
|
||||
https://chart-studio.plotly.com or on-premise)
|
||||
generates images on a server, where only a
|
||||
select number of fonts are installed and
|
||||
supported. These include "Arial", "Balto",
|
||||
"Courier New", "Droid Sans",, "Droid Serif",
|
||||
"Droid Sans Mono", "Gravitas One", "Old
|
||||
Standard TT", "Open Sans", "Overpass", "PT Sans
|
||||
Narrow", "Raleway", "Times New Roman".
|
||||
size
|
||||
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickformatValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(self, plotly_name="tickformat", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TickformatValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,18 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickformatstopdefaultsValidator(_plotly_utils.basevalidators.CompoundValidator):
|
||||
def __init__(
|
||||
self, plotly_name="tickformatstopdefaults", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(TickformatstopdefaultsValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Tickformatstop"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,51 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickformatstopsValidator(_plotly_utils.basevalidators.CompoundArrayValidator):
|
||||
def __init__(
|
||||
self, plotly_name="tickformatstops", parent_name="carpet.aaxis", **kwargs
|
||||
):
|
||||
super(TickformatstopsValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Tickformatstop"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
dtickrange
|
||||
range [*min*, *max*], where "min", "max" -
|
||||
dtick values which describe some zoom level, it
|
||||
is possible to omit "min" or "max" value by
|
||||
passing "null"
|
||||
enabled
|
||||
Determines whether or not this stop is used. If
|
||||
`false`, this stop is ignored even within its
|
||||
`dtickrange`.
|
||||
name
|
||||
When used in a template, named items are
|
||||
created in the output figure in addition to any
|
||||
items the figure already has in this array. You
|
||||
can modify these items in the output figure by
|
||||
making your own item with `templateitemname`
|
||||
matching this `name` alongside your
|
||||
modifications (including `visible: false` or
|
||||
`enabled: false` to hide it). Has no effect
|
||||
outside of a template.
|
||||
templateitemname
|
||||
Used to refer to a named item in this array in
|
||||
the template. Named items from the template
|
||||
will be created even without a matching item in
|
||||
the input figure, but you can modify one by
|
||||
making an item with `templateitemname` matching
|
||||
its `name`, alongside your modifications
|
||||
(including `visible: false` or `enabled: false`
|
||||
to hide it). If there is no template or no
|
||||
matching item, this item will be hidden unless
|
||||
you explicitly show it with `visible: true`.
|
||||
value
|
||||
string - dtickformat for described zoom level,
|
||||
the same as "tickformat"
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickmodeValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(self, plotly_name="tickmode", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TickmodeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["linear", "array"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickprefixValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(self, plotly_name="tickprefix", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TickprefixValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TicksuffixValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(self, plotly_name="ticksuffix", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TicksuffixValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TicktextValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(self, plotly_name="ticktext", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TicktextValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TicktextsrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="ticktextsrc", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TicktextsrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickvalsValidator(_plotly_utils.basevalidators.DataArrayValidator):
|
||||
def __init__(self, plotly_name="tickvals", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TickvalsValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,11 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TickvalssrcValidator(_plotly_utils.basevalidators.SrcValidator):
|
||||
def __init__(self, plotly_name="tickvalssrc", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TickvalssrcValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "none"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,31 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TitleValidator(_plotly_utils.basevalidators.TitleValidator):
|
||||
def __init__(self, plotly_name="title", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TitleValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
data_class_str=kwargs.pop("data_class_str", "Title"),
|
||||
data_docs=kwargs.pop(
|
||||
"data_docs",
|
||||
"""
|
||||
font
|
||||
Sets this axis' title font. Note that the
|
||||
title's font used to be set by the now
|
||||
deprecated `titlefont` attribute.
|
||||
offset
|
||||
An additional amount by which to offset the
|
||||
title from the tick labels, given in pixels.
|
||||
Note that this used to be set by the now
|
||||
deprecated `titleoffset` attribute.
|
||||
text
|
||||
Sets the title of this axis. Note that before
|
||||
the existence of `title.text`, the title's
|
||||
contents used to be defined as the `title`
|
||||
attribute itself. This behavior has been
|
||||
deprecated.
|
||||
""",
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class TypeValidator(_plotly_utils.basevalidators.EnumeratedValidator):
|
||||
def __init__(self, plotly_name="type", parent_name="carpet.aaxis", **kwargs):
|
||||
super(TypeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
values=kwargs.pop("values", ["-", "linear", "date", "category"]),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,15 @@
|
||||
import sys
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if sys.version_info < (3, 7) or TYPE_CHECKING:
|
||||
from ._size import SizeValidator
|
||||
from ._family import FamilyValidator
|
||||
from ._color import ColorValidator
|
||||
else:
|
||||
from _plotly_utils.importers import relative_import
|
||||
|
||||
__all__, __getattr__, __dir__ = relative_import(
|
||||
__name__,
|
||||
[],
|
||||
["._size.SizeValidator", "._family.FamilyValidator", "._color.ColorValidator"],
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class ColorValidator(_plotly_utils.basevalidators.ColorValidator):
|
||||
def __init__(
|
||||
self, plotly_name="color", parent_name="carpet.aaxis.tickfont", **kwargs
|
||||
):
|
||||
super(ColorValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,15 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class FamilyValidator(_plotly_utils.basevalidators.StringValidator):
|
||||
def __init__(
|
||||
self, plotly_name="family", parent_name="carpet.aaxis.tickfont", **kwargs
|
||||
):
|
||||
super(FamilyValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
no_blank=kwargs.pop("no_blank", True),
|
||||
strict=kwargs.pop("strict", True),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,14 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class SizeValidator(_plotly_utils.basevalidators.NumberValidator):
|
||||
def __init__(
|
||||
self, plotly_name="size", parent_name="carpet.aaxis.tickfont", **kwargs
|
||||
):
|
||||
super(SizeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
min=kwargs.pop("min", 1),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,23 @@
|
||||
import sys
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if sys.version_info < (3, 7) or TYPE_CHECKING:
|
||||
from ._value import ValueValidator
|
||||
from ._templateitemname import TemplateitemnameValidator
|
||||
from ._name import NameValidator
|
||||
from ._enabled import EnabledValidator
|
||||
from ._dtickrange import DtickrangeValidator
|
||||
else:
|
||||
from _plotly_utils.importers import relative_import
|
||||
|
||||
__all__, __getattr__, __dir__ = relative_import(
|
||||
__name__,
|
||||
[],
|
||||
[
|
||||
"._value.ValueValidator",
|
||||
"._templateitemname.TemplateitemnameValidator",
|
||||
"._name.NameValidator",
|
||||
"._enabled.EnabledValidator",
|
||||
"._dtickrange.DtickrangeValidator",
|
||||
],
|
||||
)
|
@ -0,0 +1,23 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class DtickrangeValidator(_plotly_utils.basevalidators.InfoArrayValidator):
|
||||
def __init__(
|
||||
self,
|
||||
plotly_name="dtickrange",
|
||||
parent_name="carpet.aaxis.tickformatstop",
|
||||
**kwargs,
|
||||
):
|
||||
super(DtickrangeValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
items=kwargs.pop(
|
||||
"items",
|
||||
[
|
||||
{"editType": "calc", "valType": "any"},
|
||||
{"editType": "calc", "valType": "any"},
|
||||
],
|
||||
),
|
||||
**kwargs,
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class EnabledValidator(_plotly_utils.basevalidators.BooleanValidator):
|
||||
def __init__(
|
||||
self, plotly_name="enabled", parent_name="carpet.aaxis.tickformatstop", **kwargs
|
||||
):
|
||||
super(EnabledValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
edit_type=kwargs.pop("edit_type", "calc"),
|
||||
**kwargs,
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user