<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 2852: plot style "with labels" silently ignores "noenhanced" setting</title><link href="https://sourceforge.net/p/gnuplot/bugs/2852/" rel="alternate"/><link href="https://sourceforge.net/p/gnuplot/bugs/2852/feed.atom" rel="self"/><id>https://sourceforge.net/p/gnuplot/bugs/2852/</id><updated>2026-02-04T03:37:24.048000Z</updated><subtitle>Recent changes to 2852: plot style "with labels" silently ignores "noenhanced" setting</subtitle><entry><title>#2852 plot style "with labels" silently ignores "noenhanced" setting</title><link href="https://sourceforge.net/p/gnuplot/bugs/2852/?limit=25#7a93" rel="alternate"/><published>2026-02-04T03:37:24.048000Z</published><updated>2026-02-04T03:37:24.048000Z</updated><author><name>Ethan Merritt</name><uri>https://sourceforge.net/u/sfeam/</uri></author><id>https://sourceforge.net6191bcb4fc59a84c7579fe1ba698e8f29d429569</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; pending-fixed&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;</summary></entry><entry><title>plot style "with labels" silently ignores "noenhanced" setting</title><link href="https://sourceforge.net/p/gnuplot/bugs/2852/" rel="alternate"/><published>2026-01-21T14:54:40.328000Z</published><updated>2026-01-21T14:54:40.328000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net0bb4e64b5570d47e1919c6a7b4cc8afdf082cfa7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This is not exactly a sensible plot, but at least a self-contained example ...&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$dat &amp;lt;&amp;lt; EOD                                             
AB_C A_BC _ABC
1 2 3
2 3 1
3 2 1
2 1 3
EOD
set xr [0:5] 
plot for [i=1:3] $dat usin 0:i:(columnheader(i)) w labels noenhanced
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;If you write "noenhanxed", you get the expected error message.&lt;br/&gt;
(6.0pl3)&lt;/p&gt;
&lt;p&gt;This also fails, so it's got nothing to do with the columnheader()&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;gnuplot&amp;gt; $dat2 &amp;lt;&amp;lt; EOD   
3 _ABCD
2 A_BCD
4 AB_CD
1 ABC_D
EOD
set xr [-1:4]                         
plot $dat2 us 0:1 w l, $dat2 us 0:1:2 w labels noenhanced
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</summary></entry><entry><title>plot style "with labels" silently ignores "noenhanced" setting</title><link href="https://sourceforge.net/p/gnuplot/bugs/2852/" rel="alternate"/><published>2026-01-21T14:54:40.328000Z</published><updated>2026-01-21T14:54:40.328000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net0fb92c4bada4307046fc0a68a5b3f09fa9668b4a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2852 has been modified: plot style "with labels" silently ignores "noenhanced" setting&lt;br/&gt;
Edited By: Ethan Merritt (sfeam)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'pending-fixed'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>