search for: bydev

Displaying 9 results from an estimated 9 matches for "bydev".

Did you mean: bdev
2018 May 04
5
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
When I check the size of the plot region usingdev.size("in")a new plot region is produced and in the Rconsole I get[1] 5.333333 5.322917If I mean to produce a plot region with size setting bydev.new(length=3,width=3)a plot region is produced, but the size is [2.281250, 5.322917], as detected by the de.size function. If I type:dev.new(length=10,width=10)I get a plot region of with the size of [7.614583, 5.322917]. It seems that the width of the new plot region cannot be set, and tt is alway...
2018 May 04
3
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...of?the?plot?region?usingdev.size("in")a?new?plot?region?is?produced?and?in?the?Rconsole?I?get[1]?5.333333?5.322917 Your?test?is?all?mangleed?together.?You?failed?in?your?duty?to?read?the?list?info?and?the?Posting?guide?.?NO?HTML! >?If?I?mean?to?produce?a?plot?region?with?size?setting?bydev.new(length=3,width=3)a?plot?region?is?produced,?but?the?size?is?[2.281250,?5.322917],?as?detected?by?the?de.size?function.?If?I?type:dev.new(length=10,width=10)I?get?a?plot?region?of?with?the?size?of?[7.614583,?5.322917].?It?seems?that?the?width?of?the?new?plot?region?cannot?be?set,?and?tt?is?alway...
2018 May 04
0
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...of the plot region usingdev.size("in")a new plot region is produced and in the Rconsole I get[1] 5.333333 5.322917 Your test is all mangleed together. You failed in your duty to read the list info and the Posting guide . NO HTML! > If I mean to produce a plot region with size setting bydev.new(length=3,width=3)a plot region is produced, but the size is [2.281250, 5.322917], as detected by the de.size function. If I type:dev.new(length=10,width=10)I get a plot region of with the size of [7.614583, 5.322917]. It seems that the width of the new plot region cannot be set, and tt is alway...
2018 May 05
1
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...ingdev.size("in")a?new?plot?region?is?produced?and?in?the?Rconsole?I?get[1]?5.333333?5.322917 >? >?Your?test?is?all?mangleed?together.?You?failed?in?your?duty?to?read?the?list?info?and?the?Posting?guide?.?NO?HTML! >? >>???If?I?mean?to?produce?a?plot?region?with?size?setting?bydev.new(length=3,width=3)a?plot?region?is?produced,?but?the?size?is?[2.281250,?5.322917],?as?detected?by?the?de.size?function.?If?I?type:dev.new(length=10,width=10)I?get?a?plot?region?of?with?the?size?of?[7.614583,?5.322917].?It?seems?that?the?width?of?the?new?plot?region?cannot?be?set,?and?tt?is?alway...
2018 May 04
0
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...singdev.size("in")a new plot region is produced and in the Rconsole I get[1] 5.333333 5.322917 > > Your test is all mangleed together. You failed in your duty to read the list info and the Posting guide . NO HTML! > > > If I mean to produce a plot region with size setting bydev.new(length=3,width=3)a plot region is produced, but the size is [2.281250, 5.322917], as detected by the de.size function. If I type:dev.new(length=10,width=10)I get a plot region of with the size of [7.614583, 5.322917]. It seems that the width of the new plot region cannot be set, and tt is alway...
2018 May 05
0
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...uot;)a?new?plot?region?is?produced?and?in?the?Rconsole?I?get[1]?5.333333?5.322917 > > > >?Your?test?is?all?mangleed?together.?You?failed?in?your?duty?to?read?the?list?info?and?the?Posting?guide?.?NO?HTML! > > > >>???If?I?mean?to?produce?a?plot?region?with?size?setting?bydev.new(length=3,width=3)a?plot?region?is?produced,?but?the?size?is?[2.281250,?5.322917],?as?detected?by?the?de.size?function.?If?I?type:dev.new(length=10,width=10)I?get?a?plot?region?of?with?the?size?of?[7.614583,?5.322917].?It?seems?that?the?width?of?the?new?plot?region?cannot?be?set,?and?tt?is?alway...
2003 Oct 25
9
Windows Compile Error
...But its getting late here and I''m going to bed. In the meantime, does anyone know why I''m getting this compile error: Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl -MD -Zi -O2b2xg- -G6 -ID:\Dev\RubyDev\wxWindows-2.4.1/include -ID:\Dev\Ru byDev\wxWindows-2.4.1/lib/mswd -DSTRICT -DWIN32 -D__WXMSW__ -I. -Ic:/ruby/ lib/ruby/1.8/i386-mswin32 -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -I. -I. -I./. . -I./../missing -c -Tpwx.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86 Cop...
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from Nick. I thought it was in 0.0.11, but it wasn''t. It also adds support for "stock objects", like colours, pens, and fonts. This turned out to be quite challenging, but I''m happy with the solution. It only took a few days :-/ Kevin
2004 Apr 24
1
wxruby-swig 0.0.7
I just pushed a new wxruby-swig, which includes the known MSWin rakefile changes. It also has some significant internal improvements that will make it easier to add classes, and it includes support for one new class (wxEvent). wxruby-swig is now licensed under the "MIT license". wxRuby will remain under the wxWindows license as long as we are releasing the old code base. When we