On Tuesday, August 5, 2014 10:38:17 AM UTC-4, Zahirul ALAM wrote:
>
> I am trying to manually set the tick frequency:
> xticks([0.0, 1.0, 2.0]) works fine
> however,
>
> yticks([0.0, 1.0, 2.0]) throws the following error 
>

I can't reproduce your problem (with matplotlib 1.3.1 and the latest PyPlot 
and Julia on MacOS X):

using PyPlot
plot(rand(20))
xticks([1,5,12])
yticks([0.0, 0.3, 0.8]) 


works fine for me.

Reply via email to