ListPlot still ignores SetOptions[] command
- To: mathgroup at smc.vnet.net
- Subject: [mg90519] ListPlot still ignores SetOptions[] command
- From: lehin.p at gmail.com
- Date: Fri, 11 Jul 2008 02:06:07 -0400 (EDT)
Hello, In version 6.03 some bug in ListPlot is fixed and the following code works well: SetOptions[ListPlot, Joined -> True]; ListPlot[Range[50]^2] But adding Mesh -> All is ignored: SetOptions[ListPlot, Mesh -> All, Joined -> True]; ListPlot[Range[50]^2] As I understand the bug is still here.