Re: [Scilab-users] Problems with graphics format

2019-02-25 Thread Samuel Gougeon
Le 25/12/2018 à 22:37, Federico Miyara a écrit : After creating a figure and plot I need to change the thickness of border around the plot. What property should I change? clf subplot(1,2,1), plot2d() subplot(1,2,2), plot2d(), gca().thickness = 3; Regards Samuel ___

[Scilab-users] Problems with graphics format

2018-12-25 Thread Federico Miyara
After creating a figure and plot I need to change the thickness of border around the plot. What property should I change? Besides, I try to change the grid style using gca().grid_style = n*[1, 1] where n is, for instance, 5. I get this: As can be seen, only the horizontal lines of the grid