Commit Graph

47 Commits

Author SHA1 Message Date
21b63b17e5 Fixed axis bug in barplot 2007-08-24 09:13:34 +00:00
004cfe0a9f Quick fix for gray on NaNs 2007-08-14 16:10:35 +00:00
13b35180ee Fixed bug in DAG plot color mapping. 2007-08-08 12:24:14 +00:00
4b80baf225 Added information content drag'n'drop to z loadings plot. 2007-08-06 16:20:39 +00:00
72e300c95e Addded automatic bin selection in histogram plot 2007-08-04 10:37:22 +00:00
e62a6ae9b3 Removed print statements 2007-08-02 14:51:53 +00:00
0758ab8bfb Fixed histogram plot to accept selections of one, and made ad-hoc choice of proportional color to patches 2007-08-02 14:37:19 +00:00
83d76eac4f Fixed vorrect namespace for scipy funcs 2007-08-02 10:44:06 +00:00
aa4007e208 Improved drag'n'drop of data into scatter plots so that it no longer requires
matching identifiers along dimensions.
2007-07-30 17:42:48 +00:00
b35f814ef0 Added center check button on lineview 2007-07-26 18:26:50 +00:00
524c90fcf7 Updated to handle new numpy/scipy. 2007-07-24 12:19:13 +00:00
a503ffcdf8 Fixed linewidth in selection in scatter plots. 2007-07-05 11:57:21 +00:00
99987999db Broke up a too long line. 2007-07-02 09:54:56 +00:00
ff2c42902f Commented out some log lines that just cluttered the log. 2007-06-21 10:25:17 +00:00
a0faed2614 Forgot some ... 2007-04-24 17:21:40 +00:00
90bb25eb55 added default mappable to None 2007-04-24 17:16:34 +00:00
31ac569c3e Added colorbar shortcut 2007-04-24 17:04:29 +00:00
818dc0b2b0 added a logger for constructor calls 2007-03-14 16:27:23 +00:00
281337251d Added selection of lines in network plot 2007-02-27 21:19:24 +00:00
61cfd00558 Division of plots -> view/plots 2007-02-27 16:28:03 +00:00
686a1fdcd1 network/venn plot now maximizes the space available 2007-02-27 15:42:27 +00:00
d27278241c oops ... (broken code fixed) 2007-02-27 15:08:00 +00:00
4de65f1085 Clean up 2007-02-27 15:05:21 +00:00
f73a6db0ee Added ctrl+arrows to navigate between plots. 2007-02-26 23:00:25 +00:00
c0bbe24c39 No selections in scatter marker now updates to no selection instead of last selection 2007-02-26 12:11:28 +00:00
a6fbef9cfa scatter plot selected markers are now on top (visible) 2007-02-26 11:20:02 +00:00
2f60d0663d Clean up of import statements 2007-02-26 09:08:50 +00:00
5ed602f355 Lots of changes .... (new selector, mode updates, histogram selection, ++) 2007-02-26 08:00:36 +00:00
7eb13b14cb Removed resolution arg to Circle to avoid construction of a circlepolygon (deprecated) 2007-02-02 12:21:19 +00:00
320cd97512 Removed noise generating print statements. 2007-01-31 14:58:37 +00:00
1863bfc564 Save plot enabled 2007-01-31 13:26:46 +00:00
d1205ae67f Removed colorbar 2007-01-31 13:01:09 +00:00
088f180b5d Barplot, lots of changes in scatter, disabled modes, removed labels, bugfix on lasso 2007-01-31 12:02:11 +00:00
7c20e6d780 Added simple histogram 2007-01-17 15:40:33 +00:00
1ffbf4f9e7 Added default implementation of set_current_selection in Plot, so that plots can safely
ignore selections without adding any code to the plot.

Rectangle select mode, lasso select mode and freeze are now grayed out in ImagePlot.
2007-01-17 15:35:12 +00:00
c3c6e85044 Added ImagePlot, which displays a dataset as an image. 2007-01-17 13:20:04 +00:00
ea4c0af6de fixed shift/control on lasso 2007-01-15 15:46:24 +00:00
0a38cb7d4a added lasso 2007-01-15 13:47:18 +00:00
3340b1b7ac Added support for union/intersection selections 2007-01-11 13:07:54 +00:00
ebd4fdae7b Changed all places that load icons to do it through IconFactory. 2007-01-03 17:30:27 +00:00
6aa1a1a817 Code upgraded to adjust for new version of networkx 2006-11-24 13:29:09 +00:00
880509f8a9 Removed whitespace that broke plots. 2006-10-31 14:35:12 +00:00
438dbd358b Dataset to colour of dragndrop in dataset + minor addjustments in networkplot 2006-10-25 12:56:21 +00:00
1f9a400057 Added docstrings. 2006-10-17 17:50:42 +00:00
fe96772319 Expanded some documentation.
Added clean target to doc Makefile.
2006-10-17 17:18:46 +00:00
375d45e0cc Updated import statements, and removed the workflows pca_workflow and
affy_workflow.
2006-10-17 14:42:27 +00:00
610812f265 Started to rename "system" package to "fluents". Repository will be broken
until this is completed.
2006-10-17 14:28:35 +00:00