- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Due to my another thread, I get the question that is there a fortran library for scientific visualization? I know there have been some, but in more complex situation, for example, I have an algorithm running iterately. I want to call some subroutines in my code to show the result at very iteration. I mean, if you see the graphic, the points can move steply and finally converge to the optimum.
Is this possible?
Ying
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, there are many graphical libraries around. You may try PLplot - http://plplot.sf.net, which supports quite a few languages and platforms.
Regards,
Arjen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Yes, I tried plplot before. It is good. But sorry that I did not describe my question clearly. I hope there is a library can do animation. I mean we keep the same visualization window, and at very itereation, we display the result on that windows to perform animation.
Thanks very much.
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ah, right, I do not have any experience with that, but I would say that animation is possible:
Draw the data for the current time, do the calculation for the next time, clear the window and draw the new data.
Should this not work as expected, you can ask on the PLplot list if somebody has doen similar things.
Regards,
Arjen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page