This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Description
Hi! Thanks for this very cool library!
My goal is to plot a DataFrame which represents a time series.
I'd like to use these encoding channels in my plot:
x channel is the period column,
y channel is the value column,
color channel is the series_code column.
I'm wondering if the line plot isn't missing a c= keyword, like the scatter plot.
What do you think about it?