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] OWFreeViz: fix class density size #3158

Merged
merged 1 commit into from
Aug 3, 2018

Conversation

robertcv
Copy link
Collaborator

Issue

Fixes #2910

Description of changes

Before on data change, freeviz displayed class density only for a small rectangle around the data points and not for the full window. Additionally, I noticed the same behavior when changing color, opacity and jittering options. This fixes all of those problems.

Includes
  • Code changes
  • Tests
  • Documentation

@robertcv robertcv changed the title OWFreeViz: fix class density size [FIX] OWFreeViz: fix class density size Jul 26, 2018
@ajdapretnar
Copy link
Contributor

What up with tests? 😒

@codecov-io
Copy link

Codecov Report

Merging #3158 into master will decrease coverage by <.01%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master    #3158      +/-   ##
==========================================
- Coverage   82.37%   82.36%   -0.01%     
==========================================
  Files         336      336              
  Lines       58303    58303              
==========================================
- Hits        48025    48022       -3     
- Misses      10278    10281       +3

@lanzagar lanzagar added this to the 3.15 milestone Aug 3, 2018
@thocevar thocevar self-assigned this Aug 3, 2018
@thocevar thocevar merged commit f9aa893 into biolab:master Aug 3, 2018
@robertcv robertcv deleted the fixes/freeviz branch May 31, 2019 11:30
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.

FreeViz: show class density bug
5 participants