Point Symbol and Mesh
- To: mathgroup at smc.vnet.net
- Subject: [mg88560] Point Symbol and Mesh
- From: "Thomas Dowling" <thomasgdowling at gmail.com>
- Date: Thu, 8 May 2008 04:15:20 -0400 (EDT)
Hello,
Is there any easy way of changing the Point Symbol given with Mesh from a
circle to, say, a
square or a triangle? An example is given in the following code:
With[{m = 1000, c = 10},
Plot[m x + c, {x, 0, 101}, Mesh -> {Range[40, 100, 10]},
MeshStyle -> {PointSize[Large], Red}]]
What I would like to do is to superimpose two or more plots, with each line
having a different symbol (circle, square, triangle ... ) for
the points generated by Mesh.
I am aware of PlotMarkers, but this only seem to apply to ListPlot.
Thanks for your help
Thomas Dowling.