Group Abstract Group Abstract

Message Boards Message Boards

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

How to specify PlotMarkers as used by Mathematica automatically

Posted 3 years ago
POSTED BY: Paul Newton
2 Replies
Posted 3 years ago

Thanks Rohit I am attaching a notebook which compares the PlotMarkers used with "Automatic" and those obtained from Graphics`PlotMarkers[]. I am using the PlotMarkers from this code

{filledcircle, filledsquare, filleddiamond, filleduptriangle, 
   filleddowntriangle, circle, square, diamond, uptriangle, 
   downtriangle} = Graphics`PlotMarkers[][[All, 1]];

The appearance of the "Automatic" PlotMarkers is quite different from the appearance of those obtained as above, Also note

Head[filledcircle]
*String*
Head[Graphics[Disk[]]]
*Graphics*

It would be so much better if there were the equivalents of Disk[] and Rectangle[] for the other shapes.

POSTED BY: Paul Newton
Posted 3 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
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard