javascript library to print plot like python's matplotlib
Find a file
2024-03-28 11:04:30 +01:00
doc State & License 2024-01-27 06:03:14 +01:00
lang Add i18n & Named arg 2024-01-28 06:57:00 +01:00
favicon.svg First commit 2023-12-30 21:47:55 +01:00
humans.txt Update humans.txt 2024-01-28 06:59:25 +01:00
index.html First commit 2023-12-30 21:47:55 +01:00
LICENSE State & License 2024-01-27 06:03:14 +01:00
lichartee.js Add relative to absolution position code in canvas and axes 2024-03-28 11:04:30 +01:00
main.css Add theming & Update README.md 2024-01-30 23:31:36 +01:00
main.js Add i18n & Named arg 2024-01-28 06:57:00 +01:00
README.md Add relative to absolution position code in canvas and axes 2024-03-28 11:04:30 +01:00
test.js Add i18n & Named arg 2024-01-28 06:57:00 +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 GPL 3 license - see the LICENSE file for more information.

Changelog

v 0.1.7

  • Add value to mouse display (still WIP)

v 0.1.6

  • Add i18n feature
  • Add named argument
  • Add theming

v 0.1.5

  • Add state interface with jsplot (pyplot procedural style)
  • Update documentation
  • Update License
  • Fix issue when no title is set
  • Update test.js to use the new simple interface

v 0.1.4

  • Add marker styling
  • Add more option to stylize the line
  • Update linestyle format
  • Update documentation

v 0.1.3

  • Add text support
  • Add x and y-Axis with label

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 tooltip