Skip to content

Commit

Permalink
Added jfreechart directly to the project to avoid weird errors showin…
Browse files Browse the repository at this point in the history
…g up in NetBeans.
  • Loading branch information
tstavrianos committed Jul 24, 2017
1 parent ec1eaf8 commit 37bd799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added lib/jfreechart-1.0.19.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ endorsed.classpath=
excludes=
file.reference.DDSUtils.jar=lib/DDSUtils.jar
file.reference.gson-2.8.1.jar=lib/gson-2.8.1.jar
file.reference.jfreechart-1.0.19.jar=lib\\jfreechart-1.0.19.jar
includes=**
jar.archive.disabled=${jnlp.enabled}
jar.compress=false
Expand All @@ -37,7 +38,8 @@ javac.classpath=\
${reference.lev.jar}:\
${reference.skyproc.jar}:\
${file.reference.gson-2.8.1.jar}:\
${file.reference.DDSUtils.jar}
${file.reference.DDSUtils.jar}:\
${file.reference.jfreechart-1.0.19.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down
1 change: 0 additions & 1 deletion src/automaticvariants/gui/StatsPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ void updateChart() {
chart.putPoint(1, i, 1 + chart.min);
}
}

chart.plot.getDomainAxis().setRange(cutoff * -std, cutoff * std);
chart.plot.getRangeAxis().setRange(0, 1.5);
}
Expand Down

0 comments on commit 37bd799

Please sign in to comment.