|
From: Tatsuro M. <tma...@ya...> - 2015-05-22 02:33:06
|
----- Original Message ----- > From: Elias Assmann > To: gnuplot-info > Cc: > Date: 2015/5/18, Mon 05:13 > Subject: [Gnuplot-info] pdfcairo: superscript in legend shifts text baseline > > Hi List, > > In gnuplot 5.0 using the pdfcairo terminal, a superscript in a key entry > shifts that entries baseline. Compare the following two plots: > > set term pdf font ",20" > set out "test.pdf"; p 1 t 'X', 2 t 'Y^y', 3 t > 'X', 4 t 'Y', 5 t 'X'; set out > > Is there a way to disable or work around this shift? I would like to > avoid it because (1) the resulting different line spacings just look > ugly, and (2) it shifts the text relative to the line sample. > > Thanks, > > Elias Did you try to run the same script for other cairo based terminals? (Wxt, pngcairo and epscairo ) Tatsuro |