We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b958e commit 155981fCopy full SHA for 155981f
1 file changed
egui_plot/src/memory.rs
@@ -10,7 +10,7 @@ use crate::bounds::PlotBounds;
10
11
/// Information about the plot that has to persist between frames.
12
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
13
-#[derive(Clone)]
+#[derive(Clone, Debug)]
14
pub struct PlotMemory {
15
/// Indicates if the plot uses automatic bounds.
16
///
0 commit comments