I'd like to display as much info into one chart as possible. I mostly use bar charts at the moment. "Color by" is great to show in eg 1 stacked bar different components. But I would like to split up one bar section even more. Eg if you'd have a chart of nr of inhabitants by state by year, you could make a chart with the years on X-axis, and do a "color by" by state. I would also like to then split up each "state" further via shading to show eg male / female.
Hugely important for Data Science and operational analytics with time series data. Shading should be able to apply to confidence intervals, error bars, etc.
+5!
I'm working mostly with time series data and I'd like to be able to have a scatter plot of my data colored by one column, and have the background shaded by another column or marked rows.
As a temporary solution, I found a hacky way to do this by drawing vertical lines over a range of data points that comes from a different data table.