Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3177

bug in term emf

From Jörg Buchholz <bookwood4new@freenet.de>
Newsgroups comp.graphics.apps.gnuplot
Subject bug in term emf
Date 2016-01-27 11:36 +0100
Organization Universitaet Hannover
Message-ID <n8a6i0$b78$1@newsserver.rrzn.uni-hannover.de> (permalink)

Show all headers | View raw


Hello,

on long labels the subscripts on the emf enhanced terminal are to close 
to characters.

set label 1 'V / m_N^3' at screen 0.5,0.55 font ",20" right
set label 2 'This is a long label / m_N^3' at screen 0.5,0.45 font ",20" 
right
set term emf enhanced
set out 'label-test.emf'
plot sin(x)
set out

Label 1 is nearly ok. At label 2 the subscript character has nearly the 
same x-position than the normal character. "m" and "N" are nearly at the 
same position.

With other terminals (pngcairo, pdfcairo, win, qt) it works correct. The 
emf export from the win terminal is also correct.

Jörg

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

bug in term emf Jörg Buchholz <bookwood4new@freenet.de> - 2016-01-27 11:36 +0100
  Re: bug in term emf Jörg Buchholz <bookwood4new@freenet.de> - 2016-01-27 13:27 +0100

csiph-web