search for: legend1

Displaying 4 results from an estimated 4 matches for "legend1".

Did you mean: legend
2008 Nov 07
0
barplot can put legend in wrong place, request option to override that (PR#13265)
...r") ! if(is.null(args.legend)) { ! legend(xy[2] - xinch(0.1), xy[4] - yinch(0.1), ! legend = legend.text, angle = angle, density = density, ! fill = legend.col, xjust = 1, yjust = 1) ! } else { ! args.legend1 <- list(x = xy[2] - xinch(0.1), ! y = xy[4] - yinch(0.1), ! legend = legend.text, ! angle = angle, ! density = density, !...
2010 Jan 12
1
barplot: border color when stacked
Dear R-users, I am using R version 2.10.1 under windows. In a barplot, I want to mark one of the bars with a special border color. For example: barplot(c(3, 7, 11), border = c(NA, "red", NA)) But how to do this when the bars are stacked? for example: barplot(matrix(1:6, ncol=3)) # border of second bar (i.e. the one with total height = 7) should be red again, I try: barplot(matrix(1:6,
2002 Dec 31
0
MRTGscript - Update
...# # Target[Hits]: `perl /path/to/hits.pl -reject`; # Options[Hits]: gauge, noinfo, growright, transparent, nopercent, noo # WithPeak[Hits]: ymw # MaxBytes[Hits]: 10000 # Colours[Hits]: GREEN#00eb0c,BLUE#1000ff,DARK GREEN#006600,VIOLET#ff00ff # YLegend[Hits]: Hits # ShortLegend[Hits]: Hits # Legend1[Hits]: Hits # Legend2[Hits]: Hits # LegendI[Hits]: Hits: # LegendO[Hits]: Hits: # Timezone[Hits]: GMT # Title[Hits]: Connections rejected # PageTop[Hits]: <H1>Connections rejected</H1> # ###################################################################### ## Start of config #...
2009 Jan 23
5
cpu load monitoring
Hi, I have a server running Centos 5.2 and am implementing a GIS mapserver app. I have some sample logs from another implementation that give me an idea of bandwidth requirements but I would like to check the cpu load. I can not be at the server during the test and am interested in knowing if there is logging of cpu load available. Anyone have experience with this? Recommendations? Dave --