Get an iterator over the series ids in the plot.
(&self)
| 416 | && let Size::World(size) = marker_style.size |
| 417 | { |
| 418 | let half = size * 0.5; |
| 419 | [point.x + half, point.y + half] |
| 420 | } else { |
| 421 | [point.x, point.y] |
| 422 | } |
| 423 | } |
no outgoing calls
no test coverage detected