Skip to content

Commit

Permalink
Add an entry to whats_new and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcdougall committed Jul 1, 2013
1 parent 0fd2049 commit af49455
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2013-06-30 Add support for plotting callables via fplot
Now one can use fplot and pass a callable to plot. Plotted
coordinates are dynamically managed based on the bounds of the
current viewport - Damon McDougall

2013-06-26 Refactored the axes module: the axes module is now a folder,
containing the following submodule:
- _subplots.py, containing all the subplots helper methods
Expand Down
20 changes: 20 additions & 0 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@ revision, see the :ref:`github-stats`.
.. contents:: Table of Contents
:depth: 3

.. _whats-new-1-4:

new in matplotlib-1.4
=====================

New plotting features
---------------------

Callable plotting via fplot
```````````````````````````

Damon McDougall added :func:`matplotlib.pyplot.fplot` which offers the
flexibilty of plotting callables. This is similar to Matlab's fplot. Zooming
and panning dynamically adjusts the plotted coordinates, allowing the
possibilty to explore parts of the function that are less well behaved. An
attempt has been made to detect singularities in functions as well. This
feature is experimental and is likely to change in the future.

.. plot:: mpl_examples/pylab_examples/fplot_demo.py

.. _whats-new-1-3:

new in matplotlib-1.3
Expand Down

0 comments on commit af49455

Please sign in to comment.