Re: plot api

2022-09-14 Thread jmh530 via Digitalmars-d-learn
On Wednesday, 14 September 2022 at 19:34:56 UTC, Alain De Vos 
wrote:

Let's say i want to plot the function f(x)=sin(x)/x.
Which API would you advice, in order for me to not re-invent 
the wheel.


Have you tried ggplotd?
https://code.dlang.org/packages/ggplotd


plot api

2022-09-14 Thread Alain De Vos via Digitalmars-d-learn

Let's say i want to plot the function f(x)=sin(x)/x.
Which API would you advice, in order for me to not re-invent the 
wheel.