We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d29841 commit cd08a19Copy full SHA for cd08a19
doc/users/whats_new/updated_pyplot.rst
@@ -0,0 +1,7 @@
1
+Updated fignum_exists to take figure name
2
+-------------------------------------------
3
+Added the ability to check the existence of a figure using it's name
4
+instead of just the figure number.
5
+Example:
6
+ figure('figure')
7
+ fignum_exists('figure') #true
0 commit comments