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

Method sort

plotly/graph_objs/_pie.py:939–951  ·  view source on GitHub ↗

Determines whether or not the sectors are reordered from largest to smallest. The 'sort' 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

937
938 @property
939 def sort(self):
940 """
941 Determines whether or not the sectors are reordered from
942 largest to smallest.
943
944 The 'sort' property is a boolean and must be specified as:
945 - A boolean value: True or False
946
947 Returns
948 -------
949 bool
950 """
951 return self["sort"]
952
953 @sort.setter
954 def sort(self, val):

Callers 15

__init__Method · 0.45
gantt_colorscaleFunction · 0.45
gantt_dictFunction · 0.45
create_hexbin_mapFunction · 0.45
violin_no_colorscaleFunction · 0.45
violin_colorscaleFunction · 0.45
violin_dictFunction · 0.45
MtFunction · 0.45
arFunction · 0.45
mtFunction · 0.45
duFunction · 0.45

Calls

no outgoing calls

Tested by 1