<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: gganimate: How to Create Plots with Beautiful Animation in R	</title>
	<atom:link href="https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Fri, 25 Nov 2022 09:49:18 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Soliloquy		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-28516</link>

		<dc:creator><![CDATA[Soliloquy]]></dc:creator>
		<pubDate>Fri, 25 Nov 2022 09:49:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-28516</guid>

					<description><![CDATA[Does this work with the EnhancedVolcano package?]]></description>
			<content:encoded><![CDATA[<p>Does this work with the EnhancedVolcano package?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anthony		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-21777</link>

		<dc:creator><![CDATA[Anthony]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 20:14:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-21777</guid>

					<description><![CDATA[Hi,
Very nice site, congrats!
I have some problems with the quality of my animations which are jerky and interrupted by sort of green flashes
see:https://ibb.co/cLFkBwJ

Any idea?
many thanks in advance and congrats again
Anthony

Code example:
library(gganimate)
library(png)
library(ggplot2)
library(gifski)
theme_set(theme_bw())

p&#060;-ggplot(data=data,aes(x=d13C,y=d15N,color=group,shape=Place))+
  geom_point(show.legend = TRUE, alpha = 0.7)+
  scale_color_manual(values = c(&#034;Grey&#034;,&#034;Lightblue&#034;,&#034;Black&#034;,&#034;Blue&#034;))+
  transition_states(Time,transition_length = 3) +
  #labs(title = &#034;Time: {frame_time}&#034;)+
  shadow_wake(wake_length = 0.1, alpha = FALSE)+
  shadow_mark(alpha = 0.3, size = 0.5)

animate(p, renderer = gifski_renderer())
anim_save(&#034;test.gif&#034;)]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Very nice site, congrats!<br />
I have some problems with the quality of my animations which are jerky and interrupted by sort of green flashes<br />
see:<a href="https://ibb.co/cLFkBwJ" rel="nofollow ugc">https://ibb.co/cLFkBwJ</a></p>
<p>Any idea?<br />
many thanks in advance and congrats again<br />
Anthony</p>
<p>Code example:<br />
library(gganimate)<br />
library(png)<br />
library(ggplot2)<br />
library(gifski)<br />
theme_set(theme_bw())</p>
<p>p&lt;-ggplot(data=data,aes(x=d13C,y=d15N,color=group,shape=Place))+<br />
  geom_point(show.legend = TRUE, alpha = 0.7)+<br />
  scale_color_manual(values = c(&quot;Grey&quot;,&quot;Lightblue&quot;,&quot;Black&quot;,&quot;Blue&quot;))+<br />
  transition_states(Time,transition_length = 3) +<br />
  #labs(title = &quot;Time: {frame_time}&quot;)+<br />
  shadow_wake(wake_length = 0.1, alpha = FALSE)+<br />
  shadow_mark(alpha = 0.3, size = 0.5)</p>
<p>animate(p, renderer = gifski_renderer())<br />
anim_save(&quot;test.gif&quot;)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mehmet		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-21770</link>

		<dc:creator><![CDATA[Mehmet]]></dc:creator>
		<pubDate>Tue, 09 Mar 2021 16:45:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-21770</guid>

					<description><![CDATA[Thanks for sharing great animation. When I execute the following command
p + transition_time(year) +
  labs(title = &quot;Year: {frame_time}&quot;)

I get no animation and get the following message.
Warning message:
file_renderer failed to copy frames to the destination directory]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing great animation. When I execute the following command<br />
p + transition_time(year) +<br />
  labs(title = &#8220;Year: {frame_time}&#8221;)</p>
<p>I get no animation and get the following message.<br />
Warning message:<br />
file_renderer failed to copy frames to the destination directory</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dmitri Artjuch		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-20993</link>

		<dc:creator><![CDATA[Dmitri Artjuch]]></dc:creator>
		<pubDate>Fri, 11 Sep 2020 20:24:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-20993</guid>

					<description><![CDATA[Hey, it&#039;s a great work. I have a further question regarding the package. Is it possible to shade the path of the data regarding an additional variable? 
I&#039;ve got spacial data and I would like to adjust the shading the path adjusting for the temperature of my moving objects. The data is given for each time point.
Thank you kindly for your reply!]]></description>
			<content:encoded><![CDATA[<p>Hey, it&#8217;s a great work. I have a further question regarding the package. Is it possible to shade the path of the data regarding an additional variable?<br />
I&#8217;ve got spacial data and I would like to adjust the shading the path adjusting for the temperature of my moving objects. The data is given for each time point.<br />
Thank you kindly for your reply!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19827</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Tue, 12 May 2020 11:51:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-19827</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19826&quot;&gt;Dr.Duleep Kumar Samuel&lt;/a&gt;.

Good to know, thank you for this information!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19826">Dr.Duleep Kumar Samuel</a>.</p>
<p>Good to know, thank you for this information!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dr.Duleep Kumar Samuel		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19826</link>

		<dc:creator><![CDATA[Dr.Duleep Kumar Samuel]]></dc:creator>
		<pubDate>Tue, 12 May 2020 10:36:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-19826</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19825&quot;&gt;Dr.Duleep Kumar Samuel&lt;/a&gt;.

The code wortks very well in Rstudio in iMac, RStudio is using R 4.0.0.0, possibly the viewer makes the difference, thank you so much]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19825">Dr.Duleep Kumar Samuel</a>.</p>
<p>The code wortks very well in Rstudio in iMac, RStudio is using R 4.0.0.0, possibly the viewer makes the difference, thank you so much</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dr.Duleep Kumar Samuel		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19825</link>

		<dc:creator><![CDATA[Dr.Duleep Kumar Samuel]]></dc:creator>
		<pubDate>Tue, 12 May 2020 10:26:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-19825</guid>

					<description><![CDATA[the static charts appear without any problem, Animation renders but doesnt appear in. iMac, with R 4.0.0.0, what am I doing wrong]]></description>
			<content:encoded><![CDATA[<p>the static charts appear without any problem, Animation renders but doesnt appear in. iMac, with R 4.0.0.0, what am I doing wrong</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19770</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Mon, 04 May 2020 10:20:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-19770</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19769&quot;&gt;Zazaboo Petchulia&lt;/a&gt;.

Thank you for the positive feedback!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19769">Zazaboo Petchulia</a>.</p>
<p>Thank you for the positive feedback!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zazaboo Petchulia		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-19769</link>

		<dc:creator><![CDATA[Zazaboo Petchulia]]></dc:creator>
		<pubDate>Mon, 04 May 2020 04:43:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-19769</guid>

					<description><![CDATA[this is beautiful]]></description>
			<content:encoded><![CDATA[<p>this is beautiful</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert N Lockwood		</title>
		<link>https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/#comment-7318</link>

		<dc:creator><![CDATA[Robert N Lockwood]]></dc:creator>
		<pubDate>Thu, 23 Jan 2020 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8487#comment-7318</guid>

					<description><![CDATA[I have geo-rectified rasterLayers with the extent of 11 passes of a wild fire taken by an aircraft with an IR camera.  I&#039;d like to show the passes sequentially to show the temperature changes.  How can I do this with gganimate?]]></description>
			<content:encoded><![CDATA[<p>I have geo-rectified rasterLayers with the extent of 11 passes of a wild fire taken by an aircraft with an IR camera.  I&#8217;d like to show the passes sequentially to show the temperature changes.  How can I do this with gganimate?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 108/191 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 39/61 queries in 0.047 seconds using APC

Served from: www.datanovia.com @ 2025-08-01 05:22:45 by W3 Total Cache
-->