Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 23, 2024
1 parent e62fb50 commit ccd1577
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/multi-channel.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using PyPlotExt
using ControlPlots

T = 0:0.1:2pi
X = sin.(T)
Expand Down
2 changes: 1 addition & 1 deletion examples/plotxy.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using PyPlotExt
using ControlPlots

T = 0:0.1:2pi+0.1
X = sin.(T)
Expand Down
2 changes: 1 addition & 1 deletion examples/simple.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using PyPlotExt
using ControlPlots

X = 0:0.1:2pi
Y = sin.(X)
Expand Down
2 changes: 1 addition & 1 deletion src/ControlPlots.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module PyPlotExt
module ControlPlots

import PyPlot as plt
import PyPlot.show as plshow
Expand Down

0 comments on commit ccd1577

Please sign in to comment.