Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20b43c2 + ffff8de commit bfb77faCopy full SHA for bfb77fa
1 file changed
lib/matplotlib/pyplot.py
@@ -822,11 +822,12 @@ def subplot(*args, **kwargs):
822
823
subplot(nrows, ncols, index, **kwargs)
824
subplot(pos, **kwargs)
825
+ subplot(**kwargs)
826
subplot(ax)
827
828
Parameters
829
----------
- *args
830
+ *args, default: (1, 1, 1)
831
Either a 3-digit integer or three separate integers
832
describing the position of the subplot. If the three
833
integers are *nrows*, *ncols*, and *index* in order, the
0 commit comments