Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3612
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Point size default |
| Date | 2017-04-04 06:02 +0200 |
| Organization | solani.org |
| Message-ID | <obv5s9$33d$1@solani.org> (permalink) |
| References | <51e94c93-b07f-421a-aaa7-35378e81e01f@googlegroups.com> <obtb6h$ptk$1@solani.org> <55d7ab13-0a81-481b-9a81-728b7156117d@googlegroups.com> |
Am 03.04.2017 um 15:57 schrieb jacques.Lebourlot@obspm.fr: > No! Please check carefully the example given (at the end of my > initial message). > > * This is a 3D plot (splot), not 2D. hence I cannot use objects. > * "6" is not the size, but the "point type" (pt), which is an > empty circle * That circle MUST have exacly a physical size of > "1.0" => i.e. a radius equal to the unit size of the 3 axes. * It > must stay in the plane of the screen when I move the 3D object > with the mouse. > > I know that sizes are terminal dependent. That is the point of > the question... I had to ajust things by trial and errors, by > multiplying an "unknown" initial size to get the desired result. > That size *has* to be defined (or computed) somewhere in the > code, and passed to the graphical engine at some point, but I am > not fluent enough in C to find where from the source code. Ah, sorry. I wasn't aware that both don't work in 3D plots. Well, you could derive it from the source code, but that's also by no means a clean solution, plus sounds tricky. What's wrong with using an empirical value instead? There are two variables GPVAL_VIEW_ROT_(X/Z) that would allow you to always have a plotted circle's normal always point in the viewers direction, but they only update upon "replot", not during mousing.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Point size default jacques.Lebourlot@obspm.fr - 2017-04-03 01:27 -0700
Re: Point size default Karl Ratzsch <mail.kfr@gmx.net> - 2017-04-03 13:20 +0200
Re: Point size default jacques.Lebourlot@obspm.fr - 2017-04-03 06:57 -0700
Re: Point size default Karl Ratzsch <mail.kfr@gmx.net> - 2017-04-04 06:02 +0200
Re: Point size default jacques.Lebourlot@obspm.fr - 2017-04-05 09:21 -0700
Re: Point size default Ethan A Merritt <EAMerritt@gmail.com> - 2017-04-05 21:25 -0700
Re: Point size default jacques.Lebourlot@obspm.fr - 2017-04-08 05:10 -0700
csiph-web