<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><span style="font-family:
        Arial,Helvetica,Verdana,Geneva,sans-serif; font-size: smaller;
        color: #000000; background-color: #ffffff;"></span>On 12/3/12
      7:19 PM, Shubhra Sharma wrote:<br>
      <blockquote type="cite">My question is is there a way to  install
        matplotlib on python3.2.3 using macports?<br>
      </blockquote>
      <br>
      Not yet. Someone is working on it. See
      <a class="moz-txt-link-freetext" href="https://trac.macports.org/ticket/36930">https://trac.macports.org/ticket/36930</a><br>
      <br>
      <blockquote type="cite">ssharma-dev1:~ ssharma$ sudo port install
        py-matplotlib @1.2.0</blockquote>
      <br>
      The py-matplotlib port is what is called a unified port, meaning
      the same port supports multiple versions of python. Look at the
      output of "port info py-matplotlib". Notice it has the
      py26-matplotlib and py27-matplotlib subports. This means that the
      py-matplotlib port supports Python 2.6 and Python 2.7. You would
      normally install one of these subports, which indicate the version
      of python to use. You would not normally install the unified port
      itself, py-matplotlib.<br>
      <br>
      Monte<br>
    </div>
  </body>
</html>