|
From: João L. S. <js...@fc...> - 2010-07-19 14:31:37
|
On 07/19/2010 03:11 PM, Clear wrote: > > plt.plot(x,np.sin(x),"-s",markevery=N/50) > > I have tried your option but a message is returned to me which says that > markevery is an unknown property. I have included exactly the code you > propose. May I guess why I am getting such error? > > Clear > > Are you sure you ran the example as I sent it? markevery should be available since matplotlib version 0.98.5.2, released at the end of 2008. Which mpl version and operating system are you using? JLS |