Anssi Seppälä wrote: > I have not used such modela, but it seems interesting. Is there a method > to call the visible data to show a plot in the same time?
You can put a grid and plot on the same form. The latest scripts have a "changed" event which is triggered after you update a grid cell. Using this, you can update the plot when the grid is changed. See Example 4 on page http://www.jsoftware.com/jwiki/Grid/Class . In the grid, CELLDATA is the data as supplied by the calling program, and CellData is the visible data. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
