Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3743
| From | Ethan A Merritt <EAMerritt@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: plotting rectangle in a loop |
| Date | 2017-09-05 22:56 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <ooo2nm$760$1@dont-email.me> (permalink) |
| References | <fe734b96-05c3-4692-a921-6e17e1193134@googlegroups.com> |
dfgibarac@gmail.com wrote: > I have in the code several > set object > command and want to have them in a loop taking object coordinates > from the file like doing it when plotting. How can I do it? If the objects are rectangles you can do plot 'data' with boxxy If the objects are circles you can do plot 'data' with circles If the objects are ellipses then plot 'data' with ellipses For general polygons it may be possible but probably not worth the effort compared to simply editing the data file to contain gnuplot commands and using "load polygon_commands".
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
plotting rectangle in a loop dfgibarac@gmail.com - 2017-09-05 11:17 -0700 Re: plotting rectangle in a loop Ethan A Merritt <EAMerritt@gmail.com> - 2017-09-05 22:56 -0700
csiph-web