Re: parasite points with Mesh
- To: mathgroup at smc.vnet.net
- Subject: [mg95934] Re: [mg95884] parasite points with Mesh
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 30 Jan 2009 05:43:49 -0500 (EST)
- Reply-to: hanlonr at cox.net
Include a mesh value that is off of the plot
Plot[(1/3)*x^3 - x, {x, -3, 3}, Mesh -> {{-1, 0, 1.5, 2, 5}},
MeshStyle -> PointSize[Medium]]
Bob Hanlon
---- Jaccard Florian <Florian.Jaccard at he-arc.ch> wrote:
=============
Hello,
I have a parasite Meshpoint (at about x=2.2) with the following input:
Plot[(1/3)*x^3 - x, {x, -3, 3}, Mesh -> {{-1, 1.5, 0, 2}}, MeshStyle -> PointSize[Medium]]
As I have often these parasits, I really wonder... Can somebody help and say how I can delete it?
Regards,
F.Jaccard