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