JuliaPlots/Plots.jl

Sparsify Data

Open

#847 aberto em 20 de mai. de 2017

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Julia (381 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (1.943 stars)
Métricas de merge de PR
 (Mesclagem média 3d 12h) (2 fundiu PRs em 30d)

Description

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?

Guia do colaborador