16036e5b52Removed text labels from toolbar.einarr2006-10-14 15:31:38 +0000
e09b3e3c3eChanging active plot when plot title is clicked.einarr2006-10-14 14:50:27 +0000
e08cc8b816The active plot is now more visible.einarr2006-10-13 22:25:18 +0000
f826931105Toolbars now get automatically updated from the global mode setting when the mouse enters a plot.einarr2006-10-12 18:33:38 +0000
b1bfe1fe3eFixed selection issues that were probably introduced by the merge from the toolbar branch.einarr2006-10-12 17:38:41 +0000
d9fd4fc127Merged in the toolbar branch. The toolbar branch is now obsolte.einarr2006-10-12 14:58:36 +0000
ded2faaf2cRemoved the title of the plot from the canvas, as it is now shown above the canvas as well. Updated the matplotlib axis limits to reflect this and allow more space for the plot.
toolbar
einarr2006-10-12 14:56:53 +0000
92a8a819e8Plots restore current selection on set_frozen(False)einarr2006-10-12 12:58:48 +0000
3a62580125Plots now show names outside the canvas.einarr2006-10-12 12:46:34 +0000
ced0e9aa5dVarious bugfixes to the new way of handling selections.einarr2006-09-08 19:42:32 +0000
e0ca48d4b3Changed how the selection list works. CategoryDatasets can be dragged down to the selection list, and will then be converted to Selections.einarr2006-09-08 18:25:03 +0000
df7f98adecTurned off show-arrow on NetworkPloteinarr2006-08-31 15:59:17 +0000
92fe9d8e75Always show full toolbar on ScatterPlots.einarr2006-08-31 15:45:33 +0000
a374510cfcFixed a bug when dragging a plot into the active ViewFrame.einarr2006-08-31 15:35:55 +0000
5c45308279Double clicking a function in the navigator causes the first four plots of that function to be displayed in the main view. If the function has returned less than four plots the remaining ViewFrames will be cleared.einarr2006-08-31 10:57:44 +0000
0b58c5ea28Switch to numpy (scipy_version>1.0) changesflatberg2006-08-31 10:04:19 +0000
a0786d521aRemoved SinePlot from the test workflow.einarr2006-08-30 14:38:33 +0000
0d8edc91caIdentifier lists are now sorted, and there is no active list when a row is selected.einarr2006-08-30 13:56:54 +0000
1b9aff1c5aThe selection view now works. Functions can return a dataset.Selection object which will be stored in the selection list.einarr2006-08-29 23:57:21 +0000
ae7a6a5a0eAdded extended toolbar with selection freezeflatberg2006-08-29 09:03:28 +0000
06905934dbFixed update bug. The list of currently selected elements is now automatically updated from selection_changed().einarr2006-08-09 14:35:42 +0000
2e2fa85727removed message, removed draw from release_select, added view limits update in scatterplotflatberg2006-08-09 08:02:38 +0000
e846a83cb8removed toolbar message on selectflatberg2006-08-08 14:37:31 +0000
b769288b3bAdded a selection view tab, placed next to the "Log" tab. The tab currently only displays the current selection.einarr2006-08-07 14:14:42 +0000
4c716e9428NetworkPlot now works, but does not allow node colors or sizes to be passed as keyword arguments.einarr2006-08-03 14:30:06 +0000
44b676f726system/plots.py: Fixed a few bugs in NetworkPlot.einarr2006-08-01 14:26:33 +0000
b3d681ef16* system/plots.py: Added NetworkPlot, which may or may not work correctly. * system/dataset.py: Removed a few lines of obsolete code.einarr2006-08-01 13:22:39 +0000
676ea4e0b9removed shape in constructor, added all_dims to dataset base class, updated get_identifiers and get_indices Denne linjen og de som er under vil bli ignorert--flatberg2006-08-01 09:45:53 +0000
61da4f562eAdded LICENCE (the pure GPL text copied verbatim from gnu.org) and README. Started to add a NetworkX plot in plots.pyeinarr2006-07-31 14:57:24 +0000
87f87e36c8* system/fluents.py: Fixed a bug where the the application tried to load a toolbar from Noneeinarr2006-07-21 14:30:09 +0000
5b1af849dcImplemented Limma function for Affy workflow. Extended ScatterPlot to take two datasets and updated code using it.tangstad2006-05-09 13:17:17 +0000
184a49ef9afixed ordering of multiple selected datasetsreidarst2006-05-09 12:22:50 +0000
0db25f1dd7Changed use of Dataset.get_matrix() to Dataset.asarray() and removed it.tangstad2006-05-05 14:43:53 +0000
97f56f66acAdded text-input for contrast-matrix creator for affymetrics workflow.tangstad2006-05-05 14:30:23 +0000
98445498b5If argument 'selection' exists in function.run, pass current selection to it.tangstad2006-05-05 13:10:54 +0000
aa3a9ab619Added automagic argument checking when running functions.tangstad2006-05-05 10:10:03 +0000
9f7ee74189Replaced function as button-attribute with lambda as button click handler.tangstad2006-05-04 15:32:59 +0000
fafa373e67Added categorygetter for PhenotypeDataset.tangstad2006-05-04 13:30:04 +0000
338778d7b1Functions which doesn't require inputs will now run with data selectedreidarst2006-05-03 14:47:55 +0000
fb7128138eFixed floats in phenotype importer. Added PrintFunction for debug-printing. Added PhenotypeImportFunction to AffyWorkflow.tangstad2006-05-03 14:27:38 +0000
b757da5929Implemented PhenotypeDataset with tests.tangstad2006-05-03 14:04:28 +0000
56a6028547Validation on number of inputs addedreidarst2006-05-03 11:52:54 +0000