Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

An abstract interface for plotting libraries, part of the Makie ecosystem.

License

Notifications You must be signed in to change notification settings

JuliaPlots/AbstractPlotting.jl

Repository files navigation

AbstractPlotting (deprecated)

Everything from AbstractPlotting.jl got moved to Makie.jl. Makie went through a few breaking changes since then and the version closest to the current AbstractPlotting is [email protected]. If you want to upgrade to that new version, simply replace every instance of AbstractPlotting by Makie. If you just want you just want to plot, use one of the backends directly: GLMakie, CairoMakie, WGLMakie. They re-export all the functionality of Makie.jl.