X-Received: by 10.129.49.211 with SMTP id x202mr11931416ywx.25.1491409312646; Wed, 05 Apr 2017 09:21:52 -0700 (PDT) X-Received: by 10.157.46.207 with SMTP id w73mr213540ota.13.1491409312606; Wed, 05 Apr 2017 09:21:52 -0700 (PDT) Path: csiph.com!feeder.erje.net!2.us.feeder.erje.net!feeder.usenetexpress.com!feeder1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!n21no5582535qta.1!news-out.google.com!m191ni21341itc.0!nntp.google.com!y18no4696012itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 5 Apr 2017 09:21:52 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.19.222.43; posting-account=gcMJJgoAAAAiylfGWkTzUvKncpXmTW6U NNTP-Posting-Host: 90.19.222.43 References: <51e94c93-b07f-421a-aaa7-35378e81e01f@googlegroups.com> <55d7ab13-0a81-481b-9a81-728b7156117d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0d68b8c8-a986-4f39-8572-cc3725c5cd4f@googlegroups.com> Subject: Re: Point size default From: jacques.Lebourlot@obspm.fr Injection-Date: Wed, 05 Apr 2017 16:21:52 +0000 Content-Type: text/plain; charset=UTF-8 Lines: 11 Xref: csiph.com comp.graphics.apps.gnuplot:3613 > What's wrong with > using an empirical value instead? > I have to find an empirical value while "mousing around" (live demo, or looking for the best view point). Then I want to get a nice picture in my textbook, hence, I switch from wxt to pdf cairo, ...and I have to find another empirical value. So, I'd like compute directly the right one by: "Scaling_factor = 1.0 / terminal_default_value" > There are two variables GPVAL_VIEW_ROT_(X/Z) I may try to use that just before saving the PDF. Thanks for the tip.