Skip to content

Commit 7c6efe2

Browse files
authored
Update _core.py
remove whitespaces
1 parent 215fb89 commit 7c6efe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/plotting/_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def __init__(self, data, x, y, C=None, **kwargs):
903903
def _make_plot(self):
904904
x, y, data, C = self.x, self.y, self.data, self.C
905905
ax = self.axes[0]
906-
906+
907907
# pandas uses colormap, matplotlib uses cmap.
908908
cmap = self.colormap or 'BuGn'
909909
cmap = self.plt.cm.get_cmap(cmap)
@@ -2793,7 +2793,7 @@ def __call__(self, x=None, y=None, kind='line', ax=None,
27932793
rot=None, fontsize=None, colormap=None, table=False,
27942794
yerr=None, xerr=None,
27952795
secondary_y=False, sort_columns=False, **kwds):
2796-
2796+
27972797
return plot_frame(self._data, kind=kind, x=x, y=y, ax=ax,
27982798
subplots=subplots, sharex=sharex, sharey=sharey,
27992799
layout=layout, figsize=figsize, use_index=use_index,

0 commit comments

Comments
 (0)