Opened 10 years ago
Closed 10 years ago
#434 closed task (fixed)
Add XYZ plotting capabilities
Reported by: | Kevin Milner | Owned by: | Kevin Milner |
---|---|---|---|
Priority: | major | Milestone: | OpenSHA 1.3 |
Component: | commons | Version: | |
Keywords: | Cc: |
Description
JFreeChart allows for basic XYZ plotting capabilities through the XYBlockRenderer class. We should expose these capabilities for non-geographically projected XYZ data.
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | xyz_plot.png added |
---|
comment:1 Changed 10 years ago by
Milestone: | → OpenSHA 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Added new package, org.opensha.commons.gui.plot.jfreechart.xyzPlot, which contains XYZGraphPanel (analogous to GraphPanel?). XYZGraphPanel accepts XYZ_DataSet and CPT instances and as opposed to DiscretizedFunc? instances. Block thickness can be specified, or will be detected automatically for evenly gridded datasets or estimated from arbitrarily discretized datasets.
See attached example: