Re: [fricas-devel] "title" in image output

2024-04-17 Thread Waldek Hebisch
On Wed, Apr 17, 2024 at 07:08:29PM +0800, Qian Yun wrote: > This "title" thing is more complex than I thought. > > For vp:=draw(x,x=0..1); write(vp,"pic", FORMAT) > > When FORMAT is: > > "pixmap" or "bitmap": > generates 400x400 image, title is the same as screen output > > "image": >

Re: [fricas-devel] "title" in image output

2024-04-17 Thread Ralf Hemmecke
On 4/17/24 13:08, Qian Yun wrote: This "title" thing is more complex than I thought. ForĀ  vp:=draw(x,x=0..1); write(vp,"pic", FORMAT) When FORMAT is: "pixmap" or "bitmap": generates 400x400 image, title is the same as screen output "image": generates 300x324 image, title is 24 pixel higher

[fricas-devel] "title" in image output

2024-04-17 Thread Qian Yun
This "title" thing is more complex than I thought. For vp:=draw(x,x=0..1); write(vp,"pic", FORMAT) When FORMAT is: "pixmap" or "bitmap": generates 400x400 image, title is the same as screen output "image": generates 300x324 image, title is 24 pixel higher than screen output "postscript":