Changeset 3366
- Timestamp:
- 05/15/08 16:32:54 (2 months ago)
- Files:
-
- 1 modified
-
trunk/opus_core/datasets/abstract_dataset.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opus_core/datasets/abstract_dataset.py
r3275 r3366 1092 1092 plot_histogram(values, main=main, xlabel=name, bins=bins) 1093 1093 1094 def compute_and_plot_histogram(self, name, dataset_pool=None, **kwargs): 1095 self.compute_variables(name, dataset_pool=dataset_pool) 1096 self.plot_histogram(name, **kwargs) 1097 1094 1098 def plot_scatter(self, name_x, name_y, main="", npoints=None, **kwargs): 1095 1099 """Create a scatter plot of the attributes given by 'name_x' (x-axis) and 'name_y' (y-axis) and display its correlation coefficient.
