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`](https://github.com/jakevdp/pdvega/blob/9a7565624845a9d469dadfbcb6099dfb1fd52708/pdvega/_core.py#L380) plot isn't missing a `c=` keyword, like the `scatter` plot. What do you think about it?
Hi! Thanks for this very cool library!
My goal is to plot a
DataFramewhich represents a time series.I'd like to use these encoding channels in my plot:
xchannel is theperiodcolumn,ychannel is thevaluecolumn,colorchannel is theseries_codecolumn.I'm wondering if the
lineplot isn't missing ac=keyword, like thescatterplot.What do you think about it?