gamma
Joined: 13 Jan 2005 Posts: 1
|
Posted: Thu Jan 13, 2005 9:54 am Post subject: window_update@() not work |
|
|
This is my first programm in fortran with graphics. I used SIMPLEPLOT function. My code is:
main Programm:
...........
i=winio@('%ca[Plot]%bg[grey]&')
i=winio@('%pl[x-array]&',400,250,N,x,y)
i=winio@('%ta%`^bt[Update]',update_plot)
...............
function integer update_plot()
....
c here is created new values for N,x,y
....
call window_update@(N,x,y)
I have debugged and I get no errors. But the graph is not updated.
Can you help me?
thank you |
|