Path: csiph.com!news.mixmin.net!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: plotting streamlines Date: Sat, 17 Mar 2018 08:01:36 +0100 Organization: solani.org Lines: 37 Message-ID: References: <1189134096.309736.38130@y42g2000hsy.googlegroups.com> <917a577e-4051-44cf-b1f3-eadebcf8d7e9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: solani.org 1521270096 18748 eJwNwoERwCAIBLCVoMCD47yI+49gLwmDotMR8Li/onahxJTiI1i1dMeAmEbPsbul02g4+JgPD0wQ/w== (17 Mar 2018 07:01:36 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Sat, 17 Mar 2018 07:01:36 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 X-NNTP-Posting-Host: eJwFwQkBACAIBLBK8h0QBwX6R3AzAeG5wqC2tldu+hm3idJaasY0Gx28WM6cUBc0SLppiz4d9REJ In-Reply-To: <917a577e-4051-44cf-b1f3-eadebcf8d7e9@googlegroups.com> Content-Language: de-DE-1901 Cancel-Lock: sha1:tV0g/TYu1b9k/kFltQl736VUORc= X-User-ID: eJwFwQEBACAIA7BKF/jFOoL0j+BG11LtEBUczrG9E9Zy2vMTzMaFmkiUd+r5nB5hBUsXH/kAEBk= Xref: csiph.com comp.graphics.apps.gnuplot:3922 Am 17.03.2018 um 01:55 schrieb ndariaso@gmail.com: > El viernes, 7 de septiembre de 2007, 0:01:36 (UTC-3), Victor escribió: >> Hi all. >> Please read on before telling me that gnuplot doesn't do streamlines. >> I know. But probably somebody knows a ready solution for my problem. >> >> I have a file with several columns >> X Y Bx By >> >> This data and starting points are sufficient to calculate streamlines. >> Does any one know of a script/program that I could feed with my data >> and get a streamline data that I can plot with gnuplot? >> This must have been done before so I just don't want to invent the >> wheel again... > > I have the same question. Did you solve the problem? > > I really appreciate if you did it and, could you share it with me? thanks. > Above post is close to ten years old ... and it's not really obvious what the OP wanted. Please describe your data a bit better than this >> I have a file with several columns >> X Y Bx By , and what the desired output should look like. How many columns? How many streamlines? plot ... us 1:2:3:4 with vectors nohead could be what you want. Karl