b8b9cc1d8541114cc67d7b7280f6ccda6eda8c9d,enthought/chaco/shell/scaly_plot.py,ScalyPlot,_value_scale_changed,#ScalyPlot#Any#Any#,116
Before Change
def _value_scale_changed(self, old, new):
Plot._value_scale_changed(self, old, new)
scale = dict(linear=self.linear_scale, log=self.log_scale).get(
self.value_scale, self.linear_scale)
self.y_ticks.scale = scale
After Change
def _value_scale_changed(self, old, new):
Plot._value_scale_changed(self, old, new)
// Now adjust the ScaleSystems.
self.y_ticks.scale = self._make_scale(self.value_scale)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 9
Instances
Project Name: enthought/chaco
Commit Name: b8b9cc1d8541114cc67d7b7280f6ccda6eda8c9d
Time: 2009-06-03
Author: pwang@651a555e-23ca-0310-84fe-ca9f7c59d2ea
File Name: enthought/chaco/shell/scaly_plot.py
Class Name: ScalyPlot
Method Name: _value_scale_changed
Project Name: enthought/chaco
Commit Name: b8b9cc1d8541114cc67d7b7280f6ccda6eda8c9d
Time: 2009-06-03
Author: pwang@651a555e-23ca-0310-84fe-ca9f7c59d2ea
File Name: enthought/chaco/shell/scaly_plot.py
Class Name: ScalyPlot
Method Name: _index_scale_changed
Project Name: enthought/chaco
Commit Name: b8b9cc1d8541114cc67d7b7280f6ccda6eda8c9d
Time: 2009-06-03
Author: pwang@651a555e-23ca-0310-84fe-ca9f7c59d2ea
File Name: enthought/chaco/shell/scaly_plot.py
Class Name: ScalyPlot
Method Name: _init_components
Project Name: enthought/chaco
Commit Name: b8b9cc1d8541114cc67d7b7280f6ccda6eda8c9d
Time: 2009-06-03
Author: pwang@651a555e-23ca-0310-84fe-ca9f7c59d2ea
File Name: enthought/chaco/shell/scaly_plot.py
Class Name: ScalyPlot
Method Name: _value_scale_changed