javascript library to print plot like python's matplotlib
Find a file
2024-01-01 23:24:56 +01:00
doc Fix typo 2024-01-01 22:21:57 +00:00
favicon.svg First commit 2023-12-30 21:47:55 +01:00
humans.txt First commit 2023-12-30 21:47:55 +01:00
index.html First commit 2023-12-30 21:47:55 +01:00
lichartee.js Add documentation 2024-01-01 23:13:17 +01:00
main.css First commit 2023-12-30 21:47:55 +01:00
main.js First commit 2023-12-30 21:47:55 +01:00
README.md Update README.md 2024-01-01 23:24:22 +01:00
test.js Add linestyle support 2023-12-30 22:59:50 +01:00

lichartee

Clone of matplotlib in javascript

Getting started

Download or clone this repo, then open index.html in your favorite browser.

test.js present an example use of this library.

Documentation

Author

  • linarphy - initial work

Versioning

We use Semver for versioning.

License

This project is licensied under the Chocolate-Ware license - see the LICENSE file for more information.

Changelog

v 0.1.2

  • Add documentation

v 0.1.1

  • Allow the use of dashed and dotted line
  • Remove Style class
  • Improve rectangular box between axes
  • Improve examples in test.js

v 0.1.0

  • creation of a basic layout

Roadmap

  • Add text to plots
  • Add more option to stylize the line
  • Add point style