astrofrog / mpl-scatter-density

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

Add update_while_panning option #16

Closed astrofrog closed 6 years ago

astrofrog commented 6 years ago

Add compute_on_pan to control whether to compute histograms even when panning, and histogram2d_callable to override the default fast-histogram computation.

astrofrog commented 6 years ago

Still to do: make x/y optional

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@79083ae). Click here to learn what that means. The diff coverage is 98.57%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #16   +/-   ##
=========================================
  Coverage          ?   99.29%           
=========================================
  Files             ?        9           
  Lines             ?      426           
  Branches          ?        0           
=========================================
  Hits              ?      423           
  Misses            ?        3           
  Partials          ?        0
Impacted Files Coverage Δ
...atter_density/tests/test_scatter_density_artist.py 100% <100%> (ø)
mpl_scatter_density/fixed_data_density_helper.py 100% <100%> (ø)
...scatter_density/tests/test_scatter_density_axes.py 100% <100%> (ø)
mpl_scatter_density/scatter_density_artist.py 95% <93.33%> (ø)
mpl_scatter_density/generic_density_artist.py 98.01% <98.01%> (ø)

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 79083ae...400615f. Read the comment docs.