From 598476d6a1b9664a0c9b13bb61d95c4596d6c23c Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Sat, 7 Oct 2023 15:44:57 +0000 Subject: [PATCH] Fixed titlefor graph_symbol_size_benchmark.py --- benchmarks/graph_symbol_size_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/graph_symbol_size_benchmark.py b/benchmarks/graph_symbol_size_benchmark.py index 235547d..b11a3ac 100755 --- a/benchmarks/graph_symbol_size_benchmark.py +++ b/benchmarks/graph_symbol_size_benchmark.py @@ -57,7 +57,7 @@ ) # Define data and aesthetics + geom_line() # Add line geometry + theme_classic() # Minimal theme - + labs(title="", x="Number of Functions", y="Time (s)", color="") + + labs(title="", x="Number of Symbols", y="Time (s)", color="") + scale_x_continuous(trans="log10") + scale_y_log10(expand=(0, 0, 0, 1)) )