plotpx 0.1.7

Pixel-focused plotting engine that renders magnitude grids, heatmaps, and spectra to RGBA buffers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name = "PlotPx"
uuid = "4fe184a6-76fd-4f63-a482-4e3a14f28be0"
version = "0.1.7"

description = "Julia helpers for the plotpx shared library"
authors = ["PlotPx Contributors"]

[compat]
julia = "1.8"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]