Minor adjustment to configurator

This commit is contained in:
Alexander Nozik 2018-03-23 10:08:32 +03:00
parent bfb73dd300
commit 7404e5fa67

View File

@ -54,7 +54,6 @@ fun NumassBlock.plotAmplitudeSpectrum(plotName: String = "spectrum", frameName:
"showLine" to true
"showSymbol" to false
"showErrors" to false
"JFreeChart.cache" to true
}
plot.configure(meta)
add(plot)