I am using plplot5.9.5 on Linux . 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 suggestions?
Thanks, David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you misunderstood me - Don't use these forums, since nobody from the plplot developers except me are visiting them. Please send an email to the corresponding mailing list (see menu entry above), e.g plplot-general.
Regards,
Werner
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello:
I am using plplot5.9.5 on Linux . 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 suggestions?
Thanks, David
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.
Hi David,
you misunderstood me - Don't use these forums, since nobody from the plplot developers except me are visiting them. Please send an email to the corresponding mailing list (see menu entry above), e.g plplot-general.
Regards,
Werner