-
Hello:
I am trying to find the way to close up an X or tk window in plplot (5.9.5). When I run any example program, plend causes the program to go into an infinite loop so that window events can be handled. So plend will not do what I want. Anyone have any suggestions?
-- Thanks, David.
2009-11-09 21:18:59 UTC in PLplot
-
Hello:
The plclear() method does not seem to work for either xwin or tk. As a test I modified the x09c.c example:
pllab("X Coordinate", "Y Coordinate", "Streamlines of flow");
pl_setcontlabelparam(0.006, 0.3, 0.1, 0);
/* Plot using 1d coordinate transform */
plclear(); // Added this line.
plenv(-1.0, 1.0, -1.0, 1.0, 0, 0);
plcol0(2);...
2009-11-09 20:42:35 UTC in PLplot
-
Looking at this with a debugger, I see that launch_server in tk.c never uses the window size info from plspage! I can get around this by using plsetopt("geometry", geom) but this is definitely a bug.
-- David.
2009-11-09 17:17:42 UTC in PLplot
-
[Note: This was originally posted on plplot-help but I was told I should repost here.]
Hello:
I am using plplot5.9.5 on Linux [Scientific Linux SL release 4.5 (Beryllium)]. I am not able to vary the window size for tk when I run the x31c.c example. I am trying to do this by changing the xleng1 and xleng2 variables and recompiling. The X window works fine. It is just tk that is the problem...
2009-11-09 16:23:26 UTC in PLplot
-
Hello:
I am using plplot5.9.5 on Linux [Scientific Linux SL release 4.5 (Beryllium)]. I am not able to vary the window size for tk when I run the x31c.c example. I am trying to do this by changing the xleng1 and xleng2 variables and recompiling. The X window works fine. It is just tk that is the problem. I am always getting a very large window with the same width as the screen. Anyone has any...
2009-11-09 16:04:57 UTC in PLplot
-
dcs16 committed revision 349 to the Accelerator Markup Language SVN repository, changing 3 files.
2009-09-17 06:31:58 UTC in Accelerator Markup Language
-
dcs16 committed revision 348 to the Accelerator Markup Language SVN repository, changing 1 files.
2009-09-04 23:29:06 UTC in Accelerator Markup Language
-
dcs16 committed revision 347 to the Accelerator Markup Language SVN repository, changing 2 files.
2009-08-14 19:13:45 UTC in Accelerator Markup Language
-
dcs16 committed revision 346 to the Accelerator Markup Language SVN repository, changing 9 files.
2009-08-12 20:05:47 UTC in Accelerator Markup Language
-
dcs16 committed revision 345 to the Accelerator Markup Language SVN repository, changing 4 files.
2009-08-06 21:15:00 UTC in Accelerator Markup Language