arjeneh / jpowder

Automatically exported from code.google.com/p/jpowder
1 stars 0 forks source link

Can not plot 3d using meta data after FilePlotter3D was changed #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Somehow, we can not plot 3d using meta data as before.

The error is:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at org.jpowder.dataset.DataSet.getMetaData(DataSet.java:131)
        at org.jpowder.jfreechart.FilesPlotter3D.createDataset(FilesPlotter3D.java:304)
        at org.jpowder.jfreechart.FilesPlotter3D.createPowderChart(FilesPlotter3D.java:125)
        at org.jpowder.InernalFrame.JpowderInternalframe.doStuff(JpowderInternalframe.java:151)
        at org.jpowder.InernalFrame.JpowderInternalframe3D.<init>(JpowderInternalframe3D.java:77)
        at org.jpowder.Import3DFilesTable.plotButtonActionPerformed(Import3DFilesTable.java:684)

Original issue reported on code.google.com by puphaibo...@gmail.com on 12 May 2012 at 2:12

Attachments:

GoogleCodeExporter commented 9 years ago
Please report this in a more appropriate place.

Original comment by puphaibo...@gmail.com on 19 May 2012 at 5:55