digitalmars.D.learn - plot api
- Alain De Vos (3/3) Sep 14 2022 Let's say i want to plot the function f(x)=sin(x)/x.
- jmh530 (4/7) Sep 14 2022 Have you tried ggplotd?
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.
Sep 14 2022
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
Sep 14 2022