Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 19, 2023
1 parent 432530b commit b23e7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def configure(_fig: go.Figure, title: str = None, showlegend: bool = True):

fig.update_xaxes(title_text="Number of features", type="log")
fig.update_yaxes(title_text="Fetching time (s)")
fig = make_subplots(rows=2, cols=3, row_heights=[0.7, 0.3])
fig = make_subplots(rows=2, cols=3, row_heights=[0.7, 0.3], shared_xaxes=False, vertical_spacing=0.07)
configure(fig, title="Geometry serialization", showlegend=True)
fig.update_layout(legend=dict(yanchor="top", y=0.94, xanchor="left", x=0.02))
fig.update_layout(margin=dict(l=5, r=5, t=30, b=5))
Expand Down

0 comments on commit b23e7a4

Please sign in to comment.