Skip to content

Commit

Permalink
Added what's new entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonliw93 committed Mar 15, 2015
1 parent 8d29841 commit cd08a19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/users/whats_new/updated_pyplot.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Updated fignum_exists to take figure name
-------------------------------------------
Added the ability to check the existence of a figure using it's name
instead of just the figure number.
Example:
figure('figure')
fignum_exists('figure') #true

0 comments on commit cd08a19

Please sign in to comment.