Ada: plotting 2d graphs

后端 未结 4 1566
粉色の甜心
粉色の甜心 2021-01-21 13:13

it would be interesting to be able to plot a 2D graph within an Ada code rather than having to save values say to file and use an external drawing software afterwards. A search

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-21 13:52

    I'd give a try to GTKAda. I'm not completely sure this subsystem would allow you to do 2D graphs as I've never used it for that purpose, but it can be done with GTK+ (C/C++).

    There is also a guide on GTKAda and a reference manual, some documentation on the GTK toolkit itself may also come handy.

提交回复
热议问题