Skip to content

A plotting framework for Julia using the Wolfram Engine.

License

Notifications You must be signed in to change notification settings

NonDairyNeutrino/Plotatica.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plotatica.jl

Build Status

Plotting in Julia has been contentious since, well, as long as plotting in Julia has been around [citation needed]. There are the big three packages for plotting in Julia: Plots.jl, Makie.jl, and Cairo.jl. These packages all have their strengths, and drawbacks, when compared to each other. Two common strengths between them is that they all get the job done, seemingly producing identical results, and they all have a thorough ecosystem of support; so why make another one?

As far as I've been able to tell, most, if not all, current solutions to plotting in Julia have been based, at least aesthetically, on Matplotlib (MPL). I've never been a fan of MPL's style, both in aesthetics and calling. On the other hand, I have been a long time fan of Mathematica's plotting style and overall visualization suite. With that said, through the use of the Wolfram Symbolic Transfer Protocol and the MathLink.jl package, the Wolfram Engine can be used to produce publishable visualizations.

Works with Julia's VSCode extension plotting support!

About

A plotting framework for Julia using the Wolfram Engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages