dwww Home | Show directory contents | Find package

import graph;

usepackage("palatino");
usepackage("mathpazo");

size(7inches,3inches);
scale(true);

real f(real x) { return sin(x); }
pair F(real x) { return (x, f(x)); }

xaxis("$x$");
yaxis("$y$");

draw(graph(f,-10.,10,operator ..), red);

Generated by dwww version 1.15 on Fri May 24 09:09:31 CEST 2024.