> IIC the user guide the draw option unit==[0.2,0.2] should add ticks to > the axes x and y, but I cannot see anything. > > Try eg: > > draw(sin(11*x),x = 0..2*%pi,toScale == true,title == "Drawn to scale") > draw(sin(11*x),x = 0..2*%pi,toScale == true,title == "Drawn to scale and > unit", unit==[0.2,0.2]) > draw(sin(11*x),x = 0..2*%pi,toScale == true,title == "Drawn to scale and > unit", unit==[0.5,0.5]) > draw(sin(11*x),x = 0..2*%pi,title == "Large and unit", unit==[0.2,0.2]) > draw(sin(11*x),x = 0..2*%pi,title == "Large and unit", unit==[0.5,0.5]) > > Am I missing something important? > ric
Hmm, I don't know. In the original AXIOM book there appears draw ( sin ( x ) , x = -% pi ..% pi , toScale == true , unit == [1.0 ,1.0]) and the resulting picture comes with units drawn at the axes. If I type this in FriCAS, click in the picture, and then click on "Units Off" in the appearing control window, I see units, but at the border of the window, not directly at the axes. I can only guess that the pictures in the AXIOM book have been generated by hand. Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
