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
TeX
84.1%
Gnuplot
12.9%
Python
3%
Tree:
f286ad0d29
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f286ad0d29'
${ noResults }
gnuplot
/
p1.gnuplot
3 lines
75 B
Raw
Blame
History
set
title
'
A basic Sin plot
'
set
ylabel
'
Amplitude
'
plot
sin
(
x
)
with
lines