Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
added axvlines_color parameter to parallel_coordinates #10709
Conversation
jreback
added the
Visualization
label
Oct 11, 2015
|
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 notifications@github.com:
|
|
Oh, right, I already committed this :) |
|
@undertherain ok this is fine. can you squash. ping when done. |
jreback
added this to the
0.17.1
milestone
Oct 19, 2015
|
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 |
|
@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! |
undertherain commentedJul 31, 2015
parallel_coordinates are in pandas.tools.plotting
'black' color was hard-coded for vertical lines, I suggest to make it an option