This website works better with JavaScript.
Home
Explore
Help
Sign In
mcie-rs101
/
gnuplot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Basic of GNUPlot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
31 KiB
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
gnuplot
/
p1.gnuplot
3 lines
75 B
Raw
Permalink
Normal View
History
example plots
2 years ago
set title 'A basic Sin plot'
set ylabel 'Amplitude'
plot sin(x) with lines