| 1315 | } |
| 1316 | (FillEndpoint::HLine(hline0), FillEndpoint::HLine(hline1)) => { |
| 1317 | let (x0, x1) = x_domain?; |
| 1318 | let y0 = data_value_to_plot_with_axis_range( |
| 1319 | hline0.y, |
| 1320 | widget.y_axis_scale, |
| 1321 | hline0.transform.as_ref(), |
| 1322 | Some(axis_ranges.1), |
| 1323 | )?; |
| 1324 | let y1 = data_value_to_plot_with_axis_range( |
nothing calls this directly
no outgoing calls
no test coverage detected