Skip to content

Commit

Permalink
Fixed titlefor graph_symbol_size_benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Oct 7, 2023
1 parent 00f69bd commit 598476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/graph_symbol_size_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
)
Expand Down

0 comments on commit 598476d

Please sign in to comment.