06.2026
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user