Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 264757 | Differences between
and this patch

Collapse All | Expand All

(-)octave-3.2.0.orig/scripts/plot/__go_draw_axes__.m (-2 / +2 lines)
Lines 1619-1625 Link Here
1619
1619
1620
function [f, s, fnt, it, bld] = get_fontname_and_size (t)
1620
function [f, s, fnt, it, bld] = get_fontname_and_size (t)
1621
  if (isempty (t.fontname))
1621
  if (isempty (t.fontname))
1622
    fnt = "Helvetica";
1622
    fnt = "";
1623
  else
1623
  else
1624
    fnt = t.fontname;
1624
    fnt = t.fontname;
1625
  endif
1625
  endif
Lines 1657-1663 Link Here
1657
  if (strcmp (fld, "string"))
1657
  if (strcmp (fld, "string"))
1658
    [f, s, fnt, it, bld] = get_fontname_and_size (obj);
1658
    [f, s, fnt, it, bld] = get_fontname_and_size (obj);
1659
  else
1659
  else
1660
    f = "Helvetica";
1660
    f = "";
1661
    s = 10;
1661
    s = 10;
1662
    fnt = f;
1662
    fnt = f;
1663
    it = false;
1663
    it = false;

Return to bug 264757