While going through the HazardCurveApplication tutorial, I found that the names of the plots in the Plot Settings panel are incorrect.
There should be three plots labeled as
- "DATASET # 1 Mean",
- "DATASET # 1 Curves"
- "DATASET # 1 Fractiles"
however I see
- "DATASET # 1 Mean"
- "Data"
- "Data"
See GraphPanel.java:912 inside drawGraphPanel. Plot names are set via PlotCurveCharacteristics.setName.

While going through the HazardCurveApplication tutorial, I found that the names of the plots in the Plot Settings panel are incorrect.
There should be three plots labeled as
however I see
See GraphPanel.java:912 inside drawGraphPanel. Plot names are set via PlotCurveCharacteristics.setName.