Path: csiph.com!weretis.net!feeder6.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 view or rotate Date: Sat, 8 Jun 2019 10:05:37 +0200 Organization: solani.org Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1559981132 3160 127.0.0.43 (8 Jun 2019 08:05:32 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Sat, 8 Jun 2019 08:05:32 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 Content-Language: de-DE-1901 In-Reply-To: X-User-ID: eJwFwYkBwCAIA8CVAvLoOIaa/UfoXa6ymo7KilTKcN80IuGvCgp6w6TufSRut8vQkFxsfOcHFR8RVQ== Cancel-Lock: sha1:eUFcPr4Dp2J8b4RcvHC/UEwVO18= Xref: csiph.com comp.graphics.apps.gnuplot:4200 Am 07.06.2019 um 14:47 schrieb au76666: > splot '2D.dat' w l > > I would like to change the angle of view so that I am > looking directly at what is now the far right-hand corner, > making it the far left-hand corner. This corresponds to a > rotation of the XY plane by 90 degrees anticlockwise. > > I have tried adding "rotate=0.5pi" to the splot command, and > various set view combinations, but nothing changes the plot. You can use an interactive terminal, rotate the view with the mouse, and afterwards check what options "show view" displays, or "save '2D.plt'" writes to disk. Btw. splot has not "rotate" option, and "set view" expects angles in degrees, not radians. Karl