search for: mondrian

Displaying 17 results from an estimated 17 matches for "mondrian".

2007 Feb 12
0
[871] trunk/wxruby2/samples/printing/printing.rb: Enable sample to be run from other directories
...quot;lines">@@ -101,9 +101,11 @@ </span><span class="cx"> </span><span class="cx"> # Load icon </span><span class="cx"> if Wx::PLATFORM == "WXMSW" </span><del>- my_icon = Wx::Icon.new("mondrian.ico",Wx::BITMAP_TYPE_ICO) </del><ins>+ icon_file = File.join(File.dirname(__FILE__), ''mondrian.ico'') + my_icon = Wx::Icon.new(icon_file, Wx::BITMAP_TYPE_ICO) </ins><span class="cx"> else </span><del>- my_icon =...
2007 Jan 30
2
error finding library when running test program
...--- START OF PROGRAM require "wxruby" ID_ICON = 1000 class IconFrame < Wx::Frame def initialize super(nil, -1, "Changing Icons!", Wx::DEFAULT_POSITION, Wx::Size.new (225,150)) panel = Wx::Panel.new(self, -1) iconNames = ["wxwin", "mondrian", "ogl", "smiley"] icons = Wx::RadioBox.new(panel, ID_ICON, "&Icons", Wx::Point.new (20,5), Wx::DEFAULT_SIZE, iconNames, 1, Wx::RA_SPECIFY_COLS) evt_radiobox(ID_ICON) {|event| on_change_icon(event)} if...
2011 Feb 11
1
Re. When is *interactive* data visualization useful to use?
...phics for Data Analysis: Principles and Examples by Martin Theus and Simon Urbanek (Chapman & Hall). There are some excellent explanations and case studies there. I could go on (and on), but what you really need is a good demo. Best regards Antony PS Have you reported the bugs in GGobi and Mondrian you have found to the software authors? Antony Unwin Professor of Computer-Oriented Statistics and Data Analysis, Mathematics Institute, University of Augsburg, 86135 Augsburg, Germany
2011 Feb 11
4
When is *interactive* data visualization useful to use?
...ing for iplots extreme, and with rggobi, it currently can not run with R 2.12 and windows 7 OS). And now for my question: While preparing for a talk I will give soon, I recently started digging into two major (Free) tools for interactive data visualization: GGobi<http://www.ggobi.org/> and mondrian <http://rosuda.org/mondrian/> - both offer a great range of capabilities (even if they're a bit buggy). I wish to ask for your help in articulating (both to myself, and for my future audience) *When is it helpful to use interactive plots? Either for data exploration (for ourselves) and d...
2007 Oct 18
6
Bug in minimal.rb
...TreeCtrl.new(parent, pos: [5, 25], size: [100, 300] ) Aside from the earned praise, I found a glitch in samples/minimal/minimal.rb: - # PNG is a good choice for cross-platofrm icons + # PNG is a good choice for cross-platform icons icon_file = File.join( File.dirname(__FILE__), ''mondrian.png'') - self.icon = Wx::Icon.new(icon_file) + self.icon = Wx::Icon.new(icon_file, Wx::BITMAP_TYPE_PNG) Without Wx::BITMAP_TYPE_PNG it does not recognize the icon on my system: WinXP, ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32], gem: wxruby-1.9.1-i386-mswin32 How about to a...
2006 Nov 09
4
data storage/cubes and pointers in R
Hi all, I am faced with the situation where I want to store/analyze relatively large, organized sets of numerical data, which depend on a number of conditions (biological properties, exposure times, concentrations etc etc). Imagine about a hundred dataframes of a few thousand numerical values, with some annotation in text for some entries. Intuitively, I would like to be able to slice
2006 Mar 02
0
New Quantian releases with almost all of CRAN / BioC
...the cdrom version of Knoppix. Version 0.7.9.2 ships as one compressed iso file of 2.7gb that is Relative to the previous release 0.7.9.1, several small bugs have been fixed, Sun's Java 1.5.0 SDK has been added along with several Java-based applications (ImageJ, Weka, JGR, Mondrian), several other applications have been added, yet more R packages from CRAN and BioC are included and a few other packages have been updated. Quantian now contains over 2550 Debian packages, over 870 packages for R and a few extra applications. Quantian comes as one bootab...
2006 Mar 02
0
New Quantian releases with almost all of CRAN / BioC
...the cdrom version of Knoppix. Version 0.7.9.2 ships as one compressed iso file of 2.7gb that is Relative to the previous release 0.7.9.1, several small bugs have been fixed, Sun's Java 1.5.0 SDK has been added along with several Java-based applications (ImageJ, Weka, JGR, Mondrian), several other applications have been added, yet more R packages from CRAN and BioC are included and a few other packages have been updated. Quantian now contains over 2550 Debian packages, over 870 packages for R and a few extra applications. Quantian comes as one bootab...
2005 Oct 20
0
vcd package 0.9-5 released
....table(), etc. are available * New panel function pairs_diagonal_text() for pairs() * The alternative legend function legend_fixed() now looks more similar to the legend of mosaicplot() in base R Comments are more then welcome! David, Achim, Kurt. PS: If you like modern art, try out demo(mondrian)! :) -- Dr. David Meyer Department of Information Systems and Operations Vienna University of Economics and Business Administration Augasse 2-6, A-1090 Wien, Austria, Europe Fax: +43-1-313 36x746 Tel: +43-1-313 36x4393 HP: http://wi.wu-wien.ac.at/~meyer/ _____________________________________...
2005 Oct 14
1
R & OLAP engines, an integration?
An embedded and charset-unspecified text was scrubbed... Name: not available Url: -- not available on request of Emmanuel Maroye
2005 Oct 20
0
vcd package 0.9-5 released
....table(), etc. are available * New panel function pairs_diagonal_text() for pairs() * The alternative legend function legend_fixed() now looks more similar to the legend of mosaicplot() in base R Comments are more then welcome! David, Achim, Kurt. PS: If you like modern art, try out demo(mondrian)! :) -- Dr. David Meyer Department of Information Systems and Operations Vienna University of Economics and Business Administration Augasse 2-6, A-1090 Wien, Austria, Europe Fax: +43-1-313 36x746 Tel: +43-1-313 36x4393 HP: http://wi.wu-wien.ac.at/~meyer/ _____________________________________...
2008 Aug 26
3
embedded examples
I am working on embedding R into some visualization research programs. Can any point me to a collection of embedded and standalone R/C/C++ examples? The documentation is to terse for me to figure out how to develop this and I am looking for some simple examples to study. Thanks and best regards, EBo --
2005 Aug 30
1
Patch to controls.rb
...This means it does not have access to the image handling routines wxImage does. Furthermore, despite the documentation, it does -not- support XPM icons on Windows. The solution is to just not use icons where images are needed. The second solution was to default the application icon to the mondrian.ico file. This should work properly on other OSes. Please let me know if it breaks on OSX or Linux. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Aug 26
3
embedded examples
I am working on embedding R into some visualization research programs. Can any point me to a collection of embedded and standalone R/C/C++ examples? The documentation is to terse for me to figure out how to develop this and I am looking for some simple examples to study. Thanks and best regards, EBo --
2002 Aug 08
1
Lisp-stat and R? [was: Re: Status?]
John Fox (see below) raises important questions for the Lisp-stat community (and perhaps the R community) to consider. This message thread was not cross-posted to r-devel@lists.r-project.org, so I do so now. I have never been an active or particularly adept Lisp-stat programmer. But I have worked on or used several projects for which Lisp-stat seemed the ideal environment-- for implementing
2008 Mar 01
11
wxRIDE Finally Available
Hello fellow wxRuby users, Well, after a long period in which I originally announced that I was creating an IDE, I have finally become satisfied enough to release a SVN Version of wxRIDE. I started the project out, and in cases where I couldn''t launch the application again, I utilized SciTE (Which uses Scintilla, same as wxRIDE), outside of that initial part, and subsequent failures to
2006 Jun 24
32
Why is there no Smalltalk-like IDE for Ruby?
I posted this to comp.lang.ruby and comp.lang.smalltalk, and my blog. I will likely get destroyed, but it will be worth it if at least one nugget of information helps the Ruby IDE makers. ----------------------------------------- Hi all -- I shout my question to the entire Ruby + Smalltalk community: Smalltalk has had amazing IDEs for decades, why not Ruby? Smalltalkers, Ruby needs your help!