MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / fmt

Method fmt

src/plot_widget.rs:1209–1213  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

1207 })
1208 }
1209
1210 fn toggle_visibility(&mut self, id: &ShapeId) {
1211 let exists = self.series.contains_key(id)
1212 || self.fills.contains_key(id)
1213 || self.vlines.contains_key(id)
1214 || self.hlines.contains_key(id);
1215
1216 if !exists {

Callers

nothing calls this directly

Calls 1

uses_axes_coordinatesMethod · 0.80

Tested by

no test coverage detected