Need suggestions regarding Graph plotting java api which supports editing at runtime for netbeans platform application. Need to know about the possibility of making changes via mouse clicks and drags in the generated graph.
Take a look at JChart2D: ZoomableChart, could be the thing you need.
I used that a while ago.
hth