Package Guide

AstroPlot.jl is useful for particle based scientific simulations

Installation

From the Julia REPL, type ] to enter the Pkg REPL mode and run

pkg> add AstroPlot

or add from git repository

pkg> add https://github.com/JuliaAstroSim/AstroPlot.jl

Test the package by

pkg> test AstroPlot

Basic Usage