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

Function save_benchmark_figure

benchmarks/plot_style.py:110–111  ·  view source on GitHub ↗
(fig, path: str | Path)

Source from the content-addressed store, hash-verified

108
109
110def save_benchmark_figure(fig, path: str | Path) -> None:
111 fig.savefig(path, dpi=170, bbox_inches="tight", pad_inches=0.12)
112
113
114def format_markdown_with_prettier(*paths: str | Path) -> None:

Callers 9

save_summary_plotFunction · 0.90
generate_plotsFunction · 0.90
generate_plotsFunction · 0.90
generate_combined_plotFunction · 0.90
mainFunction · 0.90
render_plotFunction · 0.90
render_plotFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected