Sho Nakamura
Sho Nakamura
Good catch! What happens for methods with a single double arg and list args? e.g. `hist.bottom(1.2)` or `plt.plot().add(Arrays.asList(1.3, 2))`. Could you add test cases with `ES_es` locale for them and...
> So I don't think it is necessary to do it in all string conversions, but only on those that use String.format() This is very interesting. I would like to...
@AsianKoala Thanks for your feedback. Let me try to do this when I have time. Or any volunteer is welcomed to work on this!
@tobidelbruck Thanks for the question. You know there's an interface called `pause()` on matplotlib https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.pause.html. I've tried to think of if it can be integrated into matplotlib4j, but it's not...
The error says it's missing `bash`. It may have caused the error that it runs with bash when `pyenvConfig` is chosen. Indeed I haven't tested on Windows, but it might...
@tobidelbruck Thank you for your installation details. Since I am not a Windows user, that information must be very helpful for other Windows users! Please feedback again if you meet...
@NeerajanS Since this library depends on matplotlib entirely, it does not work without matplotlib. Is it possible to install `matplotlib` on your anaconda environment? https://matplotlib.org/stable/users/installing/index.html#conda-packages
Hi James! Thank you for the suggestion. That's good to have. Let me see it.
@adtsvetkov I've tried to run this test [`testPlotOneHistogram()`](https://github.com/sh0nk/matplotlib4j/blob/master/src/test/java/com/github/sh0nk/matplotlib4j/MainTest.java#L127-L139) by changing this [`DRY_RUN`](https://github.com/sh0nk/matplotlib4j/blob/master/src/test/java/com/github/sh0nk/matplotlib4j/MainTest.java#L22) variable to false, then it worked. Could you give some information about your environment including python version, matplotlib...
What the __Document Reference__ means? If it means API documents, then please try to generate javadoc. Some comments can be found there. Basically the methods don't have documentation, but they...