Displaying 20 results from an estimated 18245 matches for "graphically".
2016 Feb 26
2
[PATCH 1/2] v2v: -o libvirt: Refactor video and graphics elements.
This is just a refactoring and doesn't change the meaning of the code.
---
v2v/output_libvirt.ml | 60 +++++++++++++++++++++++++--------------------------
1 file changed, 29 insertions(+), 31 deletions(-)
diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
index 68af3de..d1cbaa1 100644
--- a/v2v/output_libvirt.ml
+++ b/v2v/output_libvirt.ml
@@ -222,46 +222,44 @@ let create_libvirt_xml
2009 Nov 24
4
Graphic Device - View/get all graphics
Hi Listers,
I am producing some graphics that the commands are in a FUNCTION...
The problem is that I end up viewing just last graphic and in my FUNCTION
there are 4 graphics with the PAR command function... Like those below...
How do I view/get the other 3 graphics? Any help?
Thanks in advance...
histogram<-par(mfrow=c(1,2))
hist(rw_mean_app,main='Bootstrap Method
2014 May 14
3
aliases for graphic devices
Hello,
AFAIK, aliases cannot be set for Graphics devices. I tried this very simple experiment
with libvirt 1.2.4 (from virt-preview on F20)
relevant part of the input xml:
<graphics type='spice' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/>
<alias
2011 Jul 29
3
plot, graphic
hi,
i`m trying to use the plot function to show more variable-funktions in one
graphic. so for example i would like to show Chinas Income in different
sectors in one graphic. obviousely typing plot(ChinaIncome) the graphics are
split and there is one graphic for agriculture, one for industry.... i would
like to put them togheter in one graphic, maybe with different colors for
every function,
2004 Oct 07
3
"R CMD check" with R 2.0.0
G'day all,
I am not sure whether I should file this as a bug report, but I
thought that I should make the developers of R aware of the following
feature:
I have just installed R 2.0.0 and when I run "R CMD check" on the
source of some packages, I noticed that the XXX-examples.ps file
contains one page with two graphics overlaid. This seems to happen
when the first graphic is
2012 Jun 04
1
Plotting with Rgraphviz
Hi All,
After a lengthy battle just to get the package installed, I am not able to
actually use Rgraphviz to generate any plots. I tried just using the sample
code in the documentation
(http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/r/rgraphviz/)
and I get the following:
*> > library(Rgraphviz)
> test.matrix<-matrix(rep(c(0,1,0,0), 9), ncol=6, nrow=6)
>
2006 Jul 01
2
curiosity question: new graphics vs. old graphics subsystem
I just read paul murrell's new book, R graphics.
now, I have always used the traditional graphics system. apparently,
the new (trellis?) system is an entirely separate graphics system.
after reading the book, I cannot figure out what the intrinsic
capability advantage of the old graphics system is that cannot be
replicated in the trellis system.
if the new system's capabilities are
2003 Nov 20
3
Problem with Trellis graphics in nlme
Hi,
I would be grateful for help with a problem which is irritating me.
I am quite sure that I am doing something stupid, but I can't see what it
is.
I am running R 1.7 on Windows 2000. The graphics device is the PC screen.
The graphics from the nlme demonstration in Bates an Pinheiro's manual work
just as advertised. The CO2 data and the Orthodont data dsiplay
2017 Apr 12
2
Re CentOS and Intel graphics
Hello,
Where do I find kernel-ml?
Regards,
Mark Woolfson
-----Original Message-----
From: Nux!
Sent: Wednesday, April 12, 2017 5:18 PM
To: CentOS mailing list
Subject: Re: [CentOS] Re CentOS and Intel graphics
Give kernel-ml a try, else try CentOS 7.
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "Mark (Netbook)"
2005 Jul 29
5
R: graphics devices
a simple question
how does one produce plots on two different graphics devices?
/
allan
2005 Mar 20
2
Using locator() to digitise
Hi Folks,
I'm contemplating using locator() to digitise external
graphics. To set context, I would be using X11 display
on Linux.
To pre-empt the obvious comment: I've found on the R site
the suggestion to use the 'pixmap' package. I've tried
this, and it works; but it involves building a big R
object (the internal pixmap representation), and this
chokes my somewhat puny
2007 Dec 06
13
Using VT-D to grant a Windows DomU access to a PCI Express graphics card?
I''ve also been trying to get hardware-accelerate Direct3D to work in a
(Windows) DomU via VT-D. I''ve got a PCI NIC passing through fine, but
not a graphics carrd. The points below describe where I''m at and what
is happening. I''d appreciate any help anyone could offer, and also I
have these specific questions:
Is PCI Express supported by VT-D and/or
2017 Apr 12
2
Re CentOS and Intel graphics
Hello,
I have an Intel NUC7i3 with 620 graphics and an Intel NUC7i7 with 640 graphics.
I have loaded CentOS 6.9 and the graphics is not fully working.
I believe that I need a driver.
Does CentOS support the Intel 620 and 640 graphics and if not, can someone please point me in the direction of the drivers, with install instructions.
Regards,
Mark Woolfson
2005 Mar 30
1
Base and lattice graphics on the same graphics page
Although base graphics does not mix with lattice in the one graph,
I've found that print.trellis(position=..., ) and the use of
par(fig=...)
to put regular and trellis graphics on the one graphics page works
like a treat, at least in version 2.0.1 of R. [Base graphics functions
that are themselves inconsistent with par(fig=...) are obviously
disallowed.]
I am wondering whether there are
2001 Nov 27
1
./configure errors
trying to compile wine from source I come up with the following errors
after ./configure
creating graphics/Makefile
sed: can't read ./graphics/Makefile.in: No such file or directory
creating graphics/enhmetafiledrv/Makefile
sed: can't read ./graphics/enhmetafiledrv/Makefile.in: No such file or
directory
creating graphics/metafiledrv/Makefile
sed: can't read
2010 Sep 27
3
Output Graphics GIF
Dear R users,
How could I managed graphics in GIF format? What I have been doing is
graphics in *.ps or *.eps and after I convert them using CONVERT (from
ImageMagick) but the output quality is not good. Since these graphics will
be use for other users they must have a better image quality.
I really appreciate any help,
--
Abraço,
Nilza Barros
[[alternative HTML version deleted]]
2008 Jul 15
3
Font quality in base graphics
I am attempting to get publication quality graphs using R on Ubuntu. I
encounter lots of problems in using cex to control font size: for instance
cex=1.5 results in very blocky characters. I then tried to use res=1200
while creating a PNG file, hoping that this would solve the problem, but it
did not. When doing the above, a second problem appeared: the font size
relative to the graphics decreased
2016 May 23
3
R without graphics
Is it possible to configure and build an R without any graphics support.
I..e no grDevices or graphics packages?
I tried "--with-x=no --with-cairo=no --with-grDevices=no
--with-graphics=no"
but it is still building grDevices.
My problem is that I am using experimenting with a compiler that cannot
compile the Objective-C file, qdCocoa.m, and I don't need graphics for
this
2011 Sep 08
3
Graphical framebuffers confuse, XML format about spice
Hello, i want to start a guest OS in the server, and use spice to achieve
graphical interaction with the guest OS. But when i config the XML file, i
was confuse by spice .
The graphic node is :
<graphics type='spice' port='5990' ><listen type='address'
address='127.0.0.1'/></graphics>
but is has such error as below :
libvir: QEMU error : internal
2007 Feb 13
0
[fdo] PRESS RELEASE: Artists and Developers Ally to Boost Open Source Graphics Software. Libre Graphics Meeting 2007 Announced
Artists and Developers Ally to Boost Open Source Graphics Software. Libre Graphics Meeting 2007 in Montréal. Announced
12 February, 2007 - Building on the overwhelming success of last year's
Libre Graphics Meeting in Lyon, France, key Free/Libre and Open Source
Software (FLOSS) graphics projects are pleased to announce the second
Libre Graphics Meeting (LGM), to be held in Montréal, Québec,