From: Joao C. <jc...@fe...> - 2002-03-11 21:16:05
|
On Sunday 10 March 2002 8:05 am, Roberto Hernandez wrote: > Hi all, > > I'm having some problems with the XFig driver. When I load the .fig > files with XFig I get a blank page. The problem has something to do wit= h > the colors, because all the points and lines are exported (I can tell > when I select objects). I've been exporting from the Tk driver menu. > > Has anyone else run into this problem? Yes, I can reproduce it. I have not yet diagnosed the problem origin. As = Alan=20 said, this not happen if the xfig driver is invoked from the command line= =2E In the x01c case, I noticed that replacing all instances of "2 1 0 0" to = "2 1=20 0 1" in the generated tk generated xfig file solves the problem. Ah, the problem is the replot() functionality. It looks like the pen widt= h is=20 not properly replayed--all lines will have width lenght of 0! This must h= ave=20 something to do with the recent change related to the line width. Joao Joao > > TIA, > Roberto > > > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general |