Home
last modified time | relevance | path

Searched refs:get_decorated_label (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/py-plotly/plotly-4.14.3/plotly/express/
H A D_core.py149 def get_decorated_label(args, column, role): function
263 attr_label = get_decorated_label(args, attr_value, attr_name)
414 attr_label_col = get_decorated_label(args, col, None)
595 y_title = get_decorated_label(args, args["y"], "y")
602 x_title = get_decorated_label(args, args["x"], "x")
636 y_title = get_decorated_label(args, args["y"], "y")
642 x_title = get_decorated_label(args, args["x"], "x")
2045 title_text=get_decorated_label(args, args[colorvar], colorvar)