Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3757
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2017-09-20 15:23 -0700 |
| Message-ID | <2ad598c8-a9f9-41b9-a5be-689597d63704@googlegroups.com> (permalink) |
| Subject | How can I use antialiasing in Gnuplot to make an gif? |
| From | Rafael <rafitafromista@gmail.com> |
For example, What do I need to add to this code to activate the antialiasing?
set terminal gif animate delay 5 size 400, 250
set output "example.gif"
a = 0
do for [i=1:100] {
a = a + 0.1
plot sin(x + a)
}
Do I need to change some of the files of the gnuplot folder? I'm using the 5.2 Windows version of gnuplot.
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar
How can I use antialiasing in Gnuplot to make an gif? Rafael <rafitafromista@gmail.com> - 2017-09-20 15:23 -0700
csiph-web