<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/gnuplot/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/gnuplot/discussion/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 30 Jul 2025 06:03:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuplot/discussion/feed" rel="self" type="application/rss+xml"/><item><title>Zip and 7z folders only contain Qt5 dll's ever since Qt6 support</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/e08195fc84/?limit=100#9a95</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Compilation with Qt6 is now supported with the MSYS2/MINGW64 and CLANG64  environments. See also  &lt;a class="alink strikethrough" href="/p/gnuplot/bugs/2821/"&gt;[bugs:#2821]&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bastian Märkisch</dc:creator><pubDate>Wed, 30 Jul 2025 06:03:48 -0000</pubDate><guid>https://sourceforge.net34cca0f8d4364558e4568d8e3d58f993878e71cb</guid></item><item><title>Zip and 7z folders only contain Qt5 dll's ever since Qt6 support</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/e08195fc84/?limit=100#5aa7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Turns out that compilation with Qt6 is straight forward with some minor tweaks to the Makefile only. But indeed the communciation channel (using Windows specific code) no longer works. Plotting works fine, but keyboard/mouse commands are not sent/received. That was some really complicated code to get right in the first place. I make no promises as to when I will get around looking at this.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bastian Märkisch</dc:creator><pubDate>Sat, 26 Jul 2025 14:11:24 -0000</pubDate><guid>https://sourceforge.netfec6173fa8a16dcc0aef50eca56f70c61c05518b</guid></item><item><title>Zip and 7z folders only contain Qt5 dll's ever since Qt6 support</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/e08195fc84/?limit=100#f524</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I agree that switching official Windows builds to Qt6 is eventually a good thing. It still runs fine with Qt5, though, and there's a bit of Windows-specific trickery to enable the wgnuplot GUI and  windows, qt, and wxt terminals to work at the same time. That may or may not work with Qt6 atm.&lt;br/&gt;
At the minimum, the Makefiles in config/msvc and confing/mingw would need an update.&lt;/p&gt;
&lt;p&gt;It is easiest to build gnuplot with MSYS2/MINGW64 on Windows as MSVC library dependencies can be a pain.&lt;br/&gt;
(Also,  I would recommend using the Windows installer if possible instead of a zip/7z package)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bastian Märkisch</dc:creator><pubDate>Sat, 26 Jul 2025 09:15:12 -0000</pubDate><guid>https://sourceforge.net2437b17ceda9b7e1daf1f4fe5f03bb1ce8f5ed4c</guid></item><item><title>Zip and 7z folders only contain Qt5 dll's ever since Qt6 support</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/e08195fc84/?limit=25#dd30</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've noticed that since v5.4.9 Qt6 has been supported, but the recommended usage for Windows users is to get the zip or 7z folder to use the binaries, which still uses Qt5 dll's. I tried the other suggested method for building on Windows (running nmake in the config/msvc directory), but kept running into roadblocks only to discover that it looks like Windows Qt6 support hasn't been included. This is potentially a bad thing for projects that use Windows and Linux, because if Linux user's build with Qt6 there could be potential bugs that won't be able to be identified for Windows user's. Is there a bug ticket or support ticket open for the folders with the binaries to include Qt6 dll's?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrique</dc:creator><pubDate>Fri, 25 Jul 2025 19:49:50 -0000</pubDate><guid>https://sourceforge.net8475615e3ad89e21bb7e48e4d024e5a1595d7296</guid></item><item><title>Three dimensional geometry, can it plot the steradian and similar useful geometric objects.</title><link>https://sourceforge.net/p/gnuplot/discussion/5925/thread/d75feb0e38/?limit=25#6b20</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I wish to plot the steradian similar to what is found on wikipedia.  I would like to play with light projections using this object to simulate energy transfer and heating. Can gnuplot make this type of plot if so, can you provide a working example for gnuplot 6.0? Or, make suggestions on how to work with 3d geometry in gnuplot, a textbook would be nice. Or, suggest related software not as desirable.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">De Ja</dc:creator><pubDate>Wed, 11 Jun 2025 06:52:14 -0000</pubDate><guid>https://sourceforge.netf1bf087668bf42ebbaa9bdce6e184c44df011e57</guid></item><item><title>Trying to use 4 column data for splot</title><link>https://sourceforge.net/p/gnuplot/discussion/5925/thread/ba7b95cf72/?limit=50#669c/f319</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I think your plot isn’t working as expected due to two key points that need a small adjustment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Use of  "rgbcolor variable":&lt;/strong&gt;&lt;br/&gt;
To specify point colors, you should use the &lt;code&gt;linecolor&lt;/code&gt; option (abbreviated as &lt;code&gt;lc&lt;/code&gt;) together with "rgbcolor variable". So make sure your plot command includes something like:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="err"&gt;lc&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;rgbcolor&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;variable&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;2. Handling of the fourth column in "using":&lt;/strong&gt;&lt;br/&gt;
In your data, the fourth column appears to be a hexadecimal color code in double quotes, like &lt;code&gt;"0xFF0000"&lt;/code&gt;. Gnuplot treats this as a string. However, when using "lc rgbcolor variable", Gnuplot expects a numeric color value (an integer). &lt;/p&gt;
&lt;p&gt;To fix this, you can explicitly convert the string to an integer using "int(strcol(4))", like this:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;splot&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;"data"&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nb"&gt;using&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nf"&gt;int&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nf"&gt;strcol&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;)))&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nb"&gt;with&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;dots&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;lw&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;5&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;lc&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;rgbcolor&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;variable&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Alternatively, if you're generating the data yourself, it's even better to write the color codes as unquoted numeric literals:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="mf"&gt;33.152&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;116.649&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;0.6&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;0&lt;/span&gt;&lt;span class="n"&gt;xFF0000&lt;/span&gt;
&lt;span class="mf"&gt;33.150&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;116.654&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;0.8&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;0&lt;/span&gt;&lt;span class="n"&gt;xFD0402&lt;/span&gt;
&lt;span class="mf"&gt;33.152&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;116.649&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;0.5&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;0&lt;/span&gt;&lt;span class="n"&gt;xFB0804&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;With that format, the following will work just fine:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;splot&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;"data"&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nb"&gt;using&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nb"&gt;with&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;dots&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;lw&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;5&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;lc&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;rgbcolor&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;variable&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hiroki Motoyoshi</dc:creator><pubDate>Wed, 16 Apr 2025 23:44:47 -0000</pubDate><guid>https://sourceforge.neta9fa76242102773ae374c73a32664729444982a3</guid></item><item><title>Trying to use 4 column data for splot</title><link>https://sourceforge.net/p/gnuplot/discussion/5925/thread/ba7b95cf72/?limit=25#669c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to use splot to display 3 dimension data, with a colorspec in the 4th column.&lt;br/&gt;
For example, the first three lines of my "data" file read:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;33.152 116.649 0.6 "0xFF0000"&lt;br/&gt;
33.150 116.654 0.8 "0xFD0402"&lt;br/&gt;
33.152 116.649 0.5 "0xFB0804"&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The 4th column is a 24 bit RGB color value. &lt;br/&gt;
I have tried to set up the appropriate splot command, but I have been unable to get the plot line to satisfactorily display the data&lt;/p&gt;
&lt;p&gt;% splot "data" using 1:2:3:4 with dots lw 5 rgbcolor variable&lt;/p&gt;
&lt;p&gt;for example&lt;br/&gt;
What would be the correct way to do the splot line?&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Randall L Rathbun</dc:creator><pubDate>Mon, 14 Apr 2025 22:54:24 -0000</pubDate><guid>https://sourceforge.net65d17b74c289ad14d2be60845542ffcc6a4efc13</guid></item><item><title>print data</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/3dc61e18/?limit=25#1c7a</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="set-the-output-file"&gt;Set the output file&lt;/h1&gt;
&lt;p&gt;set print "output.txt"&lt;/p&gt;
&lt;h1 id="plot-the-data-and-redirect-the-results-to-the-file"&gt;Plot the data and redirect the results to the file&lt;/h1&gt;
&lt;p&gt;plot "example.txt" u ($1*2000: $2/10000)&lt;/p&gt;
&lt;h1 id="close-the-output-file"&gt;Close the output file&lt;/h1&gt;
&lt;p&gt;set print&lt;/p&gt;
&lt;p&gt;IMO I give your answer of your &lt;a class="" href="https://codehyper.com.au/sharepoint/" rel="nofollow"&gt;query&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Luke</dc:creator><pubDate>Thu, 06 Mar 2025 23:42:03 -0000</pubDate><guid>https://sourceforge.net8b9a52c9eba5b713aff4cd4b5d049de2ae6e9b65</guid></item><item><title>Latest ubuntu version of gnuplot broke my plots</title><link>https://sourceforge.net/p/gnuplot/discussion/5925/thread/69302440a4/?limit=25#e400</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I was able to downgrade to 4.6 by building it.  Everything now works fine.  Should I put in a bug report?  If so, how would I do that?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hahn</dc:creator><pubDate>Wed, 12 Feb 2025 01:50:27 -0000</pubDate><guid>https://sourceforge.nete2db573920e61c5864e51d3f42f59aff5357299d</guid></item><item><title>Latest ubuntu version of gnuplot broke my plots</title><link>https://sourceforge.net/p/gnuplot/discussion/5925/thread/69302440a4/?limit=25#8b6e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;lt;this was="" also="" posted="" to="" the="" info="" mailing="" list="" but="" i="" can't="" figure="" out="" how="" see="" posts=""&amp;gt;&amp;lt;/this&amp;gt;&lt;/p&gt;
&lt;p&gt;I've been running gnuplot for years and it worked great.  I just installed the newest version of stable ubuntu and gnuplot broke.  I don't know what version my old gnuplot was but it is now 5.4 patchlevel 2.  I had Y labels on both sides.  Now my right label has disappeared.  I haven't changed any gnuplot commands.&lt;/p&gt;
&lt;p&gt;My gnuplot only has the ".set y2label" command, and not any other label command.  I don't know how it worked but labels appeared on both sides.  It's weird that I only had the right side command and now that is the broken one.  I've tried adding  ".set ylabel".&lt;/p&gt;
&lt;p&gt;Can someone give me an idea of how to fix this?  I'd be happy to go to an older version like 4.6 but I couldn't find a linux installer for 4.x.  Would I have to build it? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hahn</dc:creator><pubDate>Wed, 12 Feb 2025 01:30:44 -0000</pubDate><guid>https://sourceforge.netaaf86255f8a6bcee3a7bd70e873c881a23ec2e39</guid></item></channel></rss>