Re: Re : [fricas-devel] [BUG]: draw option unit == [a,b] ignored

2018-07-12 Thread Riccardo GUIDA
Ralf 1) Many graphs in chapter seven FriCAS UG do NOT correspond to what announced in the text (I was preparing a list of patches but you anticipated me). In 2D graphs this is due to a missing 'title=...' in the invoked command draw and also due the fact that 'unit=...' shows nothing because

Re: [fricas-devel] [BUG]: draw option unit == [a,b] ignored

2018-07-12 Thread Ralf Hemmecke
> you must make sure that in the control panel you have "units on" and you > possibly have to scale the size of the window in order to have space for > tick labelling. Yes. No problem. Maybe I should add vp := draw(sin(11*x),x = 0..2*%pi,title == "Large and unit", unit==[0.2,0.2]) units(vp,1,"on

Re: [fricas-devel] [BUG]: draw option unit == [a,b] ignored

2018-07-12 Thread Prof. Dr. Johannes Grabmeier FW
I already had answered this question directly: works for me perfect: you must make sure that in the control panel you have "units on" and you possibly have to scale the size of the window in order to have space for tick labelling. Am 12.07.18 um 11:00 schrieb Ralf Hemmecke: >> IIC the user gu

Re: [fricas-devel] [BUG]: draw option unit == [a,b] ignored

2018-07-12 Thread Ralf Hemmecke
> 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==

Re: Re: [fricas-devel] [BUG]: draw option unit == [a,b] ignored

2018-07-11 Thread Riccardo GUIDA
[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

[fricas-devel] [BUG]: draw option unit == [a,b] ignored

2018-07-11 Thread Riccardo GUIDA
Hi, 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