-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
added axvlines_color parameter to parallel_coordinates #10709
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
Conversation
No strong opinion here. It's an easy addition but I don't think our parallel coordinate plot is worth expanding.
|
should we deprecate |
No replacement in seaborn / mpl. The best I've seen is here. |
Though we don't set a high value on maintaining other plotting funcs than |
ok can u add a test, make sure the keyworkd are added in the .plot accessor and add a whatsnew note |
Hi guys! Ehm.... how about passing keyword arguments for avx line potting insted of can make it like this: def parallel_coordinates(frame, class_column, cols=None, ax=None, the default {'linewidth':1,'color':'black'}, ensure that backward Cheers! 2015-10-19 1:34 GMT+09:00 Jeff Reback [email protected]:
|
Oh, right, I already committed this :) |
@undertherain ok this is fine. can you squash. ping when done. |
actually, pls add a whatnew note (enhancement section), use this PR number as the issue number |
I added the whatsnew note with issue number |
@undertherain See here for some explanation: http://pandas-docs.github.io/pandas-docs-travis/contributing.html#combining-commits |
…dinates passing kwargs to axvline() in parallel_coordinates() moved notice of avx_lines enhancement to whatsnew
@jorisvandenbossche yep, thank you! I've just got a bit confused as I made few changes, than merged with main version than make few more changes. Anyway, I hope I sorted it out and it should be ready now. |
@jreback oh, in case github doesn''t send notifications to people in the thread not being mentioned explicitly - ping. |
merged via 4b6fcc0 thanks! |
parallel_coordinates are in pandas.tools.plotting
'black' color was hard-coded for vertical lines, I suggest to make it an option