www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - plot api

reply Alain De Vos <devosalain ymail.com> writes:
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
parent jmh530 <john.michael.hall gmail.com> writes:
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