JuliaPlots/Plots.jl

Sparsify Data

Open

#847 创建于 2017年5月20日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Julia (1,943 star) (381 fork)batch import
enhancementgood first issue

描述

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?

贡献者指南

Sparsify Data · JuliaPlots/Plots.jl#847 | Good First Issue