Skip to content

Commit 76368f9

Browse files
committed
Add diamond shape to marker styles
1 parent c91081b commit 76368f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/scijava/plot/MarkerStyle.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public enum MarkerStyle {
4343
FILLEDSQUARE,
4444
CIRCLE,
4545
FILLEDCIRCLE,
46+
DIAMOND,
47+
FILLEDDIAMOND,
4648
TRIANGLE,
4749
FILLEDTRIANGLE,
4850
}

0 commit comments

Comments
 (0)