This commit is contained in:
gac-x11ma
2026-06-24 13:28:45 +02:00
parent b658ce0a15
commit 97ecbd2af2
113 changed files with 5193 additions and 456368 deletions
@@ -0,0 +1,9 @@
package sparseviewer.model;
public enum PlotMode {
PLOT_1D_LINE_POINTS,
PLOT_1D_LINE,
PLOT_1D_POINTS,
PLOT_2D_SCATTER,
PLOT_2D_IMAGE
}