https://github.com/ruivieira/java-plotlib
A simple Java wrapper for Python's matplotlib.
https://github.com/ruivieira/java-plotlib
java jupyter matplotlib python scientific visualization
Last synced: 3 months ago
JSON representation
A simple Java wrapper for Python's matplotlib.
- Host: GitHub
- URL: https://github.com/ruivieira/java-plotlib
- Owner: ruivieira
- License: apache-2.0
- Created: 2019-03-01T11:26:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T18:53:51.000Z (over 4 years ago)
- Last Synced: 2024-12-06T19:37:16.359Z (10 months ago)
- Topics: java, jupyter, matplotlib, python, scientific, visualization
- Language: Java
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://mybinder.org/v2/gh/ruivieira/java-plotlib/master?filepath=docs%2Fexamples.ipynb)
# java-plotlibA simple Java wraper for Python's matplotlib.
See the examples [here](docs/examples.ipynb) or run the examples [online](https://mybinder.org/v2/gh/ruivieira/java-plotlib/master?filepath=docs%2Fexamples.ipynb).
## features
* Line plots
* Scatter plots
* Histograms
* Interpolation plots
* Axis lines, domain limits
* Export to PNG, Base64 and preview.