Re: matplotlibD returns

2019-09-17 Thread Brett via Digitalmars-d-learn
On Tuesday, 17 September 2019 at 15:21:37 UTC, jmh530 wrote: 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://githu

Re: matplotlibD returns

2019-09-17 Thread jmh530 via Digitalmars-d-learn
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