<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div style="" data-md-original="On behalf of a veritable army of
      super coders, I'm pleased to announce the release of matplotlib
      1.3.0.<br><br># Downloads<br><br>Downloads
      are available here:<br><br><meta
      http-equiv="content-type" content="text/html;
      charset=utf-8"><a
      href="http://matplotlib.org/downloads.html">http://matplotlib.org/downloads.html</a><br><br>as
      well as through `pip`.&nbsp; Check with your distro for when
      matplotlib 1.3.0 will become packaged for your
      environment.<br><br>(Note: Mac .dmg installers are
      still forthcoming due to some issues with the new installation
      approach.)<br><br># Important known
      issues<br><br>matplotlib no longer ships with its
      Python dependencies, including dateutil, pytz, pyparsing and
      six.&nbsp; When installing from source or `pip`, `pip` will
      install these for you automatically.&nbsp; When installing
      from packages (on Linux distributions, MacPorts, homebrew etc.)
      these dependencies should also be handled automatically.&nbsp;
      The Windows binary installers do not include or install these
      dependencies.<br><br>You may need to remove any old
      matplotlib installations before installing 1.3.0 to ensure
      matplotlib has access to the latest versions of these
      dependencies.<br><br>The following backends have been
      removed: QtAgg (Qt version 3.x only), FlktAgg and
      Emf.<br><br>For a complete list of removed features,
      see <meta http-equiv="content-type"
      content="text/html; charset=utf-8"><a
      href="http://matplotlib.org/api/api_changes.html#changes-in-1-3">http://matplotlib.org/api/api_changes.html#changes-in-1-3</a><br><br>#
      What's new<br><br>- xkcd-style sketch
      plotting<br>- webagg backend for displaying and interacting
      with plots in a web browser<br>- event plots<br>-
      triangular grid interpolation<br>- control of baselines in
      stackplot<br>- many improvements to text and color
      handling<br><br>For a complete list of what's new, see
      <br><br><meta http-equiv="content-type"
      content="text/html; charset=utf-8"><meta
      http-equiv="content-type" content="text/html;
      charset=utf-8"><a
      href="http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-3">http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-3</a><br><br>Have
      fun, and enjoy matplotlib!<br><br>Michael
      Droettboom<br><br>" class="markdown-here-wrapper"
      id="markdown-here-wrapper-993961">
      <p style="margin: 1.2em 0px ! important;">On behalf of a veritable
        army of super coders, I'm pleased to announce the release of
        matplotlib 1.3.0.</p>
      <h1 style="margin: 1.3em 0px 1em; padding: 0px; font-weight:
        bold;font-size: 1.6em;">Downloads</h1>
      <p style="margin: 1.2em 0px ! important;">Downloads are available
        here:</p>
      <p style="margin: 1.2em 0px ! important;"><a
          href="http://matplotlib.org/downloads.html"></a><a
          href="http://matplotlib.org/downloads.html">http://matplotlib.org/downloads.html</a></p>
      <p style="margin: 1.2em 0px ! important;">as well as through <code
          style="font-size: 0.85em; font-family:
          Consolas,Inconsolata,Courier,monospace;margin: 0px 0.15em;
          padding: 0px 0.3em; white-space: nowrap; border: 1px solid
          rgb(234, 234, 234); background-color: rgb(248, 248, 248);
          border-radius: 3px 3px 3px 3px; display: inline;">pip</code>.
        Check with your distro for when matplotlib 1.3.0 will become
        packaged for your environment.</p>
      <p style="margin: 1.2em 0px ! important;">(Note: Mac .dmg
        installers are still forthcoming due to some issues with the new
        installation approach.)</p>
      <h1 style="margin: 1.3em 0px 1em; padding: 0px; font-weight:
        bold;font-size: 1.6em;">Important known issues</h1>
      <p style="margin: 1.2em 0px ! important;">matplotlib no longer
        ships with its Python dependencies, including dateutil, pytz,
        pyparsing and six. When installing from source or <code
          style="font-size: 0.85em; font-family:
          Consolas,Inconsolata,Courier,monospace;margin: 0px 0.15em;
          padding: 0px 0.3em; white-space: nowrap; border: 1px solid
          rgb(234, 234, 234); background-color: rgb(248, 248, 248);
          border-radius: 3px 3px 3px 3px; display: inline;">pip</code>,
        <code style="font-size: 0.85em; font-family:
          Consolas,Inconsolata,Courier,monospace;margin: 0px 0.15em;
          padding: 0px 0.3em; white-space: nowrap; border: 1px solid
          rgb(234, 234, 234); background-color: rgb(248, 248, 248);
          border-radius: 3px 3px 3px 3px; display: inline;">pip</code>
        will install these for you automatically. When installing from
        packages (on Linux distributions, MacPorts, homebrew etc.) these
        dependencies should also be handled automatically. The Windows
        binary installers do not include or install these dependencies.</p>
      <p style="margin: 1.2em 0px ! important;">You may need to remove
        any old matplotlib installations before installing 1.3.0 to
        ensure matplotlib has access to the latest versions of these
        dependencies.</p>
      <p style="margin: 1.2em 0px ! important;">The following backends
        have been removed: QtAgg (Qt version 3.x only), FlktAgg and Emf.</p>
      <p style="margin: 1.2em 0px ! important;">For a complete list of
        removed features, see <a
          href="http://matplotlib.org/api/api_changes.html#changes-in-1-3"></a><a
href="http://matplotlib.org/api/api_changes.html#changes-in-1-3">http://matplotlib.org/api/api_changes.html#changes-in-1-3</a></p>
      <h1 style="margin: 1.3em 0px 1em; padding: 0px; font-weight:
        bold;font-size: 1.6em;">What's new</h1>
      <ul style="margin: 1.2em 0px;padding-left: 2em;">
        <li style="margin: 0.5em 0px;">xkcd-style sketch plotting</li>
        <li style="margin: 0.5em 0px;">webagg backend for displaying and
          interacting with plots in a web browser</li>
        <li style="margin: 0.5em 0px;">event plots</li>
        <li style="margin: 0.5em 0px;">triangular grid interpolation</li>
        <li style="margin: 0.5em 0px;">control of baselines in stackplot</li>
        <li style="margin: 0.5em 0px;">many improvements to text and
          color handling</li>
      </ul>
      <p style="margin: 1.2em 0px ! important;">For a complete list of
        what's new, see </p>
      <p style="margin: 1.2em 0px ! important;"><a
          href="http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-3"></a><a
href="http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-3">http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-3</a></p>
      <p style="margin: 1.2em 0px ! important;">Have fun, and enjoy
        matplotlib!</p>
      <p style="margin: 1.2em 0px ! important;">Michael Droettboom</p>
    </div>
  </body>
</html>