user359781
user359781

Reputation:

Scientific plot with Ruby + wxWidgets

I need to incorporate some scientific plot function into a program written in Ruby with wxWidgets. What's my best solution? I know that

1) PLPlot has a widget for wxWigets, but I'm not aware of any ruby bindings.

2) Python works well PLPlot and wxWigets, but I rather not rewrite the whole thing in python again.

Any suggestion would be appreciated.

Upvotes: 1

Views: 1003

Answers (1)

rogerdpack
rogerdpack

Reputation: 66751

http://ruby-toolbox.com/categories/graphing.html might help you

Upvotes: 3

Related Questions