<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 2846: Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/" rel="alternate"/><link href="https://sourceforge.net/p/gnuplot/bugs/2846/feed.atom" rel="self"/><id>https://sourceforge.net/p/gnuplot/bugs/2846/</id><updated>2026-02-13T17:34:54.965000Z</updated><subtitle>Recent changes to 2846: Version 6.0 patchlevel 3</subtitle><entry><title>#2846 Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/?limit=25#2efe" rel="alternate"/><published>2026-02-13T17:34:54.965000Z</published><updated>2026-02-13T17:34:54.965000Z</updated><author><name>Ethan Merritt</name><uri>https://sourceforge.net/u/sfeam/</uri></author><id>https://sourceforge.net5a36ad23a1d8a611f59fb64e949abc89d95d9347</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; open-cannot-reproduce&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#2846 Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/?limit=25#44c7" rel="alternate"/><published>2025-12-18T01:25:13.628000Z</published><updated>2025-12-18T01:25:13.628000Z</updated><author><name>Reinhard Neuwirth</name><uri>https://sourceforge.net/u/reinhardn/</uri></author><id>https://sourceforge.net6ec49d32724e7692177ca276a7ec36c2c1e9cd4b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Answer to question 1: yes. The file contains &lt;code&gt;set loadpath 'C:\myGnuplots'&lt;/code&gt;.&lt;br/&gt;
Anser to question 2:  I &lt;code&gt;save&lt;/code&gt;ed and  &lt;code&gt;load&lt;/code&gt;ed in the same gnuplot session.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#2846 Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/?limit=25#811d/3c44" rel="alternate"/><published>2025-12-17T16:53:21.489000Z</published><updated>2025-12-17T16:53:21.489000Z</updated><author><name>Ethan Merritt</name><uri>https://sourceforge.net/u/sfeam/</uri></author><id>https://sourceforge.net9df5069057a9f27093f902dd6fde6d32069af7b0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;First question:  is there a 'set loadpath' command in the file &lt;code&gt;&amp;lt;filename&amp;gt;.gp&lt;/code&gt;that you saved?&lt;/p&gt;
&lt;p&gt;Second question:  When you later issue the &lt;code&gt;load '&amp;lt;filename&amp;gt;.gp&lt;/code&gt; command and it fails, is that in the same gnuplot session as you were in when you originally saved it?  If not, is the new gnuplot session being run from the same user directory as original session?  What does the new (failing) session report for &lt;code&gt;show loadpath&lt;/code&gt;?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#2846 Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/?limit=25#811d" rel="alternate"/><published>2025-12-17T12:03:44.408000Z</published><updated>2025-12-17T12:03:44.408000Z</updated><author><name>Reinhard Neuwirth</name><uri>https://sourceforge.net/u/reinhardn/</uri></author><id>https://sourceforge.netdab9f94e9230c6bb6aada9b995e8e0d1f744e912</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I use &lt;code&gt;set loadpath 'C:\myGnuplots'&lt;/code&gt; via the access to  &lt;code&gt;Edit gnuplot.ini&lt;/code&gt; supplied by &lt;code&gt;gnuplot&lt;/code&gt;.  What works:&lt;br/&gt;
(1) plotting: &lt;code&gt;plot 'Data.dat' u 1:2 with linespoints&lt;/code&gt; successfully plots for &lt;code&gt;Data.dat&lt;/code&gt; resident in &lt;code&gt;C:\myGnuplots&lt;/code&gt;, not path needed.&lt;br/&gt;
(2)  &lt;code&gt;save '&amp;lt;filename&amp;gt;.gp'&lt;/code&gt;  places  &lt;code&gt;&amp;lt;filename&amp;gt;.gp&lt;/code&gt; in the &lt;code&gt;C:\myGnuplots&lt;/code&gt; folder, again, no path needed.&lt;br/&gt;
However, &lt;code&gt;load '&amp;lt;filename&amp;gt;.gp'&lt;/code&gt; cannot find  the data file.  But to my surprise I found that If I now copy &lt;code&gt;Data.dat&lt;/code&gt; into  &lt;code&gt;c:\Program Files\gnuplot\demo&lt;/code&gt; loading  will regenerate the plot.  Evidently the application sets &lt;code&gt;GNUPLOT_LIB=C:\Program Files\gnuplot\demo;C:\Program Files\gnuplot\demo\games;C:\Program Files\gnuplot\share&lt;/code&gt;.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#2846 Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/?limit=25#0da0" rel="alternate"/><published>2025-12-17T07:16:56.088000Z</published><updated>2025-12-17T07:16:56.088000Z</updated><author><name>Ethan Merritt</name><uri>https://sourceforge.net/u/sfeam/</uri></author><id>https://sourceforge.net8d801a971b371e556031b424e111c87740e68758</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is there no "set loadpath" command at all in your save file, or is there a "set loadpath" command but it contains an incorrect path?   It works under linux, but I don't have a Windows machine to test on, so I don't know if there is some Windows-specific problem with the save command.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#2846 Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/?limit=25#2ae2" rel="alternate"/><published>2025-12-17T06:27:36.186000Z</published><updated>2025-12-17T06:27:36.186000Z</updated><author><name>Reinhard Neuwirth</name><uri>https://sourceforge.net/u/reinhardn/</uri></author><id>https://sourceforge.net9ad9bcc72a4c87d8fe74d050a5ea7b01a6681de5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;Attachments has changed:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Diff:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="gd"&gt;--- old&lt;/span&gt;
&lt;span class="gi"&gt;+++ new&lt;/span&gt;
&lt;span class="gu"&gt;@@ -1 +0,0 @@&lt;/span&gt;
&lt;span class="gd"&gt;-OA63565241_1_1.pdf (58.7 kB; application/pdf)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</summary></entry><entry><title>#2846 Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/?limit=25#ce72" rel="alternate"/><published>2025-12-17T06:19:57.168000Z</published><updated>2025-12-17T06:19:57.168000Z</updated><author><name>Reinhard Neuwirth</name><uri>https://sourceforge.net/u/reinhardn/</uri></author><id>https://sourceforge.net0167394d30eba7fdbe40157709abfd6b9b8b9cff</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;Attachments has changed:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Diff:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="gd"&gt;--- old&lt;/span&gt;
&lt;span class="gi"&gt;+++ new&lt;/span&gt;
&lt;span class="gu"&gt;@@ -0,0 +1 @@&lt;/span&gt;
&lt;span class="gi"&gt;+OA63565241_1_1.pdf (58.7 kB; application/pdf)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;ul&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>Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/" rel="alternate"/><published>2025-12-17T06:17:08.584000Z</published><updated>2025-12-17T06:17:08.584000Z</updated><author><name>Reinhard Neuwirth</name><uri>https://sourceforge.net/u/reinhardn/</uri></author><id>https://sourceforge.net447b68e0eef8e3332db9eec979c56af8bc7ecbea</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Version 6.0 patchlevel 3;  Windows 10.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;set loadpath 'C:\myGnuplots'&lt;/code&gt; to  have all my saved  &lt;code&gt;&amp;lt;...&amp;gt;.gp&lt;/code&gt; and associated  &lt;code&gt;&amp;lt;&amp;gt;.dat&lt;/code&gt; files reside in  &lt;code&gt;C:\myGnuplots&lt;/code&gt;.   With a data file &lt;code&gt;Data.dat&lt;/code&gt; resident in  &lt;code&gt;C:\myGnuplots&lt;/code&gt;,  &lt;code&gt;plot 'Data.dat' u 1:2 with linespoints&lt;/code&gt; successfully executes.  Subsequent &lt;code&gt;save 'Data.gp'&lt;/code&gt; deposits  the &lt;code&gt;'Data.gp'&lt;/code&gt; file in  &lt;code&gt;C:\myGnuplots&lt;/code&gt;. However,  an attempt to regenerate the plot with &lt;code&gt;load 'Data.gp'&lt;/code&gt; fails due to data missing. Interestingly enough, if I deposit  the &lt;code&gt;Data.dat&lt;/code&gt; file into &lt;code&gt;...\gnuplot\demo&lt;/code&gt; the &lt;code&gt;load 'Data.gp'&lt;/code&gt; is successful. Tells me that my path to  &lt;code&gt;C:\myGnuplots&lt;/code&gt; gets lost in the &lt;code&gt;save&lt;/code&gt; command somehow.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/" rel="alternate"/><published>2025-12-17T06:17:08.584000Z</published><updated>2025-12-17T06:17:08.584000Z</updated><author><name>Reinhard Neuwirth</name><uri>https://sourceforge.net/u/reinhardn/</uri></author><id>https://sourceforge.netcf066a154881d32d7f902969d49142124eb7e101</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2846 has been modified: Version 6.0 patchlevel 3&lt;br/&gt;
Edited By: Reinhard Neuwirth (reinhardn)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Version 6.0 patchlevel 3</title><link href="https://sourceforge.net/p/gnuplot/bugs/2846/" rel="alternate"/><published>2025-12-17T06:17:08.584000Z</published><updated>2025-12-17T06:17:08.584000Z</updated><author><name>Reinhard Neuwirth</name><uri>https://sourceforge.net/u/reinhardn/</uri></author><id>https://sourceforge.netf730d5f8e957cdde6407af19517e6e52bde7fc98</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2846 has been modified: Version 6.0 patchlevel 3&lt;br/&gt;
Edited By: Reinhard Neuwirth (reinhardn)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>