|
69 | 69 |
|
70 | 70 | const double impInitValue = 0.025;
|
71 | 71 | const double offsetY = 1000;
|
| 72 | +const QString plotColor = "DVL-Metro Colors (max. 17)"; // Brewer Qualitaive 1 (max. 8) // DVL-Metro Colors (max. 17) |
72 | 73 |
|
73 | 74 | void winModCallback(vtkObject *caller, long unsigned int vtkNotUsed(eventId),
|
74 | 75 | void* vtkNotUsed(client), void* vtkNotUsed(callData))
|
@@ -388,7 +389,7 @@ void dlg_DynamicVolumeLines::visualize()
|
388 | 389 | m_linearScaledPlot->graph()->setVisible(false);
|
389 | 390 | m_linearScaledPlot->graph()->setSelectable(QCP::stMultipleDataRanges);
|
390 | 391 | m_linearScaledPlot->graph()->setPen(getDatasetPen(it - m_DatasetIntensityMap.begin(),
|
391 |
| - m_DatasetIntensityMap.size(), 2, "DVL-Metro Colors (max. 17)")); |
| 392 | + m_DatasetIntensityMap.size(), 2, plotColor)); |
392 | 393 | m_linearScaledPlot->graph()->setName(it->first);
|
393 | 394 | QCPScatterStyle scatter;
|
394 | 395 | scatter.setShape(QCPScatterStyle::ssNone); // Check ssDisc/ssDot to show single selected points
|
@@ -447,7 +448,7 @@ void dlg_DynamicVolumeLines::visualize()
|
447 | 448 | m_nonlinearScaledPlot->graph()->setVisible(false);
|
448 | 449 | m_nonlinearScaledPlot->graph()->setSelectable(QCP::stMultipleDataRanges);
|
449 | 450 | m_nonlinearScaledPlot->graph()->setPen(getDatasetPen(it - m_DatasetIntensityMap.begin(),
|
450 |
| - m_DatasetIntensityMap.size(), 2, "DVL-Metro Colors (max. 17)")); |
| 451 | + m_DatasetIntensityMap.size(), 2, plotColor)); |
451 | 452 | m_nonlinearScaledPlot->graph()->setName(it->first);
|
452 | 453 | QCPScatterStyle scatter;
|
453 | 454 | scatter.setShape(QCPScatterStyle::ssNone); // Check ssDisc/ssDot to show single selected points
|
|
0 commit comments