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 a3c02a3 + edbeedf commit 16be971Copy full SHA for 16be971
lib/matplotlib/axes.py
@@ -4799,8 +4799,8 @@ def make_iterable(x):
4799
if _bottom is None:
4800
if self.get_yscale() == 'log':
4801
adjust_ylim = True
4802
- else:
4803
- bottom = [0]
+ bottom = [0]
+
4804
nbars = len(left)
4805
if len(width) == 1:
4806
width *= nbars
@@ -4814,8 +4814,8 @@ def make_iterable(x):
4814
if _left is None:
4815
if self.get_xscale() == 'log':
4816
adjust_xlim = True
4817
4818
- left = [0]
+ left = [0]
4819
nbars = len(bottom)
4820
if len(left) == 1:
4821
left *= nbars
0 commit comments