We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91081b commit 76368f9Copy full SHA for 76368f9
1 file changed
src/main/java/org/scijava/plot/MarkerStyle.java
@@ -43,6 +43,8 @@ public enum MarkerStyle {
43
FILLEDSQUARE,
44
CIRCLE,
45
FILLEDCIRCLE,
46
+ DIAMOND,
47
+ FILLEDDIAMOND,
48
TRIANGLE,
49
FILLEDTRIANGLE,
50
}
0 commit comments