https://github.com/juliaastrosim/astroplot.jl
Astrophysical plotting interfaces for Julia
https://github.com/juliaastrosim/astroplot.jl
Last synced: 11 months ago
JSON representation
Astrophysical plotting interfaces for Julia
- Host: GitHub
- URL: https://github.com/juliaastrosim/astroplot.jl
- Owner: JuliaAstroSim
- License: gpl-3.0
- Created: 2019-12-10T15:57:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T15:26:56.000Z (11 months ago)
- Last Synced: 2025-06-27T16:32:56.309Z (11 months ago)
- Language: Julia
- Size: 2.03 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# AstroPlot.jl
Ready-to-use plotting functions of astrophysical N-body simulation data.
[](https://codecov.io/gh/JuliaAstroSim/AstroPlot.jl)
[![][docs-dev-img]][docs-dev-url]
## Installation
```julia
]add AstroPlot
```
or
```julia
using Pkg; Pkg.add("AstroPlot")
```
or
```julia
using Pkg; Pkg.add("https://github.com/JuliaAstroSim/AstroPlot.jl")
```
To test the Package:
```julia
]test AstroPlot
```
## Documentation
- [**Dev**][docs-dev-url] — *documentation of the in-development version.*
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://juliaastrosim.github.io/AstroPlot.jl/dev
For beginners, it is highly recommended to read the [documentation of PhysicalParticles.jl](https://juliaastrosim.github.io/PhysicalParticles.jl/dev/).
## Package ecosystem
- Basic data structure: [PhysicalParticles.jl](https://github.com/JuliaAstroSim/PhysicalParticles.jl)
- File I/O: [AstroIO.jl](https://github.com/JuliaAstroSim/AstroIO.jl)
- Initial Condition: [AstroIC.jl](https://github.com/JuliaAstroSim/AstroIC.jl)
- Parallelism: [ParallelOperations.jl](https://github.com/JuliaAstroSim/ParallelOperations.jl)
- Trees: [PhysicalTrees.jl](https://github.com/JuliaAstroSim/PhysicalTrees.jl)
- Meshes: [PhysicalMeshes.jl](https://github.com/JuliaAstroSim/PhysicalMeshes.jl)
- Plotting: [AstroPlot.jl](https://github.com/JuliaAstroSim/AstroPlot.jl)
- Simulation: [ISLENT](https://github.com/JuliaAstroSim/ISLENT)