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)</title>
</head>
<body>
  <p><button id="btnNext">Next</button></p>
    
  <div id="calculator" style="width: 600px; height: 400px;"></div>
  
  
<script src="https://www.desmos.com/api/v0.8/calculator.js?apiKey=dcb31709b452b1cf9dc26972add0fda6"></script>
</body>
</html>
 
body {
  text-align:center;
  padding-top:40px;
}
#calculator {
  margin:auto;
}
Output

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

Dismiss x
public
Bin info
jrlarsenpro
0viewers