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

Function configure_ternary_axes

plotly/express/_core.py:758–763  ·  view source on GitHub ↗
(args, fig, orders)

Source from the content-addressed store, hash-verified

756
757
758def configure_ternary_axes(args, fig, orders):
759 fig.update_ternaries(
760 aaxis=dict(title_text=get_label(args, args["a"])),
761 baxis=dict(title_text=get_label(args, args["b"])),
762 caxis=dict(title_text=get_label(args, args["c"])),
763 )
764
765
766def configure_polar_axes(args, fig, orders):

Callers

nothing calls this directly

Calls 2

get_labelFunction · 0.85
update_ternariesMethod · 0.45

Tested by

no test coverage detected