File tree 2 files changed +280
-207
lines changed
2 files changed +280
-207
lines changed Original file line number Diff line number Diff line change @@ -1900,17 +1900,17 @@ def number(self, num):
1900
1900
stem = wrap ._apply_wrappers (
1901
1901
maxes .Axes .stem ,
1902
1902
wrap .standardize_1d ,
1903
- wrap ._stem_extras , # TODO check this
1903
+ wrap ._stem_extras ,
1904
1904
)
1905
1905
vlines = wrap ._apply_wrappers (
1906
1906
maxes .Axes .vlines ,
1907
1907
wrap .standardize_1d ,
1908
- wrap .vlines_extras , # TODO check this
1908
+ wrap .vlines_extras ,
1909
1909
)
1910
1910
hlines = wrap ._apply_wrappers (
1911
1911
maxes .Axes .hlines ,
1912
1912
wrap .standardize_1d ,
1913
- wrap .hlines_extras , # TODO check this
1913
+ wrap .hlines_extras ,
1914
1914
)
1915
1915
scatter = wrap ._apply_wrappers (
1916
1916
maxes .Axes .scatter ,
@@ -1935,7 +1935,10 @@ def number(self, num):
1935
1935
)
1936
1936
barh = wrap ._apply_wrappers (
1937
1937
maxes .Axes .barh ,
1938
+ wrap .standardize_1d ,
1938
1939
wrap .barh_extras ,
1940
+ wrap .indicate_error ,
1941
+ wrap .apply_cycle ,
1939
1942
)
1940
1943
hist = wrap ._apply_wrappers (
1941
1944
maxes .Axes .hist ,
You can’t perform that action at this time.
0 commit comments