Path: csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: set range for second independent variable in special file '++' Date: Mon, 27 Mar 2017 03:35:39 +0200 Organization: solani.org Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1490578538 19844 eJwFwYEBwDAEBMCVCB7jkOb3H6F3YVDcdAQ8GDwjUbjOqtnXai7rH9hQaSz5MhlWPZLP7vkBFdsQ5Q== (27 Mar 2017 01:35:38 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Mon, 27 Mar 2017 01:35:38 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:++RdovB8yKAMuXc38pr/VUcpDHY= X-User-ID: eJwFwQcBwEAIBDBLUMaBHJ7hX0ITE2dvqJurnV0kxW3rWg2gGodF+/OnMkeB4d4S6o8zUfcDJZEReg== X-NNTP-Posting-Host: eJwFwQkRADAIAzBLjKeAnN2g/iUsCcPBS0fAg0HOeTOsYk1ktyiSi512IYy8IjDlMrW89gMx/hGL In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:3597 Am 26.03.2017 um 21:30 schrieb Ethan A Merritt: > Karl Ratzsch wrote: >> Hm, there are many, i think. The special filename "++" at the moment >> always directly maps the second independent variable to the y axis, >> but it could easily be meant to be sth else. Of course one can scale >> the values to the wanted sampling range in the "using" specifier, but >> you need a number of additional variables and it makes the script hard >> to read. > > That much is a trivial change and I agree it is an improvement. > > So as of today's CVS for the development version, '++' uses urange and > vrange for sampling rather than using xrange and yrange. > This does not by itself allow you to refer to the sampled variables > as "u" and "v" however, you'll still have to refer to $1 and $2. > > I know of one minor downside to this change. > Currently you can't set u or v to log-scale, so with this change > you won't get nonlinear sampling on '++' even after "set log xy". > That can be added later. Not much of a downside, but what about "+" ? Will it use trange now? That's a bit strong, re backwards compatibility. ?