|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-06-06 21:18:32
|
On 06.06.2011 18:28, Rich Shepard wrote: > set xlabel "Date" font "palatine,11" offset -3 > > 1. I cannot move the xlabel down from the rotated xtic labels Did you exhaustively try out the 'offset' option to 'set xlabel'? And what you mean by down "from" the xtic labels? > 2. The typeface does not change to palatine (and I cannot find a list of > the PostScript typefaces supported by gnuplot). Sure "palatin_e_" isn't a typo? I just ask because the other two times you wrote "palatin_o_"? As to that list of supported font --- there isn't one, and there really can't be. gnuplot doesn't "support" PostScript fonts. It just passes what you told it into the PostScript file. The instance that needs to support those fonts is your PostScript interpreter. > 3. I've not seen where to specify a line color of -1 (black) for the > boxes. -1 is not a line color. It's a linetype. On some terminal drivers, that linetype will end up black. If you don't like that, or want some other linetype in black, use the 'linecolor' option. |