https://github.com/ruivieira/matplotcr
A Crystal wrapper for Python's matplotlib.
https://github.com/ruivieira/matplotcr
crystal graphics matplotlib python scientific
Last synced: 2 months ago
JSON representation
A Crystal wrapper for Python's matplotlib.
- Host: GitHub
- URL: https://github.com/ruivieira/matplotcr
- Owner: ruivieira
- License: apache-2.0
- Created: 2019-04-09T13:02:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T20:10:19.000Z (over 4 years ago)
- Last Synced: 2024-12-06T19:37:54.150Z (10 months ago)
- Topics: crystal, graphics, matplotlib, python, scientific
- Language: Crystal
- Homepage: https://gitlab.com/ruivieira/matplotcr
- Size: 443 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ruivieira/matplotcr/actions/workflows/main.yml) [](https://builds.sr.ht/~ruivieira/matplotcr/commits/.build.yml?)
# matplotcr
A Crystal wrapper for matplotlib.
# Features
- Line plots
- Scatter plots
- Histograms
- Line segments
- Axis (horizontal and vertical) lines
- Font customisation
- Annotations
- Custom size and DPI
- Sub-plots
- Horizontal and vertical limits
- Custom markers# Examples
Examples can be found [here](docs/README.md).
# Requirements
`matplotcr` additionally requires:
- Python (3.x)
- matplotlib
- numpy
- scipy (for KDE plots)to be installed.
# Contributing
- Fork it (https://gitlab.com/ruivieira/matplotcr)
- Create your feature branch (`git checkout -b my-new-feature`)
- Commit your changes (`git commit -am 'Add some feature'`)
- Push to the branch (`git push origin my-new-feature`)
- Create a new Pull Request# mailing lists
- Announcements: [https://lists.sr.ht/~ruivieira/crystal-announce](https://lists.sr.ht/~ruivieira/crystal-announce)
- Discussion: [https://lists.sr.ht/~ruivieira/crystal-discuss](https://lists.sr.ht/~ruivieira/crystal-discuss)
- Development: [https://lists.sr.ht/~ruivieira/crystal-devel](https://lists.sr.ht/~ruivieira/crystal-devel)Please prefix the subject with `[matplotcr]`.