MCPcopy Create free account
hub / github.com/apache/fory / add_compact_legend

Function add_compact_legend

benchmarks/plot_style.py:97–107  ·  view source on GitHub ↗
(ax)

Source from the content-addressed store, hash-verified

95
96
97def add_compact_legend(ax) -> None:
98 ax.legend(
99 loc="upper right",
100 frameon=True,
101 framealpha=0.95,
102 edgecolor="#D6DAE0",
103 borderpad=0.3,
104 labelspacing=0.3,
105 handlelength=1.4,
106 handletextpad=0.45,
107 )
108
109
110def save_benchmark_figure(fig, path: str | Path) -> None:

Callers 9

plot_summary_groupFunction · 0.90
plot_groupFunction · 0.90
plot_groupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected