[Grabmeier]> you must make sure that in the control panel you have "units on" 
and you
[Grabmeier]> possibly have to scale the size of the window in order to have 
space for
[Grabmeier]> tick labelling.


Aha, thanks Johannes!!! Units was off: the following works

(2) -> vp := draw(sin(11*x),x = 0..2*%pi,title == "Large and unit", 
unit==[0.2,0.2])
   Compiling function %D with type DoubleFloat -> DoubleFloat
   Graph data being transmitted to the viewport manager...
   FriCAS2D data being transmitted to the viewport manager...

   (2)  TwoDimensionalViewport: "Large and unit"
                                                 Type: TwoDimensionalViewport
(3) -> units(vp,1,"on")
                                                                   Type: Void

So this is not a bug, just a missing feature: I would have expected that setting 
unit==... in draw would automatically trigger units(...,"on").

Cheers,
riccardo

--
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 fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to