www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Graphing

reply anonymouse <anony mouse.com> writes:
How would I go about graphing time series data (specifically, 
candles, moving averages, etc) in D and dynamically updating such 
charts?

Thanks,
--anonymouse
Jun 30 2023
next sibling parent Sergey <kornburn yandex.ru> writes:
On Saturday, 1 July 2023 at 01:00:46 UTC, anonymouse wrote:
 How would I go about graphing time series data (specifically, 
 candles, moving averages, etc) in D and dynamically updating 
 such charts?

 Thanks,
 --anonymouse
For TS you can use http://mir-algorithm.libmir.org/mir_series.html For plotting https://code.dlang.org/packages/ggplotd
Jul 01 2023
prev sibling parent nbdusr <. example.com> writes:
On Saturday, 1 July 2023 at 01:00:46 UTC, anonymouse wrote:
 How would I go about graphing time series data (specifically, 
 candles, moving averages, etc) in D and dynamically updating 
 such charts?

 Thanks,
 --anonymouse
https://github.com/epezent/implot And C bindings: https://github.com/cimgui/cimplot Also, https://github.com/epezent/implot_demos For stocks.cpp
Jul 01 2023