@apistudio/apim-cli
Version:
CLI for API Management Products
20 lines (16 loc) • 573 B
HTML
<html>
<head>
<title>Filtrex plotting example</title>
<link rel="stylesheet" href="plot.css" />
</head>
<body>
<h1>Filtrex plotting example</h1>
<input type="text" class="expression" value="abs(sin(x)) + x / 4" /><br />
<div class="plot"></div>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.2/jquery.flot.min.js"></script>
<script src="../dist/browser/filtrex.min.js"></script>
<script src="plot.js"></script>
</body>
</html>