On 2013-11-18 20:23-0000 Arjen Markus wrote: >> -----Original Message----- >> From: Arjen Markus [mailto:[email protected]] > > >> Running the standard examples via wish is a different matter though. I think >> there we >> are running into the problem of the Windows philosophy versus the Linux >> philosophy >> I alluded to above. Well, that should be solvable. >> > > One of the strange effects I saw was due to the plframe window not getting a > proper > size. Using ".plw configure -width 500 -height 500" before running the > examples solved > that problem. Now I have to incorporate that neatly in the program code.
Hi Arjen: I also see that bad default geometry (just a few pixels in width) on Linux for the wish case. (The default plserver geometry is fine.) To work around the issue of a bad default wish geometry I used the wish -geometry option, see line 986 of examples/CMakeLists.txt. But obviously that solution is a superficial one that only works for the case of the test_wish_standard_examples target and not when you run the demos by hand so I look forward to seeing your commit with a more fundamental solution that provides a reasonable default geometry for wish in all cases. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
