Mesh->Full, Joined->True
- To: mathgroup at smc.vnet.net
- Subject: [mg80202] Mesh->Full, Joined->True
- From: Arkadiusz.Majka at gmail.com
- Date: Tue, 14 Aug 2007 07:17:56 -0400 (EDT)
Hi,
For plots of two curves
ListPlot[{curve1, curve2}, Mesh->Full] I get two "dotted" curves of
different colors. When I order to join the points
(dots) :
ListPlot[{curve1, curve2}, Mesh->Full,Joined->True]
the color of points become the same. Why? How can I change it?
Arek