JuliaPlots/Plots.jl

Sparsify Data

Open

#847 aperta il 20 mag 2017

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Julia (381 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (1943 star)
Metriche merge PR
 (Merge medio 3g 12h) (2 PR mergiate in 30 g)

Descrizione

Sometimes I have millions of data points to plot, e.g., with scatter. This is extremely inefficient so I first sparsity them by throwing away points that are close within some tolerance of already existing points.

Surely this must come up on a regular basis. Maybe this is something that should be left with the user, but I thought I'd mention it as a possible feature for Plots?

Guida contributor