Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Desmos (Line Generator 2)</title>
</head>
<body>
  <p>
    <button id="btnFirst">First</button>
    <button id="btnPrev">Prev</button>
    <button id="btnNext">Next</button>
    <button id="btnLast">Last</button></p>
  <p id="desmosTitle">Straight Lines and Gradients: click Next to create a new line</p>
    
  <div id="calculator" style="width: 600px; height: 400px;"></div>
  
  <p><button id="btnClear">Clear</button></p>
  
  <p id="findOut"><a href="http://www.room51.co.uk" target="_blank">Tutorial at room51.co.uk</a></p>
  
<script src="https://www.desmos.com/api/v0.8/calculator.js?apiKey=dcb31709b452b1cf9dc26972add0fda6"></script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
jrlarsenpro
0viewers