similar to: Bug 14340 - Symbols() plots with wrongly scaled y-axis

Displaying 20 results from an estimated 3000 matches similar to: "Bug 14340 - Symbols() plots with wrongly scaled y-axis"

2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
Here's a quick patch to have either horz or vert (instead of both) maximized windows honor the "ignore" option: --- src/window.c +++ src/window.c @@ -4012,7 +4012,7 @@ constrainNewWindowSize (CompWindow *w, if (d->opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b) { - if ((w->state & MAXIMIZE_STATE) == MAXIMIZE_STATE) + if (w->state
2005 Dec 05
1
install
I just complete an install of 2.6.9-11.EL i686 On reboot, I get a couple of minor errors: smartd [FAILED] (not sure what this is) and then an error saying that no X server could be started (I installed using the graphical install and selected 'everything' as a first-time install) The error states: (EE) VIA(0): No valid modes found. According to the detail output, VIA seems to get loaded
2002 Aug 26
1
(CAR) Scatterplot and problems (?) with abline
Network Blitz I'm trying to generate a graph to summarize Interest Rate Parity. This involves a scatterplot of x against y where the x and y limits are set so to center the graph on 0,0 and then adding each axis line and a 45 degree line. Using CAR's scatterplot (sample code below) everything except the axes plot fine: scatterplot( Interest.Rate.Dif ~ ForPrm| profit,
2002 Apr 17
4
Problem w/ axis and distortion in a plotting function
I have a function for plotting soil texture that I am having a problem with. The function is: plot.psd <- function(sand, clay, ...) { conv.ter <- function(x, y) { x.con <- 100 - x - y*cos(1/3*pi) y.con <- y*sin(1/3*pi) data.frame(x=x.con, y=y.con) } plot(conv.ter(sand, clay), xlim = c(0,100), ylim = c(0,100*sin(1/3*pi)), axes = FALSE, xlab="",
2008 Nov 06
2
need help in plotting barchart
Df contains Session_Setup DCT RevDataVols_bin counts comp 1 Session_Setup RLL 1 NA Session_Setup+RLL+1 2 Session_Setup RLL 2 NA Session_Setup+RLL+2 3 Session_Setup RLL 3 NA Session_Setup+RLL+3 4 Session_Setup RLL 4 NA Session_Setup+RLL+4 5 Session_Setup RLL 5
2011 Mar 31
2
Atlantica Online
Hello, Context As the topics mentions I'm trying to run the game Atlantica Online under wine. I have read some topics where is clearly stated the game runs with wine and I have even seen some screenshots. I hope someone here will be able to help me out. Environment OS: Kubuntu 10.10 Kernel: 2.6.35-28-generic Wine: 1.3.16 WineTricks: vcrun2005 Succeeded Launching the installer Downloading
2012 Mar 01
2
Eligium on Ubunto 11.10 Wine 1.3.28
Hello all. Just having some hiccups getting this game running. Hope I got enough information in here for you guys. I checked the APPDB site but the guy is actually getting further than I am. XP Emulation Have Winetricks Using Allfonts. Using D3dx_43 I added Vcrun2008 but it required msvcp80.dll so I also added Vcrun2005 and that made fixed that. Used: Code: cd
2003 Oct 11
2
Fwd: RE: SIP / IAX over satellite
>Date: Sat, 11 Oct 2003 22:07:49 -0700 >To: asterisk-users@lists.digium.com >From: John Todd <jtodd@loligo.com> >Subject: RE: [Asterisk-Users] SIP / IAX over satellite > >[post re-ordered chronologically] > >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Tilghman
2012 Feb 12
2
plotting dates, incorrectly scaled x-axis?
Hi, I want to plot with axis.Date(), but something is scaled incorrectly. The red vertical line in is put on a totally wrong position. (sample below) Do you have an idea what I'm doing wrong? Thx Christof x11(width=30, height=20) x<-seq(as.Date("2010-02-27"), as.Date("2011-03-28"),"month") y <- seq(0,100,length=length(x)) plot(y ~ x,
2012 Nov 07
1
maptree package
Hello, I was using the functino kgs of maptree and I've realized maptree has been removed from CRAN repository. Anybody knows why has it been removed? or where can I find the function kgs that computes the Kelley-Gardner-Sutcliffe penalty function for a hierarchical cluster tree Thank you. [[alternative HTML version deleted]]
2011 May 25
0
Adding Mean to Notched Box Plots
Hello everyone, I'm new to R and made my 1st notched box plots this weekend. I've read some of the other post regarding adding means to box plots but I'm still having problems. I've looked at some of the other discussions and R News Volume 3/2, October 2003 which had info also but all these seem to address "groups" of data. I have some rainfall pH data from
2009 Apr 27
1
problem with symbol function
Hi all, I use the symbol functions to draw circles. But the argument lty does not work on windows but works correctly on my macbook: x <- -4:4 y <- -4:4 plot(x,y,type="n") symbols(0, 0, add = TRUE, circles = 1, inches = 1, fg="black", lty="solid") symbols(0, 0, add = TRUE, circles = 1, inches = 2, fg="black", lty="dashed") The
2008 May 22
1
plot 7 * 3 matrix on DIN A4 pdf
Hello, I want to plot 21 scatter plots in a 7*3 matrix on a single A4 page (using mfcol). Below is an example, which -by and large- looks very close to the desired result. But I do not get it to fill out the whole page. If I specify the a different page size, the plots still do not fill out the whole page. Anybody an idea what to do? Maybe adjusting indvidiual plot size (if so, how?). Or is there
2007 Mar 08
2
integrate function (PR#9557)
Full_Name: Bert De Boeck Version: R 2.2.0 OS: Windows Submission from: (NULL) (157.193.193.152) I think there is a bug when using integrate for integrating a function which is 0 in a whole sub-interval. For example: #define uniform function f<-function(x){ifelse(x<1,0,ifelse(x<3,1,0))} #this is the correct integral integrate(f,-10,10) #here there is a problem integrate(f,-50,50)
2006 Jun 20
2
xorg display problems
Hi all, Up until today everything has been fine with CentOS on my Toshiba laptop. I booted into CentOS 4.3 today and Kudzu detected my video card for some reason. I let it configure it (wish I hadn't now). I can still get in. X and Gnome work. But the video resolution is 800x640. The LCD is capable of 1024x768. I cannot change it using Gnome tools or direct editing of
2004 Dec 10
1
subset bug?
I ran into a problem with "subset" while working at home that I am not sure is a bug or not. I defined a custom function to take a data frame of tree positions, sizes, and types (containing the columns TRT, COMP, PLOT, X, Y, DBH and CON) and wanted to make a stem map of the plot using different symbols and colors to represent the different types of tree stems. I copied a bit of the
2011 Mar 31
1
transparent grays?
Is there a grayscale equivalent to alpha levels in rgb? Example: I have the following to make red transparent circles overlap with previously plotted blue symbols. symbols(x=sites$long,y=sites$lat,circles=log(sites$prop.nem +1),add=T,inches=F,bg=rgb(red=1,green=0,blue=0, alpha=0.5),fg=rgb(red=1,green=0,blue=0, alpha=0.5)) I'm having a hard time coming up with a grayscale equivalent.
2009 Feb 17
2
creating a map
I'm trying to create a fairly basic map using R. What i want to get is the map of the country with circles representing a count of students in each state. What I've done so far is as following - map("state") symbols(data1$count,circles=log(data1$count)*3,fg=col,bg=col,add=T,inches=F) this gives me the map of the country, but one that's not populated by my counts. Does
2007 Aug 25
3
fill circles
Hi all, I'm an R newbie, I did this script to create a scatterplot using the "tree" matrix from "datasets" package: library('datasets') with(trees, { plot(Height, Volume, pch=3, xlab="Height", ylab="Volume") symbols(Height, Volume, circles=Girth/12, fg="grey", inches=FALSE, add=FALSE) } ) I'd like to use the column Named
2008 Sep 12
1
Error in "[<-"(`*tmp*`, i, value = numeric(0)) :
I use "while" loop but it produces an errro. I have no idea about this. Error in "[<-"(`*tmp*`, i, value = numeric(0)) : nothing to replace with The problem description is The likelihood includes two parameters to be estimated: lambda (=beta0+beta1*x) and alpha. The algorithm for the estimation is as following: 1) with alpha=0, estimate lambda (estimate beta0