Plotting add-on to html-inspector-views based on plotly.js
- Common Lisp 92.9%
- JavaScript 5.8%
- Shell 1.3%
|
|
||
|---|---|---|
| assets/html-inspector-views-plotly/js | Don't consider clientHeight in computing the width of a plot | |
| .gitignore | Skeleton with a copy of plotly.js | |
| download-assets.sh | Store copy of plot-schema.json | |
| examples.lisp | Examples with attached code | |
| html-inspector-views-plotly.asd | Replace jonathan by shasht | |
| LICENSE | Add License | |
| package.lisp | Debugging snippet | |
| plot-data.lisp | Cleanup | |
| plotting.lisp | Ensure that asset paths are directory-style pathnames | |
| README.md | Examples with attached code | |
html-inspector-views-plotly
Plotting add-on for html-inspector-views, based on plotly.
To see a selection of examples from the Plotly documentation translated to Lisp, load the system "html-inspector-views-plotly/examples" and inspect (make-instance 'html-inspector-views/plotly/examples:plotly-examples)
License
The file
assets/html-inspector-views-plotly/js/plotly.min.jsis from the plotly.js project and covered by an MIT license.
See download-assets.sh for how these files were obtained.