Top 3 use cases for D
Sergey
kornburn at yandex.ru
Mon Oct 21 14:32:17 UTC 2024
On Monday, 21 October 2024 at 03:51:05 UTC, Chris Piker wrote:
> over a USB-C port, so C handled data collection. Would have
> been nicer to do everything in D, though I don't know what data
> plotting libs are recommended.
Some popular interfaces:
R's ggplot (based on Cairo)
(https://code.dlang.org/packages/ggplotd)
Python's matplotlib (still need python installed)
(https://code.dlang.org/packages/matplotlib-d)
But their capabilities are quite limited afaik.
So maybe consider to make plot in external library, or prepare
some bindings.
More information about the Digitalmars-d
mailing list