Group Abstract Group Abstract

Message Boards Message Boards

0
|
7K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to specify PlotMarkers as used by Mathematica automatically

Posted 4 years ago

With PlotMarkers -> Automatic Mathematica cycles through 10 shapes - actually 5 shapes (circle, square, diamond, up triangle and down triangle) and 2 styles (filled/solid and hollow/open) as shown in the attached notebook. The first two are easy to reproduce, but how can the others be specified?

POSTED BY: Paul Newton
2 Replies
Posted 4 years ago

The default markers are

(*
{"\[FilledCircle]","\[FilledSquare]","\[FilledDiamond]","\[FilledUpTriangle]",
 "\[FilledDownTriangle]","\[EmptyCircle]","\[EmptySquare]","\[EmptyDiamond]",
 "\[EmptyUpTriangle]","\[EmptyDownTriangle]"}
*)

That list is from

Graphics`PlotMarkers[]
POSTED BY: Rohit Namjoshi
Posted 4 years ago
POSTED BY: Paul Newton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard