<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 25/12/2018 à 22:37, Federico Miyara
      a écrit :<br>
    </div>
    <blockquote cite="mid:5C22A336.7070609@fceia.unr.edu.ar" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <br>
      After creating a figure and plot I need to change the thickness of
      border around the plot. What property should I change?<font
        face="Courier New, Courier, monospace"><br>
      </font></blockquote>
    <br>
    <font face="Courier New, Courier, monospace">clf<br>
      subplot(1,2,1), plot2d()<br>
      subplot(1,2,2), plot2d(), gca().thickness = 3;<br>
      <br>
      <img src="cid:part1.406CD6CA.AE89E7AA@free.fr" alt="" height="240"
        width="450"><br>
      <br>
    </font>Regards<br>
    Samuel<br>
    <font face="Courier New, Courier, monospace"><br>
    </font>
  </body>
</html>