matplotlib4j icon indicating copy to clipboard operation
matplotlib4j copied to clipboard

Matplotlib for java: A simple graph plot library for java, scala and kotlin with powerful python matplotlib

Results 22 matplotlib4j issues
Sort by recently updated
recently updated
newest added

This library seems not to export any java modules, which limits the usability in new module-based projects.\ It should be pretty easy to add a `module-info.java` file, for reference, an...

xception in thread "main" com.github.sh0nk.matplotlib4j.PythonExecutionException: Python execution error: Traceback (most recent call last): File "*****", line 1, in import numpy as np ModuleNotFoundError: No module named 'numpy' at com.github.sh0nk.matplotlib4j.PyCommand.command(PyCommand.java:85) at...

How can we hide the debug information? WARN - DEBUG - .plot command: ret_d5fad269_b908_46b6_a2c5_8db1d9324b90 = plt.plot(np.array([1.3, 2]),ls="--",label="label") DEBUG - .plot command: ret_6cbf1622_cc7f_4e60_b218_89a6cd7f6ce0 = plt.xlabel("xlabel") DEBUG - .plot command: ret_d9b9473a_f2bd_4469_b29f_4951571c07d5 =...

question

I tried to follow the demo but when I type plt.show(), My IDE gives this warning: Unhandled exceptions: java.io.IOException, com.github.sh0nk.matplotlib4j.PythonExecutionException As a result, the code failed to compile. Please try...

question

com.github.sh0nk.matplotlib4j.PythonExecutionException: Python execution error: Traceback (most recent call last): File "/Users/xxx/Library/Python/3.8/lib/python/site-packages/numpy/core/__init__.py", line 23, in from . import multiarray File "/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/multiarray.py", line 10, in from . import overrides File "/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/overrides.py", line...

question

Hi, I would like to make a 3D grid using meshgrid, but it allows me to make only 2D grids. Is it possible to make it in more dimensions, or...

enhancement
help wanted

Is there any opportunity to plot barplot? Following code doesn't show anything: ` plt.hist().add(numbers).bins(binsnames).histtype(HistBuilder.HistType.bar);`

question

- Support building with Java 17 - **Still not tested to publish onto mavan central**

Hello, I was wondering if matplotlib4j supported plotting vectors, implemented in matplotlib through quivers.

enhancement
good first issue