[Scilab-users] Bitmap export

Antoine Monmayrant antoine.monmayrant at laas.fr
Mon Jan 13 09:16:52 CET 2014


On 01/13/2014 01:27 AM, Stefan Du Rietz wrote:
> Hi,
> when I export a figure to a bitmap file (PNG, JPG, GIF, PPM, BMP) from 
> Xubuntu Linux, it has the y axis turned about 30 degrees clockwise and 
> is divided in two parts. Has anybody else experienced that?
>
> Regards /Stefan
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
Hi Stefan,

Could you send us a small test script that produces the bogus plot, so 
we can give it a try?
Do you have a huge scaling factor between x and y?
Like mean(y)<mean(x)*10^-4 ?
If it is the case, try plot(x,y*10^4) (replacing 10^4 be the inverse of 
the y/x ratio).
There use to be a bug that produces this slant, but it is corrected now: 
see http://bugzilla.scilab.org/show_bug.cgi?id=11399 .

Hope it helps,

Antoine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140113/af08208b/attachment.htm>


More information about the users mailing list