mhkeller / vega-lite-api-examples

A repository containing Vega-Lite-API implementations of all of the examples in the Vega-Lite gallery. Work in progress and contributors welcome!
6 stars 2 forks source link

Boxplot #6

Closed ray-turla closed 11 months ago

ray-turla commented 11 months ago

Changes

  1. boxplot_1D_horizontal_custom_mark_normalized
  2. boxplot_1D_horizontal_custom_mark
  3. boxplot_1D_horizontal_explicit_normalized
  4. boxplot_1D_horizontal_explicit
  5. boxplot_1D_horizontal_normalized
  6. boxplot_1D_horizontal
  7. boxplot_1D_invalid_normalized
  8. boxplot_1D_invalid
  9. boxplot_1D_vertical_normalized
  10. boxplot_1D_vertical
  11. boxplot_2D_horizontal_color_size_normalized
  12. boxplot_2D_horizontal_color_size
  13. boxplot_2D_horizontal_normalized
  14. boxplot_2D_horizontal
  15. boxplot_2D_vertical_normalized
  16. boxplot_2D_vertical
  17. boxplot_groupped_normalized
  18. boxplot_groupped
  19. boxplot_minmax_2D_horizontal_custom_midtick_color_normalized
  20. boxplot_minmax_2D_horizontal_custom_midtick_color
  21. boxplot_minmax_2D_horizontal_normalized
  22. boxplot_minmax_2D_horizontal
  23. boxplot_minmax_2D_vertical_normalized
  24. boxplot_minmax_2D_vertical
  25. boxplot_preaggregated_normalized
  26. boxplot_preaggregated
  27. boxplot_too_aggregate_normalized
  28. boxplot_too_aggregate
  29. boxplot_too_not_aggregate_normalized
  30. boxplot_too_not_aggregate
  31. Rebuild readme