VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Grouping bar chart implementation #281

Closed cameronjtoy closed 10 months ago

cameronjtoy commented 10 months ago

Create Group Bar Chart Command. Create a new File BarChart.scala. This file utilizes different methods from the other commands as it needs group markings. Changed plot utilized to implement these changes and made a new function for the use case of categorical data. Create an aggregation function to sum the y-axis.