|
From: Ethan A M. <eam...@gm...> - 2018-08-14 16:45:55
|
On Tuesday, 14 August 2018 18:29:35 theozh wrote: > The interactive wxt terminal offers the nice feature to copy the graph to the clipboard. > When pasting this graph as bitmap into other applications the size will depend on the resolution (dpi or ppi). > > Example: > A plot with 567 x 567 pixels will be 15x15cm when copied to other applications. > Apparently, gnuplot sets the resolution to 96 dpi. So far as I know gnuplot plays no part in this. This is basically a screen shot, right? Pressing the clipboard widget in gnuplot just triggers a screenshot of the current window. The dpi probably comes from the resolution of your screen, or at any rate what the computer thinks is the resolution of your screen. If it is possible to change this at all, it would be via some setting in the clipboard manager program. Ethan > However, this 15x15cm is to large and I have to manually scale it down in the application to e.g. 7.5x7.5cm > > If it was possible to set the resolution to 192 dpi in gnuplot, this annoying scaling step for every graph would be obsolete. Changing the resolution with an additional program is also no practical solution. > Creating a graph within gnuplot with half the size (283x283) is also no solution since many details will be missing. Copying to EMF might be an alternative, but I don't want to go via an additional file on disk. > > Any ideas, alternatives? > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info -- |