Serving the Quantitative Finance Community

 
User avatar
ww250
Topic Author
Posts: 0
Joined: April 23rd, 2010, 9:46 pm

Draw a payoff curve in c++

October 18th, 2010, 10:25 pm

I guess gnuplot can be used to draw a graph given a dataset input, any simpler way than this? heard that language like slang has curve as a basic type.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

Draw a payoff curve in c++

October 18th, 2010, 10:30 pm

Qt seems to be the flavour of choice of quick and effective c++ GUI atm. wxWidgets might be a second choice.But if it's just to create a one off graph image then externally calling gnuplot may be just as good.
Last edited by Hansi on October 18th, 2010, 10:00 pm, edited 1 time in total.