Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3757
| X-Received | by 10.159.49.163 with SMTP id v32mr3774734uad.116.1505946230462; Wed, 20 Sep 2017 15:23:50 -0700 (PDT) |
|---|---|
| X-Received | by 10.36.84.12 with SMTP id t12mr120870ita.8.1505946230274; Wed, 20 Sep 2017 15:23:50 -0700 (PDT) |
| Path | csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!b1no863143qtc.1!news-out.google.com!p6ni9itp.0!nntp.google.com!126no10990itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Wed, 20 Sep 2017 15:23:50 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=79.144.48.60; posting-account=gPMfDgoAAAAbAynR8KpvKpHLZ5epXj8d |
| NNTP-Posting-Host | 79.144.48.60 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| 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> |
| Injection-Date | Wed, 20 Sep 2017 22:23:50 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Lines | 12 |
| Xref | csiph.com comp.graphics.apps.gnuplot:3757 |
Show key headers only | View raw
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