[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42939] gnuplot does not scale on-screen font
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #42939] gnuplot does not scale on-screen font based on fontsize |
Date: |
Thu, 07 Aug 2014 23:37:27 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.gnu.org/bugs/?42939>
Summary: gnuplot does not scale on-screen font based on
fontsize
Project: GNU Octave
Submitted by: rik5
Submitted on: Thu 07 Aug 2014 04:37:25 PM PDT
Category: Plotting with gnuplot
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
Using gnuplot, the fontsize property does not seem to work for on-screen
display. If I print the plot to an eps file the fontsize property is used.
Sample code:
close all
graphics_toolkit gnuplot
ht = text (0.5, 0.5, "hello world");
set (ht, "fontsize", 40); # nothing happens
print -deps fs40.eps
## Resulting file shows large fontsize
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42939>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #42939] gnuplot does not scale on-screen font based on fontsize,
Rik <=