Closed rogerwelin closed 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
tests and golden pngs updated
@sbinet Done! (https://github.com/gonum/gonum/pull/1572) And thanks for helping me navigate the codebase
@kortschak PR updated with suggested fixes
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