Skip to content

JuliaAstroSim/AstroPlot.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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