astrofrog / mpl-scatter-density

:zap: Fast scatter density plots for Matplotlib :zap:
BSD 2-Clause "Simplified" License
497 stars 25 forks source link

Split out base functionality into a more generic class #26

Closed astrofrog closed 5 years ago

astrofrog commented 5 years ago

The most basic artist is then usable by other applications such as glue.

codecov-io commented 5 years ago

Codecov Report

Merging #26 into master will decrease coverage by 6.64%. The diff coverage is 88.7%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   98.57%   91.92%   -6.65%     
==========================================
  Files           9       10       +1     
  Lines         492      508      +16     
==========================================
- Hits          485      467      -18     
- Misses          7       41      +34
Impacted Files Coverage Δ
mpl_scatter_density/tests/__init__.py 100% <ø> (ø) :arrow_up:
...atter_density/tests/test_scatter_density_artist.py 100% <100%> (ø) :arrow_up:
mpl_scatter_density/generic_density_artist.py 94.59% <100%> (-1.03%) :arrow_down:
mpl_scatter_density/base_image_artist.py 87.38% <87.38%> (ø)
mpl_scatter_density/fixed_data_density_helper.py 72.09% <0%> (-27.91%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cc927f6...e0503f4. Read the comment docs.