[Scilab-users] Title positioning on log-scale plots

Rafael Guerra jrafaelbguerra at hotmail.com
Wed Nov 25 21:35:05 CET 2015


Hi Samuel,

Thanks for the feedback.
I have tried your linear formula for other data inputs, with different start and
end points, but unfortunately this display problem is non-linear.

It seems to involve the log10 function and both xmin and xmax but I could not
find the formula.

Regards,
Rafael

-----Original Message-----
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of
sgougeon at free.fr
Sent: Wednesday, November 25, 2015 4:40 PM
To: Users mailing list for Scilab <users at lists.scilab.org>
Subject: Re: [Scilab-users] Title positioning on log-scale plots

>Does anybody know how to [ x,y ]-position titles on log-scale plots? 

After some trials without searching for the involved bugged piece of code, it
comes that the title is wrongly displayed at X = 10*( gca().title.position(1) -
1)

So, to display it from X=1 on your first graph, you must set
gca().title.position(1) = 1.1

Samuel
_______________________________________________
users mailing list
users at lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users




More information about the users mailing list