MCPcopy Create free account
hub / github.com/plotly/plotly.py / tick0

Method tick0

plotly/graph_objs/carpet/_baxis.py:957–968  ·  view source on GitHub ↗

The starting index of grid lines along the axis The 'tick0' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float

(self)

Source from the content-addressed store, hash-verified

955
956 @property
957 def tick0(self):
958 """
959 The starting index of grid lines along the axis
960
961 The 'tick0' property is a number and may be specified as:
962 - An int or float in the interval [0, inf]
963
964 Returns
965 -------
966 int|float
967 """
968 return self["tick0"]
969
970 @tick0.setter
971 def tick0(self, val):

Calls

no outgoing calls

Tested by

no test coverage detected