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 Tue Jun 25 12:35:47 CEST 2024.