octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #31117] Ylabel pushed out of the plot when usi


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31117] Ylabel pushed out of the plot when using long tick marks
Date: Tue, 19 Oct 2010 08:55:12 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3

Follow-up Comment #3, bug #31117 (project octave):

Since your font is currently "*", gnuplot will select a default font. For me
that doesn't turn out well.

Before creating your plot, change the default font.

set (0, "defaultaxesfontname", "Helvetica")
set (0, "defaulttextfontname", "Helvetica")

This may not look correct for X11, but will work for PS or PDF output.

Finally, please try postscript or pdf output.

print -dpdf printed.pdf

print -dpsc printed.ps

If the results look correct, try selecting a fontname that works with X11.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31117>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]