<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Open Discussion</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/</link><description>Recent posts to Open Discussion</description><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5924/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 30 Jul 2025 06:03:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5924/feed.rss" 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>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>error: unrecognized debug output level ‘nuplot_qt’</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/7b15857d86/?limit=25#a361</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I still can't get it to function... looked through the src/qtterminal/embed_example file.cpp, but the problem lies in not knowing how to use those classes—QtGnuplotWidget and QtGnuplotInstance—from a different QT programme. Any assistance would be greatly valued.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">emily roger</dc:creator><pubDate>Thu, 27 Jun 2024 06:30:11 -0000</pubDate><guid>https://sourceforge.net15ba78cf818a6c95fdb9b34addcb082ab5f15324</guid></item><item><title>print data</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/3dc61e18/?limit=25#a469</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry I don't have a solution of this problem&lt;br/&gt;
&lt;a class="" href="https://introspectionzone.com" rel="nofollow"&gt;Introspection Zone&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ali Abid</dc:creator><pubDate>Fri, 28 Jul 2023 17:19:52 -0000</pubDate><guid>https://sourceforge.netc08ac3e7d9d54cf3b8cf7565c8af6e9710283a78</guid></item><item><title>Output a graph without the plot command</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/?limit=25#0f30</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for sharing this idea!&lt;br/&gt;
&lt;a class="" href="https://introspectionzone.com" rel="nofollow"&gt;Introspection Zone&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ali Abid</dc:creator><pubDate>Fri, 28 Jul 2023 17:16:54 -0000</pubDate><guid>https://sourceforge.nete68656e3320cbfa5d06103f8d4659bc9dcb07696</guid></item><item><title>Output a graph without the plot command</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/?limit=25#518a/7888</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you Tatsuro&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roberto Ramirez Cervantes</dc:creator><pubDate>Sun, 13 Nov 2022 16:54:46 -0000</pubDate><guid>https://sourceforge.net4ea359ac5616b718f22d6fada34adffa73d1bde1</guid></item><item><title>Output a graph without the plot command</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/?limit=25#518a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Workaround&lt;br/&gt;
plot 0, 0 -&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tatsuro MATSUOKA</dc:creator><pubDate>Sun, 13 Nov 2022 10:51:42 -0000</pubDate><guid>https://sourceforge.net78d3c4a8ec053a56c5defb777cbe631697563ca5</guid></item></channel></rss>