java - Generating a standard deviation plot from a row in a JTable -
i trying create jtable can able click on row , display standard deviation curve. here jtable looks right now.

so example, standard deviation string screen saver, action->login, login->disclaimer, ok (i plotted in excel)

so question #1 possible , #2 if how?
chartfactory.createhistogram() intervalxydataset such histogramdataset might suitable choice. histogramdemo1, seen among statistical charts in jws demo, example. can determine row clicked using listselectionlistener, shown here. can retrieve required values tablemodel using getvalueat(), shown here.
Comments
Post a Comment