rikseventyseven
Registered
Dear All,
I'm a scientist and I'm new in the Mac world. I'm currently try to develope a program for data analysis focused on optical spectroscopy.
I've already hundreds of c++ routine that makes all the necessary calculations but I need a GRAPHICAL INTERFACE.
I installed on my Powerbook Xcode 2 and I need now to understand TWO things:
- It is better (= easier) to use COCOA or CARBON?
- The second question (and maybe the most important) is: how can I draw scientific graphs?! I know that there are several compiled tools to make graphs but what I need is a library or an explanation on how to integrate scientific graphs in my application.
In more detail my problem is the following: I have a dataset in a txt file. The dataset is a matrix where each row represent a function, say f(x), and the first row is x. I would like to build a graphical interface where the user is able to specify the row index and the program automatically displays the f(x) vs x graph. Eventually adding a slider to give more user friendly features.
Thank in advance for your answer.
Rik
I'm a scientist and I'm new in the Mac world. I'm currently try to develope a program for data analysis focused on optical spectroscopy.
I've already hundreds of c++ routine that makes all the necessary calculations but I need a GRAPHICAL INTERFACE.
I installed on my Powerbook Xcode 2 and I need now to understand TWO things:
- It is better (= easier) to use COCOA or CARBON?
- The second question (and maybe the most important) is: how can I draw scientific graphs?! I know that there are several compiled tools to make graphs but what I need is a library or an explanation on how to integrate scientific graphs in my application.
In more detail my problem is the following: I have a dataset in a txt file. The dataset is a matrix where each row represent a function, say f(x), and the first row is x. I would like to build a graphical interface where the user is able to specify the row index and the program automatically displays the f(x) vs x graph. Eventually adding a slider to give more user friendly features.
Thank in advance for your answer.
Rik