16036e5b52Removed text labels from toolbar.einarr2006-10-14 15:31:38 +00:00
e09b3e3c3eChanging active plot when plot title is clicked.einarr2006-10-14 14:50:27 +00:00
e08cc8b816The active plot is now more visible.einarr2006-10-13 22:25:18 +00:00
f826931105Toolbars now get automatically updated from the global mode setting when the mouse enters a plot.einarr2006-10-12 18:33:38 +00:00
b1bfe1fe3eFixed selection issues that were probably introduced by the merge from the toolbar branch.einarr2006-10-12 17:38:41 +00:00
d9fd4fc127Merged in the toolbar branch. The toolbar branch is now obsolte.einarr2006-10-12 14:58:36 +00:00
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 +00:00
92a8a819e8Plots restore current selection on set_frozen(False)einarr2006-10-12 12:58:48 +00:00
3a62580125Plots now show names outside the canvas.einarr2006-10-12 12:46:34 +00:00
ced0e9aa5dVarious bugfixes to the new way of handling selections.einarr2006-09-08 19:42:32 +00:00
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 +00:00
df7f98adecTurned off show-arrow on NetworkPloteinarr2006-08-31 15:59:17 +00:00
92fe9d8e75Always show full toolbar on ScatterPlots.einarr2006-08-31 15:45:33 +00:00
a374510cfcFixed a bug when dragging a plot into the active ViewFrame.einarr2006-08-31 15:35:55 +00:00
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 +00:00
0b58c5ea28Switch to numpy (scipy_version>1.0) changesflatberg2006-08-31 10:04:19 +00:00
a0786d521aRemoved SinePlot from the test workflow.einarr2006-08-30 14:38:33 +00:00
0d8edc91caIdentifier lists are now sorted, and there is no active list when a row is selected.einarr2006-08-30 13:56:54 +00:00
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 +00:00
ae7a6a5a0eAdded extended toolbar with selection freezeflatberg2006-08-29 09:03:28 +00:00
06905934dbFixed update bug. The list of currently selected elements is now automatically updated from selection_changed().einarr2006-08-09 14:35:42 +00:00
2e2fa85727removed message, removed draw from release_select, added view limits update in scatterplotflatberg2006-08-09 08:02:38 +00:00
e846a83cb8removed toolbar message on selectflatberg2006-08-08 14:37:31 +00:00
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 +00:00
4c716e9428NetworkPlot now works, but does not allow node colors or sizes to be passed as keyword arguments.einarr2006-08-03 14:30:06 +00:00
44b676f726system/plots.py: Fixed a few bugs in NetworkPlot.einarr2006-08-01 14:26:33 +00:00
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 +00:00
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 +00:00
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 +00:00
87f87e36c8* system/fluents.py: Fixed a bug where the the application tried to load a toolbar from Noneeinarr2006-07-21 14:30:09 +00:00
5b1af849dcImplemented Limma function for Affy workflow. Extended ScatterPlot to take two datasets and updated code using it.tangstad2006-05-09 13:17:17 +00:00
184a49ef9afixed ordering of multiple selected datasetsreidarst2006-05-09 12:22:50 +00:00
0db25f1dd7Changed use of Dataset.get_matrix() to Dataset.asarray() and removed it.tangstad2006-05-05 14:43:53 +00:00
97f56f66acAdded text-input for contrast-matrix creator for affymetrics workflow.tangstad2006-05-05 14:30:23 +00:00
98445498b5If argument 'selection' exists in function.run, pass current selection to it.tangstad2006-05-05 13:10:54 +00:00
aa3a9ab619Added automagic argument checking when running functions.tangstad2006-05-05 10:10:03 +00:00
9f7ee74189Replaced function as button-attribute with lambda as button click handler.tangstad2006-05-04 15:32:59 +00:00
fafa373e67Added categorygetter for PhenotypeDataset.tangstad2006-05-04 13:30:04 +00:00
338778d7b1Functions which doesn't require inputs will now run with data selectedreidarst2006-05-03 14:47:55 +00:00
fb7128138eFixed floats in phenotype importer. Added PrintFunction for debug-printing. Added PhenotypeImportFunction to AffyWorkflow.tangstad2006-05-03 14:27:38 +00:00
b757da5929Implemented PhenotypeDataset with tests.tangstad2006-05-03 14:04:28 +00:00
56a6028547Validation on number of inputs addedreidarst2006-05-03 11:52:54 +00:00