similar to: how to plot image() without painting a map (the background)

Displaying 20 results from an estimated 300 matches similar to: "how to plot image() without painting a map (the background)"

2007 Mar 03
0
[ wxruby-Bugs-9004 ] Painting Problems on Windows
Bugs item #9004, was opened at 2007-03-03 11:32 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=9004&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: James Randall (capnkroaker) Assigned to: Kevin Smith (qualitycode) Summary: Painting Problems on Windows Initial Comment: I believe this
2007 Apr 22
0
Recent but in gtk-window-decorator painting
Since recent change in git, i've got a bug with gtk-window-decorator: http://hibbert.univ-lille3.fr/~cbellegarde/gwd.png Cedric
2011 Apr 11
2
Buttons not Painting when I select Windows 7
When I run SIV (http://rh-software.com/) on wine in XP mode all works as expected some buttons don't get displayed when I use Windows 7 mode. I can tell they are present as when I press [Copy] they are present in the chipboard. Needles to say but on real Windows systems all is as expected. What do I need to do to get this to work please?
2010 Jul 24
4
Wine 1.2-GIT: Compiler error in user32/painting.c
I got the following compiler error with Wine 1.2-GIT (up-to-date checkout): Code: make[1]: Entering directory `/home/quix0r/git/wine/dlls/user32' ccache gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g
2011 Feb 04
2
terribly annoying bug with POSIXlt : one o'clock is midnight?
Apparently, as.POSIXlt takes one o'clock as the start of the day : > as.POSIXlt(0,origin="1970-01-01") [1] "1970-01-01 01:00:00 CET" > as.POSIXlt(0,origin="1970-01-01 00:00:00") [1] "1970-01-01 01:00:00 CET" > as.POSIXlt(0,origin="1970-01-01 23:59:59") [1] "1970-01-02 00:59:59 CET" Cheers -- Joris Meys Statistical
2007 Apr 29
0
[991] branches/wxruby2/wxwidgets_282/doc/textile: Update documentation for painting methods and WindowDC subclasses
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2010 Oct 10
2
Mapping the coordinates!
Hello, I have a series of coordinates (latitudes and longitudes) each one/several associated to a code (from 1 to 28). I used function points (latitude, longitudes) to transfer them to a per-prepared map. 1- I wonder how I might be able to automatically add codes (1-28) to the map too? 2-Moreover, mostly there are a few codes from the identical coordinates. What is the function to
2006 Feb 20
0
R: unexpected smb stop service.
Thanks, chdir dir /data error seems go away, but at 12:00 o'clock the following error appear: Feb 20 11:45:03 brulx01 vsftpd: Mon Feb 20 11:45:03 2006 [pid 12273] [job260] OK DOWNLOAD: Client "10.90.1.1", "/data/mde/DATA/.././ACTUAL/mdeact260.msg", 12481 bytes, 174.76Kbyte/sec Feb 20 11:56:10 brulx01 smbd[12410]: [2006/02/20 11:56:10, 0]
2006 Apr 04
1
imaging and contouring
Dear R'Helpers and Colleagues, I have looked in the documentation, asked to some colleagues in the lab, but was unable to solve the following difficulty. I am running R on a iMac G5 with OS 10.4. The file below (73 rows x 144 col) shows the values of a climatic index on the globe with a grid of 2,5 ? x 2,5 ? (NA = no value): ? With image() and map() and running the following
2003 Jul 30
3
nested for() loops for returning a nearest point
I'm trying to do the following: For each ordered pair of a data frame (D1) containing longitudes and latitudes and unique point IDs, calculate the distance to every point in another data frame (D2) also containing longitudes, latitudes and point IDs, and return to a new variable in D1 the point ID of the nearest element of D2. Dramatis personae (mostly self-explanatory): D1$long
2011 Aug 04
3
persp()
Hello I am trying to draw a basic black and white map of two European countries. After searching some key words in google and reading many pages I arrived to the conclusion that persp() could be used to draw that map. I have prepared three small example files, which are supposed to be the files required for running that function. xvector is a vector with the longitudes yvector is a vector with
2008 Dec 09
1
Voicemail.conf : concise hour prompts
Hi, In voicemail.conf: ; Supported values: ; 'filename' filename of a soundfile (single ticks around the filename ; required) ; ${VAR} variable substitution ; A or a Day of week (Saturday, Sunday, ...) ; B or b or h Month name (January, February, ...) ; d or e numeric day of month (first, second, ..., thirty-first) ; Y Year ; I or l
2002 Oct 11
1
Indexing files
Hi all, I would like to start replacing the realmedia content on a clients web site with the Ogg format. The client (a national tv/radio station) publishes alot of content and have integrated their CMS with the Realmedia system in order to index multimedia with story lines. Eg the following link would be published inside a RAM file to point to the start and end times of a story from the 6
2005 Jul 17
1
Where to learn how to deal with time class variable?
Dear R-helpers, In my data set, I have a time variable 'RecordTime' whose class property is 'times'. When I list my data set, I see the values of RecordTime is like 10:20:30 in a 'h:m:s' format. Suppose I want to choose all the data after 10 o'clock, then use subset(data,RecordTime>10:20:30) just doesn't work. I noticed that all the values of RecordTime seem
2008 Jun 20
1
Some help with dates.
Hey, I'm new to R but familiar with other programming languages. Basically, I want to store an array of dates. For each of these dates I want to store only the day of the week and the hour. So for example: "Monday 12" would be Monday at 12 o'clock and "Tuesday 20" would be Tuesday at 8 p.m. Alternatively it could be stored as 0-6 for Sunday to Saturday. So Tuesday
2002 Jul 31
0
NT password server problem (under heavy load)
hi, i'm using samba on our HP-UX 11.11 server for years without problems. the samba server is included to a NT domain. the password verification is done on the NT PDC (WINNT01) or BDC (WTS01). since some months our 250 clients update their VIRUS definition files every 2 days at 9 o'clock. (all together at the same time, the clocks are sychronised. not really a good idea, i know.) with
2012 Jun 05
2
Converiting longitude/latitude to utm
Dear all, I have been trying to convert coordinates from longitude/latitude to utm but I got an error. As soon as the longitude coordinate is greater than 90, I get the folloowing error message: "error in pj_transform: latitude or longitude exceeded limits" Here is what I did: SP<-SpatialPoints(cbind(126.59,-14.30),proj4string=CRS("+proj=longlat"))
2017 Jun 01
3
Reversing one dimension of an array, in a generalized case
> On 1 Jun 2017, at 22:42, Roy Mendelssohn - NOAA Federal <roy.mendelssohn at noaa.gov> wrote: > > Thanks to all for responses/. There was a question of exactly what was wanted. It is the generalization of the obvious example I gave, > >>>> junk1 <- junk[, rev(seq_len(10), ] > > > so that > > junk[1,1,1 ] = junk1[1,10,1] > junk[1,2,1] =
2005 Dec 22
1
panel order in xyplot
Hi all, I have a question concerning xyplot. My data is a data.frame looking like that: In the first column I have numbers from 0 to 23 (hours of a day), the second column contains the name of a weekday (Day as factor) and the third column contains the number I am interested in. So as an example, the first five rows look like that: Hour Day Freq 1 0 Mo 23 2 1 Mo
2010 Nov 01
0
function: colvolve
Hi list, I have a problem to solve which I believe I shoudl use the convolve to solve it, but I could not figure out how to do it. I got mydata, which is a dataframe which has 7 locations, each location has a longitude,latitude and a value. considering a step of 0.5 degree for longitudes and latitudes, I got 15 points for longitude and 15 points for latitude. Then I created a grid, mygrid, which