Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.51 KB

Readme.md

File metadata and controls

49 lines (34 loc) · 1.51 KB

AstroPlot.jl

Ready-to-use plotting functions of astrophysical N-body simulation data.

codecov

Installation

]add AstroPlot

or

using Pkg; Pkg.add("AstroPlot")

or

using Pkg; Pkg.add("https://github.com/JuliaAstroSim/AstroPlot.jl")

To test the Package:

]test AstroPlot

Documentation

  • Devdocumentation of the in-development version.

For beginners, it is highly recommended to read the documentation of PhysicalParticles.jl.

Package ecosystem