Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 898 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 898 Bytes

WGLMakie

Stable Dev Build Status Codecov

WGLMakie is a WebGL backend for the Makie.jl plotting package, implemented using Three.js.

Installation

using Pkg
pkg"add WGLMakie AbstractPlotting"

Teardown (if you want to uninstall)

using Pkg
pkg"rm WGLMakie"

Usage

Now, it should just work like Makie:

using AbstractPlotting, WGLMakie

scatter(rand(4))