1
0
Fork
You've already forked html-inspector-views-plotly
0
Plotting add-on to html-inspector-views based on plotly.js
  • Common Lisp 92.9%
  • JavaScript 5.8%
  • Shell 1.3%
Konrad Hinsen 6fd0b33f50 Cleanup
2025年12月10日 17:39:53 +01:00
assets/html-inspector-views-plotly/js Don't consider clientHeight in computing the width of a plot 2025年04月24日 20:46:50 +02:00
.gitignore Skeleton with a copy of plotly.js 2024年12月03日 18:01:15 +01:00
download-assets.sh Store copy of plot-schema.json 2024年12月09日 09:25:48 +01:00
examples.lisp Examples with attached code 2024年12月16日 17:49:42 +01:00
html-inspector-views-plotly.asd Replace jonathan by shasht 2025年12月09日 20:09:36 +01:00
LICENSE Add License 2024年12月17日 10:23:36 +01:00
package.lisp Debugging snippet 2025年02月21日 16:12:24 +01:00
plot-data.lisp Cleanup 2025年12月10日 17:39:53 +01:00
plotting.lisp Ensure that asset paths are directory-style pathnames 2025年12月09日 19:52:00 +01:00
README.md Examples with attached code 2024年12月16日 17:49:42 +01:00

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

BSD

The file

  • assets/html-inspector-views-plotly/js/plotly.min.js is from the plotly.js project and covered by an MIT license.

See download-assets.sh for how these files were obtained.