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

Method transpose

plotly/graph_objs/_heatmap.py:923–934  ·  view source on GitHub ↗

Transposes the z data. The 'transpose' property is a boolean and must be specified as: - A boolean value: True or False Returns ------- bool

(self)

Source from the content-addressed store, hash-verified

921
922 @property
923 def transpose(self):
924 """
925 Transposes the z data.
926
927 The 'transpose' property is a boolean and must be specified as:
928 - A boolean value: True or False
929
930 Returns
931 -------
932 bool
933 """
934 return self["transpose"]
935
936 @transpose.setter
937 def transpose(self, val):

Callers 9

create_bulletFunction · 0.45
uFunction · 0.45
plotly.min.jsFile · 0.45
gFunction · 0.45
uFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected