8000
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.
1 parent 909557b commit 74915fbCopy full SHA for 74915fb
lib/matplotlib/figure.py
@@ -872,8 +872,8 @@ def add_axes(self, *args, **kwargs):
872
A 4-length sequence of [left, bottom, width, height] quantities.
873
874
projection :
875
- [‘aitoff’ | ‘hammer’ | ‘lambert’ | ‘mollweide’ | \
876
-‘polar’ | ‘rectilinear’], optional
+ ['aitoff' | 'hammer' | 'lambert' | 'mollweide' | \
+'polar' | 'rectilinear'], optional
877
The projection type of the axes.
878
879
polar : boolean, optional
@@ -972,8 +972,8 @@ def add_subplot(self, *args, **kwargs):
972
integers are I, J, and K, the subplot is the Ith plot on a
973
grid with J rows and K columns.
974
975
- projection : [‘aitoff’ | ‘hammer’ | ‘lambert’ | \
976
-‘mollweide’, ‘polar’ | ‘rectilinear’], optional
+ projection : ['aitoff' | 'hammer' | 'lambert' | \
+'mollweide', 'polar' | 'rectilinear'], optional
977
978
979
0 commit comments