We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376fbfe commit c149498Copy full SHA for c149498
egui_plot/src/plot.rs
@@ -1581,7 +1581,7 @@ impl<'a> Plot<'a> {
1581
let complete_rect = self.calculate_widget_complete_rect(ui);
1582
1583
let (axis_widgets, plot_rect) = axis_widgets(
1584
- PlotMemory::load(ui.ctx(), plot_id).as_ref(), // TODO(emilk): avoid loading plot memory twice
+ PlotMemory::load(ui.ctx(), plot_id).as_ref(), // TODO #164: avoid loading plot memory twice
1585
self.show_axes,
1586
complete_rect,
1587
[&self.x_axes, &self.y_axes],
0 commit comments