JuliaPlots/Plots.jl

Sparsify Data

Open

#847 geöffnet am 20. Mai 2017

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (381 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (1.943 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 12h) (2 gemergte PRs in 30 T)

Beschreibung

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?

Contributor Guide