Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2201 > unrolled thread
| Started by | arkkimede <arkkimede@gmail.com> |
|---|---|
| First post | 2013-11-19 15:22 -0800 |
| Last post | 2013-11-21 23:47 -0800 |
| Articles | 5 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
Multiplot on wxt terminal arkkimede <arkkimede@gmail.com> - 2013-11-19 15:22 -0800
Re: Multiplot on wxt terminal Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2013-11-20 19:58 +0100
Re: Multiplot on wxt terminal arkkimede <arkkimede@gmail.com> - 2013-11-20 23:14 -0800
Re: Multiplot on wxt terminal Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2013-11-21 19:14 +0100
Re: Multiplot on wxt terminal arkkimede <arkkimede@gmail.com> - 2013-11-21 23:47 -0800
| From | arkkimede <arkkimede@gmail.com> |
|---|---|
| Date | 2013-11-19 15:22 -0800 |
| Subject | Multiplot on wxt terminal |
| Message-ID | <7cf1d9c3-b28d-48ef-b9ae-4b5d1b56a648@googlegroups.com> |
Hi! I need a little help about gnuplot in a C source code. I'm working on linux (Debian testing) Gnuplot 4.6 Now I have a C code that produce the polar plot of a radiation pattern of an antenna. If I use the x11 terminal all working but if I use the wxt terminal I have problems (the picture in wxt is better than in x11). I select the multiplot option to realize a circular grid (radii and circumferences) using the "set parameter" by mean the t parameter from 0->2pi (x=R*cos(t),y=R*sin(t)) for arcs and to 0->1 to (x=P1x + t*(P2x-P1x),y=P1y + t*(P2y-P1y)) for radii. Than I put labels around and out the max circumference and labels into the circumference (in this last case using rectangles over the grid and under the labels). Then with only 1 instruction a plot 2 curves (radiation patterns) stored in 2 files and a radius to point out a main direction using the parameter notation. If I use the wxt terminal some times the white screen appears without graph. Pushing the key q I can see that the grid start to appears but some times the radiation patterns do not appear. I observed also that if I erase the instruction "unset multiplot" the times that all the picture appear are more that the times that the run is in block. A summary of the main instructions that I use are - wxt terminal - set/unset multiplot - set parameters - set labels - set object rectangle Please, could you help me? Thank you In Advance.
[toc] | [next] | [standalone]
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Date | 2013-11-20 19:58 +0100 |
| Message-ID | <528D0638.70608@t-online.de> |
| In reply to | #2201 |
On 20.11.2013 00:22, arkkimede wrote: > I select the multiplot option to realize a circular grid (radii and > circumferences) using the "set parameter" by mean the t parameter > from 0->2pi (x=R*cos(t),y=R*sin(t)) for arcs and to 0->1 to (x=P1x + > t*(P2x-P1x),y=P1y + t*(P2y-P1y)) for radii. What was wrong with 'set polar' and 'set grid polar'?
[toc] | [prev] | [next] | [standalone]
| From | arkkimede <arkkimede@gmail.com> |
|---|---|
| Date | 2013-11-20 23:14 -0800 |
| Message-ID | <93ff3f10-1f1a-43f9-bc39-8c8dc164969c@googlegroups.com> |
| In reply to | #2203 |
Il giorno mercoledì 20 novembre 2013 13:58:00 UTC-5, Hans-Bernhard Bröker ha scritto: > On 20.11.2013 00:22, arkkimede wrote: > > > > > I select the multiplot option to realize a circular grid (radii and > > > circumferences) using the "set parameter" by mean the t parameter > > > from 0->2pi (x=R*cos(t),y=R*sin(t)) for arcs and to 0->1 to (x=P1x + > > > t*(P2x-P1x),y=P1y + t*(P2y-P1y)) for radii. > > > > What was wrong with 'set polar' and 'set grid polar'? My knowledge of gnuplot. I'm not able to customize the polar grid like I want. I sent you an example of picture realized by mean of gnuplot, drawing all the lines and putting all the labels not in automatic way. Any suggestions well be welcome.
[toc] | [prev] | [next] | [standalone]
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Date | 2013-11-21 19:14 +0100 |
| Message-ID | <bf70rcFn658U1@mid.dfncis.de> |
| In reply to | #2204 |
On 21.11.2013 08:14, arkkimede wrote: > I'm not able to customize the polar grid like I want. I sent you an > example of picture realized by mean of gnuplot, drawing all the lines > and putting all the labels not in automatic way. There really isn't much in your picture that the 'poldat.dem' example doesn't already do. You may want to study that.
[toc] | [prev] | [next] | [standalone]
| From | arkkimede <arkkimede@gmail.com> |
|---|---|
| Date | 2013-11-21 23:47 -0800 |
| Message-ID | <ef5a75e5-2020-48fe-9674-8fa4f8f3a789@googlegroups.com> |
| In reply to | #2206 |
Il giorno giovedì 21 novembre 2013 19:14:06 UTC+1, Hans-Bernhard Bröker ha scritto: > On 21.11.2013 08:14, arkkimede wrote: > > > > > I'm not able to customize the polar grid like I want. I sent you an > > > example of picture realized by mean of gnuplot, drawing all the lines > > > and putting all the labels not in automatic way. > > > > There really isn't much in your picture that the 'poldat.dem' example > > doesn't already do. You may want to study that. For my knowledge of Gnuplot I don't agree with you but thanks for your time in any case.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web