Skip to content

Commit bfd163e

Browse files
committed
Add better sample for plots.jl
1 parent 0ce73ef commit bfd163e

File tree

2 files changed

+14
-80
lines changed

2 files changed

+14
-80
lines changed

examples/FIR_design_plots.jl

Lines changed: 0 additions & 80 deletions
This file was deleted.

examples/plots_example.mdw

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
<<>>=
3+
using Plots
4+
pyplot()
5+
x = linspace(0, 2π, 2056)
6+
@
7+
8+
<<>>=
9+
plot(sinc(x))
10+
@
11+
12+
<<>>=
13+
plot(-sinc(x))
14+
@

0 commit comments

Comments
 (0)