# HG changeset patch # User Chris Cannam # Date 1226411687 0 # Node ID 5124d1494a59461c187d5a3af880ce3e04bf4797 # Parent c803eb18ebba213106411000ea5a5ec2c1a53c5a * Add use-log-scale estimator. Not quite right yet; the model doesn't actually have any data in it yet at the point where we want to make this decision * Update changelog diff -r c803eb18ebba -r 5124d1494a59 layer/Colour3DPlotLayer.cpp --- a/layer/Colour3DPlotLayer.cpp Fri Nov 07 17:31:06 2008 +0000 +++ b/layer/Colour3DPlotLayer.cpp Tue Nov 11 13:54:47 2008 +0000 @@ -572,6 +572,11 @@ void Colour3DPlotLayer::paint(View *v, QPainter &paint, QRect rect) const { +/*!!! + if (m_model) { + std::cerr << "Colour3DPlotLayer::paint: model says shouldUseLogValueScale = " << m_model->shouldUseLogValueScale() << std::endl; + } +*/ // Profiler profiler("Colour3DPlotLayer::paint"); #ifdef DEBUG_COLOUR_3D_PLOT_LAYER_PAINT std::cerr << "Colour3DPlotLayer::paint(): m_model is " << m_model << ", zoom level is " << v->getZoomLevel() << std::endl;