MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_min

Method set_min

lib/matplotlib/widgets.py:967–975  ·  view source on GitHub ↗

Set the lower value of the slider to *min*. Parameters ---------- min : float

(self, min)

Source from the content-addressed store, hash-verified

965 return f"({s1}, {s2})"
966
967 def set_min(self, min):
968 """
969 Set the lower value of the slider to *min*.
970
971 Parameters
972 ----------
973 min : float
974 """
975 self.set_val((min, self.val[1]))
976
977 def set_max(self, max):
978 """

Callers 1

_update_val_from_posMethod · 0.95

Calls 1

set_valMethod · 0.95

Tested by

no test coverage detected