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: Christian Bergstrand
Subject: [Octave-bug-tracker] [bug #31117] Ylabel pushed out of the plot when using long tick marks
Date: Thu, 21 Oct 2010 15:33:26 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11

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

I can not actually see any any change in the font, but it at least accepts
it, see output.

Don't forget that this is windows (if that has any bearing on your comment
about X11)

Attached ps and pdf versions, which looks even worse

------------- Current script ------------------
close all
clear all

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

get (0, "defaultaxesfontname") 
get (0, "defaulttextfontname") 

figure
subplot( 4, 1, 1 )
plot( [ 1 2 3 ], [ 1.2334 2.24324 1 ] ./ 10 );
ylabel( "apa" );
title( "fdsa" );
xlabel( "fdas" );

subplot( 4, 1, 2 )
plot( [ 1 2 3 ], [ 1.2334 2.24324 1 ] ./ 100 );
ylabel( "apa" );
title( "fdsa" );
xlabel( "fdas" );

subplot( 4, 1, 3 )
plot( [ 1 2 3 ], [ 1.2334 2.24324 1 ] ./ 1000 );
ylabel( "apa" );
title( "fdsa" );
xlabel( "fdas" );

subplot( 4, 1, 4 )
plot( [ 1 2 3 ], [ 1.2334 2.24324 1 ] ./ 10000 );
ylabel( "apa" );
title( "fdsa" );
xlabel( "fdas" );

print -dpdf printed.pdf
print -dpsc printed.ps 
----------------- Output -------------------
ans = Helvetica
ans = Helvetica

(file #21746, file #21747)
    _______________________________________________________

Additional Item Attachment:

File name: printed.ps                     Size:40 KB
File name: printed.pdf                    Size:7 KB


    _______________________________________________________

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]