* Open the plot control dialog relevant to the current analysis mode. TODO:
* move to DocumentManager
*/
public void showPlotControlDialog() {
String title = null;
ObservationAndMeanPlotPane plotPane = analysisTypeMap.get(analysisType)
.getObsAndMeanChartPane();
TimeElementsInBinSettingPane binSettingPane = null;
NamedComponent extra = null;
if (analysisType == AnalysisType.RAW_DATA) {