Hello!
My question seems simple but no one know how to do this here! How could I modify the size of the font for the title, the axis labels and the legend of a graphic?
I tried using text_size keyword as follows but it did not work:
g5 = plot(t,[y(:,9:10)*1000,-y(:,11)*1000], {title="Measured Position of the S/C", xlab="Time (s)", ylab="Position (m)", legend=["North position", "East Position", "Down Position"], line_color = [2,3,5], text_size = 16});
Is there any way we can do this from a .ms script file (not directly on the graph, although I did not find how to do it from then either)?
Thanks a lot for the help!!! 😉