Skip to content
Snippets Groups Projects
Commit 203fc79e authored by Alkaid Cheng's avatar Alkaid Cheng
Browse files

Merge branch 'dev' into 'master'

fix legend drawing from upper limit benchmark plot

See merge request !154
parents 84849411 1260d3ae
Branches
Tags 0.7.0.4
1 merge request!154fix legend drawing from upper limit benchmark plot
Pipeline #7285260 passed
...@@ -524,7 +524,7 @@ class UpperLimitBenchmarkPlot(AbstractPlot): ...@@ -524,7 +524,7 @@ class UpperLimitBenchmarkPlot(AbstractPlot):
handles = remake_handles(handles, polygon_to_line=False, fill_border=True, handles = remake_handles(handles, polygon_to_line=False, fill_border=True,
border_styles=self.styles['legend_border']) border_styles=self.styles['legend_border'])
handler_map = {ErrorbarContainer: HandlerErrorbar(xerr_size=1)} handler_map = {ErrorbarContainer: HandlerErrorbar(xerr_size=1)}
self.darw_legend(handles, labels, handler_map=handler_map) self.draw_legend(ax, handles, labels, handler_map=handler_map)
if comparison_options is not None: if comparison_options is not None:
return ax, ax_ratio return ax, ax_ratio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment