Skip to content

Commit

Permalink
Update install_viz.md (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann authored Feb 21, 2024
1 parent 80db69d commit e88af8e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/src/install_viz.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Install Visualization Tools

## 2D/3D Plotting, Arena.jl

```julia
pkg> add Arena
```

## 2D Plotting, RoMEPlotting.jl

RoMEPlotting.jl (2D) and Arena.jl (3D) as optional visualization packages:
!!! note
24Q1: Plotting is being consolidated into Arena.jl and RoMEPlotting.jl will become obsolete.

RoMEPlotting.jl (2D) and Arena.jl (3D) are optional visualization packages:
```julia
(v1.6) pkg> add RoMEPlotting
pkg> add RoMEPlotting
```


0 comments on commit e88af8e

Please sign in to comment.