Skip to content

Commit a1df712

Browse files
committed
Add makie plotting
1 parent 872bdfd commit a1df712

6 files changed

Lines changed: 1612 additions & 925 deletions

File tree

examples/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
33
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
44
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5+
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
56
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
67
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
78
VortexStepMethod = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"

examples/ram_air_kite.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ControlPlots
1+
using GLMakie
22
using VortexStepMethod
33
using LinearAlgebra
44

@@ -118,4 +118,4 @@ PLOT && plot_polars(
118118
is_show=true,
119119
use_tex=USE_TEX
120120
)
121-
nothing
121+
nothing

0 commit comments

Comments
 (0)