You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
540 B
HTML

<html>
<head>
<title>Graphing</title>
</head>
<body>
<h1>Graphing</h1>
<p>You can open a standalone graph window from the ribbon bar.
You can also use a graph from a script or shell, for example,
the command plot("sin[x]").</p>
<p>To graph a function, it must be in the form y=(something x).
Only input the right-hand side of the equation.</p>
<p><i>Tip: You can export graphs as images for presentations and the like.</i></p>
</body>
</html>