| 1331 | } |
| 1332 | (FillEndpoint::VLine(vline0), FillEndpoint::VLine(vline1)) => { |
| 1333 | let (y0, y1) = y_domain?; |
| 1334 | let x0 = data_value_to_plot_with_axis_range( |
| 1335 | vline0.x, |
| 1336 | widget.x_axis_scale, |
| 1337 | vline0.transform.as_ref(), |
| 1338 | Some(axis_ranges.0), |
| 1339 | )?; |
| 1340 | let x1 = data_value_to_plot_with_axis_range( |
| 1341 | vline1.x, |
nothing calls this directly
no outgoing calls
no test coverage detected