Hey,
I have created a transform table in Quiver with some numeric aggregations of time series. I want to plot these two columns against each other, using one as X axis and one as Y axis. They are both numeric. What is the simplest way to do this? Is the only solution a Vega plot?
The simplest way to do this in Quiver would be to:
- create a “Categorical plot from transform table” card
- group by the x column
- create a sum (or other aggregation) of the y-column
- in the display configuration of the card, set the display type to “Scatter chart”
- back in the data configuration of the card, sort by value ascending (sorts by x-column ascending)