MCPcopy Index your code
hub / github.com/plotly/plotly.py / min

Method min

plotly/graph_objs/layout/ternary/_baxis.py:326–339  ·  view source on GitHub ↗

The minimum value visible on this axis. The maximum is determined by the sum minus the minimum values of the other two axes. The full view corresponds to all the minima set to zero. The 'min' property is a number and may be specified as: - An int or float

(self)

Source from the content-addressed store, hash-verified

324
325 @property
326 def min(self):
327 """
328 The minimum value visible on this axis. The maximum is
329 determined by the sum minus the minimum values of the other two
330 axes. The full view corresponds to all the minima set to zero.
331
332 The 'min' property is a number and may be specified as:
333 - An int or float in the interval [0, inf]
334
335 Returns
336 -------
337 int|float
338 """
339 return self["min"]
340
341 @min.setter
342 def min(self, val):

Callers 15

to_typed_array_specFunction · 0.45
_compute_hexbinFunction · 0.45
_compute_wgs84_hexbinFunction · 0.45
create_hexbin_mapFunction · 0.45
trisurfFunction · 0.45
_compute_gridFunction · 0.45
_extract_contoursFunction · 0.45
_contour_traceFunction · 0.45
create_ternary_contourFunction · 0.45
calc_statsFunction · 0.45
arFunction · 0.45

Calls

no outgoing calls

Tested by 1

itFunction · 0.36