On Tuesday, 17 September 2019 at 01:54:01 UTC, Brett wrote:
How does one get return values?

https://matplotlib.org/3.1.0/gallery/statistics/hist.html

Shows that python uses return values to set properties of the plot

https://github.com/koji-kojiro/matplotlib-d/blob/master/examples/source/app.d

Does not give any examples of return values and when trying gives error about void returns.

If I'm reading the following comment [1] correctly, this feature may require changes to matplotlib-d to implement.


[1] https://github.com/koji-kojiro/matplotlib-d/issues/7#issuecomment-274001515

Reply via email to