Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Showing graphs/diagrams in a dialog of a quickwin application

hpb
Beginner
445 Views

Hello,

I have a quickwin application to do some calculations. Up to now I show the resultsas numerical values in edit fields of the dialog where also the input data is entered. But now the results should be shown as graphs in a diagram. Which element can I use to show a diagram with an x-, y-axis and several curves (in different colors or with different line types)? Is that possible at all?

If that's not possible, what can I use alternatively? Is there an easy to use application which can be combined with visual fortran?

Thanks in advance

hpb

0 Kudos
3 Replies
Steven_L_Intel1
Employee
445 Views
Very possible. See the SciGraph sample provided with 10.0. This has a library of 2D plotting routines and a sample program.
0 Kudos
hpb
Beginner
445 Views

Hello,

thank you for your quick answer.

I'm using CVF 6.1.0. Does that release also supports the mentioned librayr? And can you tell me please where I can get the example and the library?

Thanks in advance.

hpb

0 Kudos
hpb
Beginner
445 Views

Hello,

sorry, I found the example myself meanwhile. I will try it.

thanks hpb

0 Kudos
Reply