XY Plot GUI
This allows one to view an XY data set (e.g., Hazard Curves). It includes:
- Plot Window (where you might be able to mouse over the curves to get addition info)
- Legend (below the graph, where the text should be color coded with the plots)
- "Plot Prefs" button (where you can change the line/symbol types, colors, and various labels)
- "Show Data" button (to view the numerical values of the data)
- "Set Axis" button (to change the axis scaling)
- "Y Log" and "X Log" check boxes (to toggle between linear and log plots)
There are also buttons at the upper right that allow you to print or save the image & legend (as PDF).
Acknowledgement: The XY-plotting capability is made possible by JFreeChart (we added the log-log plotting capability).