Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45d34dd

Browse files
removed pyplot
1 parent 3f78c1a commit 45d34dd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,13 +1702,6 @@ def thetagrids(*args, **kwargs):
17021702
return lines, labels
17031703

17041704

1705-
## Plotting Info ##
1706-
1707-
1708-
def plotting():
1709-
pass
1710-
1711-
17121705
def get_plot_commands():
17131706
"""
17141707
Get a sorted list of all of the plotting commands.
@@ -1718,7 +1711,7 @@ def get_plot_commands():
17181711
# functions, and anything marked as private with a preceding underscore.
17191712
exclude = {'colormaps', 'colors', 'connect', 'disconnect',
17201713
'get_plot_commands', 'get_current_fig_manager', 'ginput',
1721-
'plotting', 'waitforbuttonpress'}
1714+
'waitforbuttonpress'}
17221715
exclude |= set(colormaps())
17231716
this_module = inspect.getmodule(get_plot_commands)
17241717
return sorted(

0 commit comments

Comments
 (0)