Drop passing overlay method from viewbox to view-mode handler

log_linearized_curve_overlays
Tyler Goodlet 2023-02-28 11:54:30 -05:00
parent 8c392fda60
commit 993bb47138
1 changed files with 0 additions and 3 deletions

View File

@ -929,8 +929,6 @@ class ChartView(ViewBox):
tuple[float, float],
] | None = None,
overlay_technique: str = 'loglin_to_first',
):
profiler = Profiler(
msg=f'ChartView.interact_graphics_cycle() for {self.name}',
@ -968,5 +966,4 @@ class ChartView(ViewBox):
do_overlay_scaling=do_overlay_scaling,
do_linked_charts=do_linked_charts,
yrange_kwargs=yrange_kwargs,
overlay_technique=overlay_technique,
)