gonum / plot

A repository for plotting and visualizing data
BSD 3-Clause "New" or "Revised" License
2.74k stars 203 forks source link

plotter: Add FillColor field for BoxPlot and logic in plot #675

Closed rogerwelin closed 3 years ago

rogerwelin commented 3 years ago

This change adds FillColor field to the BoxPlot struct, initializes it as nil and adds non-nil logic in plot for both horizontal and vertical boxplots.

Closes #674

rogerwelin commented 3 years ago

tests and golden pngs updated

rogerwelin commented 3 years ago

@sbinet Done! (https://github.com/gonum/gonum/pull/1572) And thanks for helping me navigate the codebase

rogerwelin commented 3 years ago

@kortschak PR updated with suggested fixes