Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix docstring for DataFrame.plot #17922

Merged
merged 1 commit into from
Oct 19, 2017

Conversation

tobycheese
Copy link
Contributor

The layout parameter appears twice in the parameter list.

  • closes #xxxx
  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

The layout parameter appears twice in the parameter list.
@jorisvandenbossche jorisvandenbossche added this to the 0.21.0 milestone Oct 19, 2017
@jorisvandenbossche jorisvandenbossche merged commit 51c5f4d into pandas-dev:master Oct 19, 2017
@jorisvandenbossche
Copy link
Member

@tobycheese good catch, thanks!

@codecov
Copy link

codecov bot commented Oct 19, 2017

Codecov Report

Merging #17922 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #17922      +/-   ##
==========================================
+ Coverage   91.23%   91.24%   +<.01%     
==========================================
  Files         163      163              
  Lines       50112    50112              
==========================================
+ Hits        45722    45725       +3     
+ Misses       4390     4387       -3
Flag Coverage Δ
#multiple 89.05% <ø> (+0.02%) ⬆️
#single 40.31% <ø> (-0.06%) ⬇️
Impacted Files Coverage Δ
pandas/plotting/_core.py 82.45% <ø> (ø) ⬆️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.75% <0%> (-0.1%) ⬇️
pandas/plotting/_converter.py 65.2% <0%> (+1.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29a9f63...5774678. Read the comment docs.

@tobycheese tobycheese deleted the fix-plot-doc branch October 20, 2017 17:01
yeemey pushed a commit to yeemey/pandas that referenced this pull request Oct 20, 2017
The layout parameter appears twice in the parameter list.
alanbato pushed a commit to alanbato/pandas that referenced this pull request Nov 10, 2017
The layout parameter appears twice in the parameter list.
No-Stream pushed a commit to No-Stream/pandas that referenced this pull request Nov 28, 2017
The layout parameter appears twice in the parameter list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants