<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 2819: unreadable label on y-axis in png output</title><link>https://sourceforge.net/p/gnuplot/bugs/2819/</link><description>Recent changes to 2819: unreadable label on y-axis in png output</description><atom:link href="https://sourceforge.net/p/gnuplot/bugs/2819/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 22 Dec 2025 00:52:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuplot/bugs/2819/feed.rss" rel="self" type="application/rss+xml"/><item><title>#2819 unreadable label on y-axis in png output</title><link>https://sourceforge.net/p/gnuplot/bugs/2819/?limit=25#4100</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open-upstream-bug --&amp;gt; pending-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ethan Merritt</dc:creator><pubDate>Mon, 22 Dec 2025 00:52:24 -0000</pubDate><guid>https://sourceforge.net8377e370d2aa57a94f2ed0665e7f1412a15517ff</guid></item><item><title>#2819 unreadable label on y-axis in png output</title><link>https://sourceforge.net/p/gnuplot/bugs/2819/?limit=25#9b02</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; open-upstream-bug&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Priority&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ethan Merritt</dc:creator><pubDate>Tue, 22 Jul 2025 20:01:37 -0000</pubDate><guid>https://sourceforge.netac54652dc6f26a1fabf6bbf491f1896966698f7f</guid></item><item><title>#2819 unreadable label on y-axis in png output</title><link>https://sourceforge.net/p/gnuplot/bugs/2819/?limit=25#f389</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Duplicate report of fallout from a long-standing upstream problem.&lt;br/&gt;
See in particular&lt;br/&gt;
&lt;a href="https://sourceforge.net/p/gnuplot/bugs/2194/"&gt;https://sourceforge.net/p/gnuplot/bugs/2194/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Long story short:  the harfbuzz and pango font-handling libraries underwent major changes, and various other libraries (cairo in particular) did not stay in sync with them.    Some versions work with each other and others don't. It also depends on what fonts are requested.   Gnuplot (and probably other programs on your machine) are victims of this.  You may be able to fix it by upgrading/downgrading library versions to find a set that play nicely with each other.  Gnuplot will magically start working.  Maybe.&lt;/p&gt;
&lt;p&gt;I realize you are reporting a problem with the libgd-based png terminal, not the cairo-based png terminal.   For what it's worth, I see the same problem if I used the distro-provided libgd but the problem goes away if I build libgd from source.    So again it's probably a library version problem.&lt;/p&gt;
&lt;p&gt;Fix:    Change library versions or rebuild libgd from source&lt;br/&gt;
Work-around:   Use "set term pngcairo" instead&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ethan Merritt</dc:creator><pubDate>Tue, 22 Jul 2025 20:01:19 -0000</pubDate><guid>https://sourceforge.net18874e756651055891a930297188dc19f04650be</guid></item><item><title>unreadable label on y-axis in png output</title><link>https://sourceforge.net/p/gnuplot/bugs/2819/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;affected versions (at least): 6.0.2 (as in ubuntu plucky) and 6.0.3 (tar.gz from sourceforge.net)&lt;/p&gt;
&lt;p&gt;how to reproduce:&lt;br/&gt;
- start gnuplot (in your favourite temp or empty directory)&lt;br/&gt;
- run commands:&lt;br/&gt;
  set ylabel "the y axis"&lt;br/&gt;
  set xlabel "x axis"&lt;br/&gt;
  set terminal png size 1200,800&lt;br/&gt;
  set output "sin.png"&lt;br/&gt;
  plot sin(x)&lt;br/&gt;
- check the generated png file (sin.png) using your favourite image viewer&lt;br/&gt;
- find the y-axis label is not rendered properly while the x-axis label is just fine (sample output file attached)&lt;br/&gt;
- note: same (erroneous) behaviour on y2-axis (not shown in sample script/output)&lt;br/&gt;
- note: earlier versions of gnuplot (as in earlier versions of ubuntu) worked fine&lt;br/&gt;
- note: gui output (qt?) works fine&lt;/p&gt;
&lt;p&gt;expected behaviour:&lt;br/&gt;
- the y-axis label should be rendered properly&lt;/p&gt;
&lt;p&gt;actual behaviour:&lt;br/&gt;
- the y-axis label is not rendered properly&lt;/p&gt;
&lt;p&gt;note: I've reported this issue also on lunchpad (https://bugs.launchpad.net/ubuntu/+source/gnuplot/+bug/2117206) but to date it seems to have gone unnoticed over yonder :-(&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 22 Jul 2025 18:31:01 -0000</pubDate><guid>https://sourceforge.netb7556eefd4e24f0a350141d264a6284dfa6d11be</guid></item><item><title>unreadable label on y-axis in png output</title><link>https://sourceforge.net/p/gnuplot/bugs/2819/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2819 has been modified: unreadable label on y-axis in png output&lt;br/&gt;
Edited By: Ethan Merritt (sfeam)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'open-upstream-bug'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 22 Jul 2025 18:31:01 -0000</pubDate><guid>https://sourceforge.net3200d442c3033ec9a412746ac655ad46ddfa5709</guid></item><item><title>unreadable label on y-axis in png output</title><link>https://sourceforge.net/p/gnuplot/bugs/2819/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2819 has been modified: unreadable label on y-axis in png output&lt;br/&gt;
Edited By: Ethan Merritt (sfeam)&lt;br/&gt;
Status updated: 'open-upstream-bug' =&amp;gt; 'pending-fixed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 22 Jul 2025 18:31:01 -0000</pubDate><guid>https://sourceforge.nete19708c1e00a07bebe4785b4877f95e078923acd</guid></item></channel></rss>