digitalmars.D.learn - Graphing
- anonymouse (5/5) Jun 30 2023 How would I go about graphing time series data (specifically,
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
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, --anonymouseFor TS you can use http://mir-algorithm.libmir.org/mir_series.html For plotting https://code.dlang.org/packages/ggplotd
Jul 01 2023
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, --anonymousehttps://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