Path: csiph.com!weretis.net!feeder4.news.weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: plotting a grouped columns Date: Fri, 22 Jan 2016 13:09:26 +0100 Organization: solani.org Lines: 10 Message-ID: References: <8c63223e-52c1-4130-9b54-3cfbda899fef@googlegroups.com> <4ed755cf-3de3-49d6-bd81-35bdd4324872@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1453464563 12457 eJwFwQEBwDAIAzBLsNKCnQ+GfwlPCLk6Q1Rwua8QDV8saYnT+HqeTXU47nVVcnZPlMnD8wcYoRCZ (22 Jan 2016 12:09:23 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Fri, 22 Jan 2016 12:09:23 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 X-User-ID: eJwFwQkBwDAIA0BLvAHkdLTxL2F36VBsBRKRTFZE15U2MgxFDBd3+IaQ1OULd5s+EMd39AcSTxDA In-Reply-To: <4ed755cf-3de3-49d6-bd81-35bdd4324872@googlegroups.com> Cancel-Lock: sha1:oqVTZTm2nUuGaZOxSRoe4sQmrHw= X-NNTP-Posting-Host: eJwNykkBwDAIBEBL3CRygC7+JaTzHtfgmLTwMF/fHqTUHg7qhgA89WmTHIXX5r1Y/HWIrWr7ATu+EkM= Xref: csiph.com comp.graphics.apps.gnuplot:3169 Am 22.01.2016 um 11:06 schrieb Arbi Akhina: > Thanks for the hint, however y=f(x1, x2, x3) so I can't just plot y for x1, than add a graph of y for x2, .. > I'm looking for a way to group the xi variables, I was thinking about having x1 at the abscissa and y for ordinate then for each x2 value i'll have a line, but don't know how to do so!!! I don't think i exactly understand what you're after, but have you seen the plot style "with vectors" ? plot dataf us 1:4, dataf us 2:(0):(0):4 with vectors nohead