Re: [julia-users] Re: Setting the axis scale on Gadfly

2014-07-09 Thread Lucas Simões
Thank you very much, it worked exactly as I wanted! Lucas Silva Simões Curso de Ciências Moleculares, T22 2014-07-09 16:38 GMT-03:00 Darwin Darakananda : > Guide.xticks might be what you're looking for. For example: > > plot(sin, 0, pi, Guide.xticks(ticks=[0:0.2:pi])) > > > The y-axis can be s

[julia-users] Re: Setting the axis scale on Gadfly

2014-07-09 Thread Darwin Darakananda
Guide.xticks might be what you're looking for. For example: plot(sin, 0, pi, Guide.xticks(ticks=[0:0.2:pi])) The y-axis can be specified with Guide.yticks On Wednesday, July 9, 2014 10:53:58 AM UTC-7, Lucas Simões wrote: > > I tried looking on the manual but I couldn't find anything clearly: