Skip to content

Commit

Permalink
Update basic plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 28, 2024
1 parent e016fbb commit 7a94735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified docs/basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion examples/basic.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using ControlPlots

plot(rand(10))
X = 0:0.1:2pi
Y = sin.(X)
p = plot(X, Y, xlabel="X", ylabel="sin", fig="basic")

0 comments on commit 7a94735

Please sign in to comment.