search for: x11fonts

Displaying 20 results from an estimated 23 matches for "x11fonts".

2005 Aug 29
0
negative superscripts in axis labels
...IN PGP SIGNED MESSAGE----- Hash: SHA1 I apologize if this has been covered somewhere; but, I cannot find it. The following results in a segmentation fault: - ----------------------------------------------------------------- helvetica <- X11Font("-*-helvetica-*-*-*-*-*-*-*-*-*-*-*-*") X11Fonts(helvetica=helvetica) symbol <- X11Font("-*-symbol-%s-%s-*-*-%d-*-*-*-*-*-*-*") X11Fonts(symbol=symbol) X11(width=864, height=432, ~ fonts=c(X11Font(helvetica), X11Font(symbol))) x <- seq(0,1,.0001) y <- sin(x) tics <- c(10^-5,10^-4,10^-3,10^-2,10^-1,10^-0) lab0 <- expre...
2008 Jan 22
2
X11 font at size 6 could not be loaded
...r the upgrade to Fedora 8, the plotting operation halts midway through and I get the following error message: "X11 font at size 6 could not be loaded" This is not okay, because plotting does not complete. I've also gotten that message regarding size 8. In R, if it do getOption("X11fonts") I get [1] "-adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*" [2] "-adobe-symbol-medium-r-*-*-%d-*-*-*-*-*-*-*" If from bash I do xlsfonts, I see that I have fonts that match, but the smallest seem to be 11 points: -adobe-helvetica-bold-o-normal--11-80-100-100-p-60-iso10646-1...
2007 Apr 05
1
R 'could not find any X11 fonts'
...() Version 2.3.1 (2006-06-01) i486-pc-linux-gnu attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" [7] "base" # I don't know if this is relevant but # from getOption("X11fonts") > getOption('X11fonts') [1] "-adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*" [2] "-adobe-symbol-medium-r-*-*-%d-*-*-*-*-*-*-*" ### examples end ### The solution may obvious for somebody more familiar with Linux, but as stated, I'm new to Linux, so I would...
2006 Mar 06
1
Wins Installation problem on solairs x86 version 5.10
Follwoing errors are shown while installation. Any quick help will be highly appriciated. config.c: In function `init_server_dir': config.c:217: warning: right shift count >= width of type config.c: In function `init_paths': config.c:256: warning: unsigned int format, uid_t arg (arg 3) mmap.c: In function `try_mmap_fixed': mmap.c:107: warning: implicit declaration of function
2012 Jun 04
1
X11 font error on headless server running Xvfb
...Annot(x$label), x$x, x$y, : X11 protocol error: BadMatch (invalid parameter attributes) ... etc. (complete error message below) The .png file does contain a partially constructed graph. When I try something simple like plot(x,y) I get a plot with warnings. The results from capabilities() and X11Fonts() (see end of message) suggest to me that it should work. Any idea what is happening and how to fix the problem (or work around it)? Thanks, Jay -------------------------- > sessionInfo() R version 2.15.0 (2012-03-30) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US....
2006 Apr 14
5
UTF8 letters are imaged incorrectly (PR#8770)
Full_Name: Mikhail Bocharov Version: 2.2.1 OS: Linux Submission from: (NULL) (62.148.130.28) Cyrillic UTF8 letters are imaged incorrectly Sorry, but English is not my native language My operating system is Gentoo-linux. Now i want get the gparhics with russian title for example: plot(1:20, type='l', main='&#1059;&#1090;&#1077;&#1095;&#1082;&#1072;')
2006 Mar 06
0
Error in X11(): Font Path?
...R I am unable to open the X11 device: -----8<--------------- Error in X11() : could not find any X11 fonts Check that the Font Path is correct. -----8<--------------- It happens any time that I want to plot anything or simply to open the display. -----8<--------------- > options('X11fonts') $X11fonts [1] "-adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*" [2] "-adobe-symbol-medium-r-*-*-%d-*-*-*-*-*-*-*" -----8<--------------- I have found in some messages to the list that it is usually related to system configuration. But, except for the new Xorg-7.0 installat...
2013 Apr 04
1
X11 font -adobe-helvetica size 15 could not be loaded
...X11 $ ls app-defaults???????????? rgb.txt? xkb?????? Xresources? Xsession.options default-display-manager? X??????? Xreset??? Xsession??? XvMCConfig fonts??????????????????? xinit??? Xreset.d? Xsession.d? Xwrapper.config doesn't have XF86Config ?capabilities("X11") ?X11 TRUE names(X11Fonts()) [1] "serif"??????? "sans"???????? "mono"???????? "Times"??????? "Helvetica"?? [6] "CyrTimes"???? "CyrHelvetica" "Arial"??????? "Mincho"? Then, I installed xfonts-100dpi, xfonts-75dpi (Ubuntu-based). xset...
2006 Feb 08
1
invalid graphics state using dev.print (fwd)
..., : invalid graphics state > traceback() 6: dev.copy(device = function (filename = "Rplot%03d.png", width = 480, height = 480, pointsize = 12, gamma = 1, colortype = getOption("X11colortype"), maxcubesize = 256, bg = "white", fonts = getOption("X11fonts"), res = NA) .Internal(X11(paste("png::", filename, sep = ""), width, height, pointsize, gamma, colortype, maxcubesize, bg, bg, fonts, res)), width = 6.98715785526809, height = 6.99452568428947) 5: eval(expr, envir, enclos) 4: eval(expr, p) 3: eval.p...
2005 Nov 16
2
Histogram font
The hist() command produces this message on my machine... Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) : X11 font at size 14 could not be loaded How can I either (a) determine what font is required, or (b) specify one of the fonts I have available? This problem is specific to hist(), plot() works fine. I am using R on SuSE Linux v9.3, from the KDE desktop.
2007 Mar 08
1
Some problems with X11
Hi, I am really new with R, so I don't know anything about it. I have written a script (attached) which tries to do really basic stuff (such as computing basic statistics and basic plots). When I try to plot a histogram and pairs, for example, I get the following message: > source("project.R") Loading required package: sp
2008 Aug 18
2
changing plot font for Times new roman
Dear all, I know that it is a know issue, but I would like to change the type of font on my plot, and I am not sure the rigth way. I would like to use Times New Roman font, but according to the "par()" help, some device allow we choose an family of fonts. I tryed par(family="times") without success. Surfing on R archieve I got an suggestion of use par(font.lab=6), but when I
2006 May 16
2
Changing expression font
I'm trying to label axes using 'expression', but I would also like to change the font to Times New Roman (a requirement of the journal). I'd appreciate any advice. Here's one example of several things that I've tried, including changes to par() parameters 'family', 'font', 'font.axis', and 'font.lab', which are not shown below. x <- 1:10
2013 Jan 12
2
Another X11 problem. (Psigh!)
Tried to do a plot just now and got an error: Error in text.default(2, 6, main, cex = cex) : X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 16 could not be loaded This is reproducible (in my current environment) via: par(mfrow=c(2,2)) plot(1:10) text(2,6,"Oh, hell!",cex=2) This is of course not the real context in which the error originally manifested
2004 Oct 04
7
R 2.0.0 is released
...nd the bmp() device under Windows) now allow a nominal resolution to be recorded in the file. o New functions to control mapping from device-independent graphics font family to device-specific family: postscriptFont() and postscriptFonts() (for both postscript() and pdf()); X11Font() and X11Fonts(); windowsFont() and windowsFonts(); quartzFont() and quartzFonts(). o power (x^y) has optimised code for y == 2. o prcomp() is now generic, with a formula method (based on an idea of Jari Oksanen). prcomp() now has a simple predict() method. o printCoefmat() has a new logical ar...
2004 Oct 04
7
R 2.0.0 is released
...nd the bmp() device under Windows) now allow a nominal resolution to be recorded in the file. o New functions to control mapping from device-independent graphics font family to device-specific family: postscriptFont() and postscriptFonts() (for both postscript() and pdf()); X11Font() and X11Fonts(); windowsFont() and windowsFonts(); quartzFont() and quartzFonts(). o power (x^y) has optimised code for y == 2. o prcomp() is now generic, with a formula method (based on an idea of Jari Oksanen). prcomp() now has a simple predict() method. o printCoefmat() has a new logical ar...
2008 Apr 22
3
R 2.7.0 is released
...1() and windows() graphics devices have a new argument 'title' to set the window title. o X11() now has the defaults for all of its arguments set by the new function X11.options(), inter alia replacing options "gamma", "colortype" and "X11fonts". o ps.options() now warns on unused option 'append'. xfig() no longer takes default arguments from ps.options(). (This was not documented prior to 2.6.1 patched.) pdf() now takes defaults from the new function pdf.options() rather that from ps....
2008 Apr 22
3
R 2.7.0 is released
...1() and windows() graphics devices have a new argument 'title' to set the window title. o X11() now has the defaults for all of its arguments set by the new function X11.options(), inter alia replacing options "gamma", "colortype" and "X11fonts". o ps.options() now warns on unused option 'append'. xfig() no longer takes default arguments from ps.options(). (This was not documented prior to 2.6.1 patched.) pdf() now takes defaults from the new function pdf.options() rather that from ps....
2011 Oct 31
0
R 2.14.0 is released
...ment except pictex() (which has no means to change fonts). o The bmp(), jpeg(), png() and tiff() devices now make use of the antialias argument for type = "quartz". o There are several new built-in font mappings for X11(type = "Xlib"): see the help on X11Fonts(). o There is a new type X11(type = "dbcairo") which updates the screeen less frequently: see its help page. o The X11() device now makes use of cursors to distinguish its states. The normal cursor is an arrow (rather than a crosshair); the crosshair is used w...
2011 Oct 31
0
R 2.14.0 is released
...ment except pictex() (which has no means to change fonts). o The bmp(), jpeg(), png() and tiff() devices now make use of the antialias argument for type = "quartz". o There are several new built-in font mappings for X11(type = "Xlib"): see the help on X11Fonts(). o There is a new type X11(type = "dbcairo") which updates the screeen less frequently: see its help page. o The X11() device now makes use of cursors to distinguish its states. The normal cursor is an arrow (rather than a crosshair); the crosshair is used w...