search for: gaug

Displaying 20 results from an estimated 326 matches for "gaug".

Did you mean: aug
2007 Apr 13
0
[949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header
...x 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>949</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-04-13 15:12...
2006 Dec 02
7
Gauge Problem with XRC?
Hi I''ve just started using wxruby2-preview-0.0.36-i386-mswin32 outsourcing layout part to the external XRC file. Almost everything seems to be fine. Only that I can never retrieve Gauge objects in the main script. What I''ve been trying is something like this: class MainFrame < Wx::Frame include Wx def initialize(parent) super(nil,-1, "") $xml.load_frame_subclass(self, nil, ''ID_MAINFRAME'') @statliclabel = Window.find_w...
2010 May 18
2
Function that is giving me a headache- any help appreciated (automatic read )
note: whole function is below- I am sure I am doing something silly. when I use it like USGS(input="precipitation") it is choking on the precip.1 <- subset(DF, precipitation!="NA") b <- ddply(precip.1$precipitation, .(precip.1$gauge_name), cumsum) DF.precip <- precip.1 DF.precip$precipitation <- b$.data part, but runs fine outside of the function: days=7 input="precipitation" require(chron) require(gsubfn) require(ggplot2) require(plyr) #021973269 is the Waynesboro Gauge on the Savannah River Proper (SRS) #0...
2004 Jul 20
3
[Bug 901] visual gauge in progress meter
http://bugzilla.mindrot.org/show_bug.cgi?id=901 Summary: visual gauge in progress meter Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org Report...
2007 Jul 20
0
[1124] trunk/wxruby2/samples/bigdemo/wxGauge.rbw: Use Wx::Timer instead of evt_idle to drive Gauge sample, to avoid 100%
...margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1124] trunk/wxruby2/samples/bigdemo/wxGauge.rbw: Use Wx::Timer instead of evt_idle to drive Gauge sample, to avoid 100%</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1124</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt&g...
2008 May 11
4
Choosing a Sizer
...| +-------------------------------------------------------------------v----------+ >| |<-- 5/16 px | | [ Fixed length Wx::Button ] [ <---------- Growable Wx::Gauge ----^-----> ] | | | | +------------------------------------------------------------------------+ | | | ^ | | | | | | | | | | | | | | <------------------ Growable Wx::T...
2023 Jul 26
1
plotly
...ot;) t5 <- list( ? family = "Arial", ? size = 12, ? color = "black", ? face="bold") plot_ly( ? domain = list(x = c(0, .5), y = c(0,0.5)), ? value = 319, ? title = list(text = "Example\n4,800 Target",font=t), ? type = "indicator", ? mode = "gauge+number+delta", ? number = list(valueformat = "%.2f",font=t5), ? delta = list(reference = 4800, valueformat = "%.2f",font=t3), ? gauge = list( ??? axis = list(range = list(NULL, 9600), ??????????????? tickfont = list(size = 12, face="bold",family = "Arial&q...
2009 Oct 06
1
ggplot2 applying a function based on facet
Look at the bottom of the message for my question #here is a little function that I wrote USGS <- function(input="discharge", days=7){ library(chron) library(gsubfn) #021973269 is the Waynesboro Gauge on the Savannah River Proper (SRS) #02102908 is the Flat Creek Gauge (ftbrfcms) #02133500 is the Drowning Creek (ftbrbmcm) #02341800 is the Upatoi Creek Near Columbus (ftbn) #02342500 is the Uchee Creek Near Fort Mitchell (ftbn) #02203000 is the Canoochee River Near Claxton (ftst) a <- "h...
2008 Jun 07
1
Gauge
Bonjour. Est-il possible de changer la couleur? sebastien http://beusse.liveror.com/ _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2023 Jul 22
2
plotly
...y the C `printf` function. For example, `%.2f` specifies a number with two digits after the decimal point. Here is an example: ```R plotly::plot_ly( domain = list(x = c(0, 1), y = c(0, 1)), value = 2874, title = list(text = "Generic"), type = "indicator", mode = "gauge+number+delta", number = list(valueformat = "%.2f"), delta = list(reference = 4800, valueformat = "%.2f"), gauge = list( axis = list(range = list(NULL, 5000), tickfont = list(size = 20, family = "Arial")), bar = list(color = "b...
2007 Apr 26
0
[972] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix missing keyword param for Wx::Gauge
...-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[972] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix missing keyword param for Wx::Gauge</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>972</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-04-26 18:20:47 -0400 (Thu, 26 Apr 2007)</dd> </dl&...
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please forgive me if this is ground that''s been covered in the past. I''m trying to load a frame from an XRC file (created using DialogBlocks), and I''m having trouble getting an instance of the Gauge object using the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows XP, using the one-click Ruby installer and the one-click WxRuby installer. In the initialize() method of my Wx::Frame subclass, I have the following code: # Load XRC data. xml = Wx::XmlReso...
2006 Dec 20
0
[ wxruby-Bugs-7386 ] Setting Gauge background/foreground colours in wxruby2-preview
...2006-12-20 06:13 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7386&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: Setting Gauge background/foreground colours in wxruby2-preview Initial Comment: Setting foreground and background colours on a Gauge works as expected in wx 0.6.0, but in wxruby2-preview (0.0.38) the colours never change - they are always blue on grey. This applies to windows only. In OS X it works as expect...
2023 Jul 21
2
plotly question
...that attributes >provided at this level may override other arguments (e.g. plot_ly(x = >1:10, y = 1:10, color = I("red"), marker = list(color = "blue")))." > >So I would **guess** that you needs to go to ?schema to see if the >further attributes of your "gauge" type that you wish to change are >there. > >Alternatively, plotly is a package from posit.co, formerly RStudio; >they have an extensive support site and community here: >https://posit.co/support/ >So you may have success there. > >Finally, I assume you have tried web...
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
...my own layout library ... but yours is likely to be far better so I''ve ditched mine and I''m using sugar from now on. However, I have a couple of issues ... (in both cases, apologies if I''m just not using it correctly) (1) setting foreground and background colours on a Gauge. - on wxruby2-preview (0.0.36) windows, the colours seem to be ignored, i.e. no matter what you change it to, its always blue on grey. - on wxruby2-preview (0.0.37) OS X, the background does change but not the foreground - is this an OS restriction? i.e. is the bar always blue in OS X? (2) exp...
2017 Mar 23
0
[Bug 1137] New: Element "flow tables" should not be syntactically unique...
...te" and all that. They are also "flow tables" instead of one word like "flows" or "throttle" or something. It seems weird to just have these break the syntactic expectations. I think, long-term, that picking a one word designation like "rate" or "gauge" and making them syntactically similar to sets with a type and flags at the table level, and using @name syntax or having them be unnamed in place, would make much more sense. It's especially confusing since "list map tablename mapname" and "list flow table tablename flown...
2012 Mar 08
3
[LLVMdev] Introducing julia, and gauging interest in a julia BOF session at the upcoming LLVM conference in London
...Implementing a fast dynamic language for technical computing" at the LLVM 2012 European Conference on April 12-13 in London. http://llvm.org/devmtg/2012-04-12/ Would this be of interest to the LLVM developer and user community? It would be great if you could drop me a line. It will help us gauge the interest and decide if we should hold the session or not. A little bit about julia: Julia is an open source language for technical computing that strives to be in the same class of productivity as Matlab, R, python+numpy, etc., but targets the performance of C and Fortran. It is due to LLVM...
2023 Jul 21
1
plotly question
Colleagues Here is my reproducible code plot_ly( ? domain = list(x = c(0, 1), y = c(0, 1)), ? value = 2874, ? title = list(text = "Generic"), ? type = "indicator", ? mode = "gauge+number+delta", ? delta = list(reference = 4800), ? gauge = list( ??? axis =list(range = list(NULL, 5000)), ??? steps = list( ??? list(range = c(0, 4800), color = "white"), ??? list(range = c(4800, 6000), color = "red")), ??? threshold = list( ??? line = list(color = "...
2005 Dec 16
1
Re: Bug#343530: nut: logging to rrd database
2005/12/15, Alexander V. Inyukhin <shurick@sectorb.msk.ru>: > > Package: nut > Version: 2.0.2-2 > Severity: wishlist > > Hello. Hi Alexander, I think it is a good idea to log ups variables to rrd > database instead of log file. So, I create standalone > rrd logger dervied from upslog nut client. > Of course, this could be easily implemented using > upsc or
2023 Jul 21
1
plotly question
...; attributes). Note that attributes provided at this level may override other arguments (e.g. plot_ly(x = 1:10, y = 1:10, color = I("red"), marker = list(color = "blue")))." So I would **guess** that you needs to go to ?schema to see if the further attributes of your "gauge" type that you wish to change are there. Alternatively, plotly is a package from posit.co, formerly RStudio; they have an extensive support site and community here: https://posit.co/support/ So you may have success there. Finally, I assume you have tried web searching appropriate search que...