JuliaPlots/Plots.jl

[FR] Series type pixel

Open

#2,859 opened on Jul 13, 2020

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Julia (381 forks)batch import
discussionextensiongood first issue

Repository metrics

Stars
 (1,943 stars)
PR merge metrics
 (Avg merge 3d 12h) (2 merged PRs in 30d)

Description

Create a new series type that draws pixels. It is similar to st=:scatter with smallest size and no border if backend cannot draw pixels natively. PyPlot and GR are capable of this where the benefit is vastly faster plotting for huge data where line plots take too long

Contributor guide