Thread View: comp.graphics.apps.gnuplot
1 messages
1 total messages
Started by u600256@rho.lanl
Mon, 26 Aug 1996 00:00
Re: Large fonts in plot ... title "..."
Author: u600256@rho.lanl
Date: Mon, 26 Aug 1996 00:00
Date: Mon, 26 Aug 1996 00:00
41 lines
1174 bytes
1174 bytes
In message-Id: <321DD194.41C6@nbi.dk> Konstantinos Anagnostopoulos <konstant@nbi.dk> writes: > > I am trying to create a plot with large fonts using the > enhanced postscript terminal usingthe command > set term postscript eps enhanced > > Then I use the command > > plot "file1" title "{/Helvetica=15 file1}", > "file2" title "{/Helvetica=15 file2}",.... > > Unfortunately the titles overlap with each other. > > Is there anyway around this (Introducing ghost titles, newlines - of > cource I tried the \n, \012 characters,....)? > > Alternatively: > > If I want to use the label command, is there any variable etc.. to > insert the plot symbol in it? > > i.e. > set label "{/Helvetica=15 file1} (the symbol of plot of file 1)" .... > As I wrote in response to a similar question today, at present there is nothing you can do to increase the spacing between lines in the key except to write in a blank title. This is done by plotting something off the axes, like set yrange [0:10] plot f1(x), -1 notitle, f2(x) Your clever alternative fails only because there is no way to get the symbol into the label. Dick Crawford, aka rccrawford@lanl.gov
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads