##// END OF EJS Templates
Sets temp data range...
Alexandre Leroux -
r971:c6ade9b31291
parent child
Show More
@@ -122,6 +122,8 struct AxisSetter<T, typename std::enable_if_t<std::is_base_of<SpectrogramSeries
122
122
123 // Set color scale properties
123 // Set color scale properties
124 setAxisProperties(*colorScale.axis(), valuesUnit, QCPAxis::stLogarithmic);
124 setAxisProperties(*colorScale.axis(), valuesUnit, QCPAxis::stLogarithmic);
125 /// @todo ALX: temp data range, remove it when widget to set data range is implemented
126 colorScale.setDataRange(QCPRange{8.32e2, 1.77e7});
125 }
127 }
126 };
128 };
127
129
General Comments 0
You need to be logged in to leave comments. Login now