added axvlines_color parameter to parallel_coordinates by undertherain · Pull Request #10709 · pandas-dev/pandas (original) (raw)
Hi guys!
Sorry for the late reply - was traveling a little bit
Thank you for considering my request!
Ehm.... how about passing keyword arguments for avx line potting insted of
just color?
Because well, I needed another color - somebody else might need another
line thickness etc
can make it like this:
def parallel_coordinates(frame, class_column, cols=None, ax=None,
color=None,
use_columns=False, xticks=None, colormap=None,
axvlines=True,
axvlines_kwds={'linewidth':1,'color':'black'}, **kwds):
the default {'linewidth':1,'color':'black'}, ensure that backward
compatibility
Cheers!
Alex
2015-10-19 1:34 GMT+09:00 Jeff Reback notifications@github.com:
ok can u add a test, make sure the keyworkd are added in the .plot
accessor and add a whatsnew note—
Reply to this email directly or view it on GitHub
#10709 (comment).