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

Method diagonal

plotly/graph_objs/_splom.py:97–109  ·  view source on GitHub ↗

The 'diagonal' property is an instance of Diagonal that may be specified as: - An instance of :class:`plotly.graph_objs.splom.Diagonal` - A dict of string/value properties that will be passed to the Diagonal constructor Returns ------

(self)

Source from the content-addressed store, hash-verified

95
96 @property
97 def diagonal(self):
98 """
99 The 'diagonal' property is an instance of Diagonal
100 that may be specified as:
101 - An instance of :class:`plotly.graph_objs.splom.Diagonal`
102 - A dict of string/value properties that will be passed
103 to the Diagonal constructor
104
105 Returns
106 -------
107 plotly.graph_objs.splom.Diagonal
108 """
109 return self["diagonal"]
110
111 @diagonal.setter
112 def diagonal(self, val):

Calls

no outgoing calls

Tested by

no test coverage detected