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

Method l

plotly/graph_objs/layout/_margin.py:52–63  ·  view source on GitHub ↗

Sets the left margin (in px). The 'l' 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

50
51 @property
52 def l(self):
53 """
54 Sets the left margin (in px).
55
56 The 'l' property is a number and may be specified as:
57 - An int or float in the interval [0, inf]
58
59 Returns
60 -------
61 int|float
62 """
63 return self["l"]
64
65 @l.setter
66 def l(self, val):

Calls

no outgoing calls

Tested by

no test coverage detected