I have a simple Inquiry about this attached file of the plot.
I need to make every line in the plot in the different form like (Dotted, Dashed, Dot-Dashed, CirculeDot, Line) for the five lines in the plot.
Also for the mesh style, can I change their style for every line like(point, circle, triangle, square, sixfold or fivefold) because all the lines are meshed by point.
No file was attached!
Remove Mesh and MeshStyle, add
Mesh
MeshStyle
PlotMarkers -> {Style["\[EmptySquare]", 20], Style["\[EmptyUpTriangle]", 20], Style["\[EmptyCircle]", 20], Style["\[SixPointedStar]", 20], Style["\[EmptyDiamond]", 20]}
I tried
MeshStyle -> {Directive[PointSize[Medium], Black], Directive[PointSize[Medium], Red], Directive[PointSize[Medium], Green], Directive[PointSize[Medium], Blue]}
but that just uses the last item in the list for every curve. (The Wolfram Documentation seems to suggest otherwise!)
Just add Dotted, Dashed, DotDashed to the respective PlotStyle entries.
Dotted
Dashed
DotDashed
PlotStyle
I don't know about CircleDot: no such style that I can see. For that, you probably want to use PlotMarkers.
CircleDot
PlotMarkers
Thank you very much, it's done.
Dear Professor, I mean the format of mesh not their colours like ( Point, Square, Triangle, Circle, Hexagonal) to distinguish between them.
Dear Professor Murray, thanks for your interrogation.
I asked about the mesh point (Black point on every line), can I change its form for every line to distinguish between them?
I'm sorry, I have attached the file now.