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

[FIX] OWBoxPlot: Plot axis labels and quartiles label layout #3162

Merged
merged 2 commits into from
Jul 30, 2018

Conversation

ales-erjavec
Copy link
Contributor

Issue

Ref gh-1737

Description of changes
  • Fix axis label formating.
  • Tighter quartiles label layout

The first and third quartile labels can still fall out of view. To fix that would pretty much involve a complete rewrite.

Includes
  • Code changes
  • Tests
  • Documentation

Avoid use of Variable.repr_val for axis labels. The ticks are nice
integer multiples of powers of 10 and can be rendered more precise and
compact.
@codecov-io
Copy link

Codecov Report

Merging #3162 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #3162      +/-   ##
==========================================
+ Coverage   82.37%   82.37%   +<.01%     
==========================================
  Files         336      336              
  Lines       58303    58304       +1     
==========================================
+ Hits        48025    48026       +1     
  Misses      10278    10278

@ajdapretnar ajdapretnar merged commit 843df38 into biolab:master Jul 30, 2018
@ales-erjavec ales-erjavec deleted the fixes/box-plot-axis-labels branch September 12, 2018 10:08
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.

3 participants