Skip to content

Commit d88d76e

Browse files
author
y-p
committed
DOC: correct docstring to reflect default value in df.plot GH2863
1 parent 6f231c2 commit d88d76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ def plot_frame(frame=None, x=None, y=None, subplots=False, sharex=True,
13851385
Sort column names to determine plot ordering
13861386
title : string
13871387
Title to use for the plot
1388-
grid : boolean, default True
1388+
grid : boolean, default False
13891389
Axis grid lines
13901390
legend : boolean, default True
13911391
Place legend on axis subplots

0 commit comments

Comments
 (0)