File: example.plt

package info (click to toggle)
context-modules 20250324-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,712 kB
  • sloc: ruby: 15,247; xml: 1,509; sh: 42; makefile: 22
file content (4 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (8)
1
2
3
4
set term context size 5in,3in standalone
set output "fullpage-example.tex"
plot sin(x)
plot cos(atan(x))*sin(x)