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, 20 Mar 2017 18:56:20 +0100 Organization: solani.org Lines: 31 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1490032582 3648 eJwNyMERwDAIA7CVKNgG1glH9h+h0VMMfZqEKPDyoqETzM0ibrwwz1VV24yZbYPlE95IOc4P+VcPmg== (20 Mar 2017 17:56:22 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Mon, 20 Mar 2017 17:56:22 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 In-Reply-To: Cancel-Lock: sha1:koTT4JDHza3MTb4N5eNDZ45AG6g= X-NNTP-Posting-Host: eJwNyckRwCAMBLCWsNkjKScY038JYfQUp0JliALPJXeuQ0wUd+4BDn+rkMeR3Uo/b5dLcZ/1AxRSEQU= X-User-ID: eJwFwQkRwDAMBDFK8bcuHY+T4w+hUgXGdlJkqRRLdPubV8jLPXcikSH2iyO4c65JtAb9E7sROQ== Xref: csiph.com comp.graphics.apps.gnuplot:3586 Am 20.03.2017 um 17:39 schrieb Ethan A Merritt: > Karl Ratzsch wrote: >> . Can i set the range for the second independent variable of "++" and >> still set the x,y display range independently? >> >> I managed to do it plotting the numbers to a table, and then plotting >> that with different (auto)ranging: > > Those commands as shown do not work. > There must be some other stuff you don't show. > I still a can't figure out what you are aiming for here, > so I can't offer a suggestion how else to get there. (Sorry for the copypasted nonsense.) set xr [-9:9] ; set yr [-1:1] set table $dat splot '++' using (cos($1)):(sin($1)):($1+$2) w l unset table reset splot $dat w l I want to plot a ribbon wound on a cylindrical core (not actually such a boring one, but nevermind). It seems I can only specify one independent variable with range for '++'. Is that so?