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

sgougeon at free.fr sgougeon at free.fr
Wed Nov 25 17:40:11 CET 2015


>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



More information about the users mailing list