Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Box Plot support for ScottPlotExporter #2614

Merged
merged 3 commits into from
Aug 25, 2024

Conversation

FlatlinerDOA
Copy link
Contributor

This feature adds Box Plot support to the ScottPlotExporter.

MockSummary-N9-NoBaseline_MethodsParamsJobs_GroupByJob-boxplot

This plot is enabled by default and can be disabled by setting exporter.IncludeBoxPlot = false;

Also improved readability by setting most font sizes to 14 by default, this is customisable via exporter.FontSize = 20; and exporter.TitleFontSize = 40;

A new set of mock report test data was needed to properly test box plots with biased distributions.

NOTE: This change includes the fix for #2611

@AndreyAkinshin AndreyAkinshin merged commit cd9e4e9 into dotnet:master Aug 25, 2024
8 checks passed
@AndreyAkinshin AndreyAkinshin added this to the v0.14.1 milestone Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants