Displaying 20 results from an estimated 3000 matches similar to: "animated plot"
2001 Mar 20
5
animation?
I was wondering if anyone out there has created a series of images (e.g.
jpegs) using R, then animated them on a web page. I have looked around a
bit and it seems fairly complicated. One approach that seems sensible is
to use a java script that displays the list of images. I have only used
html on web pages before so I don't know how to use java...
Ideally the final result is easily ported to
2001 Nov 29
2
animations?
Is there a method for creating "animations" using R. Or is there another
piece of software (unix perferrably) that can generate a "movie" from many
ps/eps/gif/jpg files?
Thanks,
Jeff.
Jeff D. Hamann
Hamann, Donald and Associates
PO Box 1421
Corvallis, Oregon USA 97339-1421
Bus. 541-753-7333
Cell. 541-740-5988
jeff_hamann at hamanndonald.com
www.hamanndonald.com
2011 Jul 27
8
XCP GUI help needed
Hi,
I am a newb to XCP and somewhat to Linux. I set up XCP on a test machine and
used xe to configure a couple of VMs. The VMs are working fine but if I
deploy XCP with only xe to manage machines, the others here will want my
head on a plate. I set up a Fedora client on a different machine and
installed Virtual Machine Manager. When trying to connect via SSH, I get an
error that says
2008 Feb 27
4
Animated Cursor Support
Is there an easier way of getting animated cursors rather than having to re-compile the whole thing?
I'm referring to Command & Conquer 3. I got it to work, but just no animated cursors.
The patching referred to in this article:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7440
gives me errors. So back to the original question.
2006 Apr 07
4
file_column and animated gifs
hi,
is it possible to resize animated gifs with file_column?
if i upload an animated gif file with file_column than the animation no
longer exists...
--
Posted via http://www.ruby-forum.com/.
2005 Oct 06
3
playing with R: make a animated GIF file...
Hello all
I am playing with R for to make a animated GIF.
any suggestions, improvements are welcome :-)
case somebody could help me, i thanks!
Cleber N. Borges ( klebyn )
my objective:
(steps TODO)
-------------------
1) to save PNG files;
-----> i don't know the best way to make this;
2) transform the PNG files into GIF files (easy! no problem! ... i
think ...)
3)
2013 Mar 27
3
animated charts
Hello all!
I want to create animated chart of temperature variation in last century.
how can I do this with R?
Thank you!
--
---
Catalin-Constantin ROIBU
Forestry engineer, PhD
Forestry Faculty of Suceava
Str. Universitatii no. 13, Suceava, 720229, Romania
office phone +4 0230 52 29 78, ext. 531
mobile phone +4 0745 53 18 01
+4 0766 71 76 58
FAX: +4
2012 Jan 04
1
Image Croping in simple way..
Hi All,
From the past two weeks i am working on image croping using
ImageMagic,Paperclip gems.It''s big headache to install ImageMagic
gem.actually i am hosting my site in engineyard.so it''s difficult to
configure ImageMagic in engine yard.
can anyone please give me a suggestion to do image croping in ror.
thanks,
manikyalarao.p
--
You received this message because you are
2009 Jul 21
2
animated grid graphics
I need to make a fairly complex animated graphic and decided to use grid for it.
A very simple example of what I need:
##==============================================================================
library(grid)
grid.newpage()
pushViewport(plotViewport())
pushViewport(viewport(xscale = extendrange(c(0, 100)),
yscale = extendrange(c(0, 100))))
grid.xaxis()
grid.yaxis()
2008 Dec 04
2
Does animated gif will work properly using RMagick?
Dear all,
I have used RMagic to read and write a image while uploading. An
animated gif was read from my local machine and was written in my images
folder using RMagick. But the animated gif which i read was witten in my
folder without animation. What should i do to write the gif image with
animation.
Here is my code to read and write image while uploading.
image = params[:image][:blob]
2014 Nov 13
5
Instalando R en Linux Debian
Hola
Estoy instalando R en una máquina con Linux Debian. Lo hago con la orden
“apt-get install r-base r-base-dev” y me instala la versión 2.15.1 mientras
que yo necesito algunos paquetes que solo funcionan con 3.0 en adelante (por
ejemplo, Rccp).
Gracias
[[alternative HTML version deleted]]
2015 Sep 08
4
Using syslinux to boot xen without initrd
Hello all,
I have a Linux kernel image with Xen compiled for an embedded system. It
doesn't need an initrd as everything required for it to boot is already in
the final kernel image, and it works perfectly. But I'm having problems to
boot the Xen image without an initrd. I'm following this guideline
http://www.syslinux.org/wiki/index.php/Xen for my syslinux configuration
file, but
2009 Dec 23
1
animated R plots
Hi,
I want to be able to save the following animated plot as a flash. There are ultimately 6 plots, but when I run this and save it as a flash all I get is the last (6th) plot, not all six different plots in order by "year". I’ve tested the flash commands and they work; so it has to be my function code. I am guessing that the problem has something to do with overlaying the plot
2009 Mar 06
2
Hint to overcome the problem with animated cursors??
Hi
I'm looking for a instruction (for dummies) about how to overcome the problem of invisible mouse pointers (animated cursors) that seem to be common amongs strategy games. (example: perimeter)
I'm a newbie with linux and i've been spoiled by the point&click and plug&play usage of computers since Amiga 500 around 1987. :)
kind regards
- kimmok
2012 Oct 05
2
SendFAX - multi-page TIFF
Hi,
Does anyone had the problem of asterisk SendFax + spandsp sending only
the first page of a multi-page TIFF file?
Seams to be related to spandsp ECM config.
Any thoughts about it?
Thanks,
Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
2011 Jul 28
2
Animated gif or something similar in R?
I'm have a (minor) problem and a question.
Problem: The following code creates 5 clusters of dots of different
colors. However, I need the second call outside the data.frame call to
get the colors to change for some reason. I assume there's an error in
the data.frame() call, but I don't know what.
Question: Is there is a way to cause the resulting graphic to rotate on
it's
2003 Sep 24
2
data.frame with duplicated id's
Hi,
is there a exstisting function (..i found nothing until now.)
what makes it possible transfrom a dataset:
ID AGE V.MAI V.JUNE
11 20 100 120
12 30 200 90
into
ID AGE V
11 20 100
11 20 120
12 30 200
12 30 90
,or have i to programm ths my self?
Thanks for any comment, help and/or starting point.
regards,christian
2011 Nov 15
2
XCP 1.0 Network Interfaces missing on pool slave after relocation
I relocated my hosts to a new data center. The pool master booted fine and
I changed the management IP and VMs started fine as well. The slave host
started, but it doesn''t show to have any NICs. If I exit to a command line
I can list them with ifconfig, but none show up in xsconsole. I can also
see chatter on the NIC LEDs and the switch ports. I didn''t find any helpful
old posts
2009 Apr 01
6
[Bug 589] New: MARK doesn't work properly with incoming traffic
http://bugzilla.netfilter.org/show_bug.cgi?id=589
Summary: MARK doesn't work properly with incoming traffic
Product: iptables
Version: unspecified
Platform: i386
OS/Version: Ubuntu
Status: NEW
Severity: major
Priority: P1
Component: iptables
AssignedTo: laforge at netfilter.org
2008 Jun 30
2
FreeBSD, Samba 3.0.28a joined to AD domain but prompts for login
Hi,
I am trying to connect a FreeBSD server running 7.0 Release and Samba 3.0.28a to a
Windows 2003 AD Domain Controller. Has anyone had success with this combo? I have joined
the domain and I can enumerate users, groups, etc..
humpty# getent passwd|wc -l
105
humpty# wbinfo -u|wc -l
165
humpty# wbinfo -g|wc -l
59
humpty# wbinfo -t
checking the trust secret via RPC calls