Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Einar Ryeng 375d45e0cc Updated import statements, and removed the workflows pca_workflow and
affy_workflow.
2006-10-17 14:42:27 +00:00
Arnar Flatberg c40f9a2947 Added a LineViewPlot in GenerateData 2006-10-17 13:59:31 +00:00
Einar Ryeng e0ca48d4b3 Changed how the selection list works. CategoryDatasets can be dragged down to
the selection list, and will then be converted to Selections.
2006-09-08 18:25:03 +00:00
Einar Ryeng f47a9066e3 Removed print statements. 2006-08-31 12:24:06 +00:00
Arnar Flatberg 0b58c5ea28 Switch to numpy (scipy_version>1.0) changes 2006-08-31 10:04:19 +00:00
Einar Ryeng a0786d521a Removed SinePlot from the test workflow. 2006-08-30 14:38:33 +00:00
Einar Ryeng 1b9aff1c5a The selection view now works. Functions can return a dataset.Selection object which will be stored in the selection list. 2006-08-29 23:57:21 +00:00
Arnar Flatberg fc8b2e601f update 2006-08-14 11:52:26 +00:00
Einar Ryeng b769288b3b Added a selection view tab, placed next to the "Log" tab. The tab currently
only displays the current selection.
2006-08-07 14:14:42 +00:00
Einar Ryeng 4c716e9428 NetworkPlot now works, but does not allow node colors or sizes to be passed as keyword arguments. 2006-08-03 14:30:06 +00:00
Einar Ryeng b3d681ef16 * system/plots.py: Added NetworkPlot, which may or may not work correctly.
* system/dataset.py: Removed a few lines of obsolete code.
2006-08-01 13:22:39 +00:00
Einar Ryeng 87f87e36c8 * system/fluents.py: Fixed a bug where the the application tried to load
a toolbar from None

 * system/plots.py: Fixed MainView.insert_view that was a no-op when in large
   view.

 * system/dataset.py: Changed __str__ of dataset to also show names of dimensions.
2006-07-21 14:30:09 +00:00