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

[ENH] Impose a sensible z-order to points in projections #4504

Merged
merged 3 commits into from
Mar 13, 2020

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Mar 7, 2020

Issue

Fixes #4487.

Description of changes
  • Adds setZ to owscatterplotgraph.ScatterPlotItem
  • Computes z-values in OWScatterPlotBase

Review by commits.

Includes
  • Code changes
  • Tests

@janezd janezd changed the title Scatterplot z order [ENH] Impose a sensible z-order to point in projections Mar 7, 2020
@codecov
Copy link

codecov bot commented Mar 7, 2020

Codecov Report

Merging #4504 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4504      +/-   ##
==========================================
+ Coverage   83.33%   83.35%   +0.02%     
==========================================
  Files         274      274              
  Lines       54893    54950      +57     
==========================================
+ Hits        45744    45805      +61     
+ Misses       9149     9145       -4     

@janezd janezd changed the title [ENH] Impose a sensible z-order to point in projections [ENH] Impose a sensible z-order to points in projections Mar 7, 2020
@VesnaT VesnaT merged commit cdd53c8 into biolab:master Mar 13, 2020
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.

Scatter plot: bring subset data in front
2 participants