On 2013-09-09 08:59+0200 Arjen Markus wrote: > - the xcairo device produces samller graphs for some reason and it > does not take the -display command line argument (whereas the xwin > device does). Something to be repaired, I'd say. I had to use the > DISPLAY environment variable instead. > > (I do not have a window manager running yet, so the windows are created > full-screen)
Just to give some quick background, src/plargs.c shows the -display option is implemented using the same code as the -o option so like that option it sets pls->FileName to whatever string (e.g., ":0.0") the user specifies after -display. Then the xwin.c code uses pls->FileName (if set) to set the display. @Hazen: would you be able to do something similar for the xcairo device comfortably before the release date on September 28th? It appears to me that "Display" in drivers/cairo.c is set to NULL to start with so it might be trivial to use pls->FileName instead. However, there are a number of uses of "Display" in drivers/cairo.c so someone more familiar with that code than I am should implement this "would be nice" feature for the xcairo device. 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 __________________________ ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
