<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QCustomplot create graph more than once, at the same time]]></title><description><![CDATA[<p dir="auto">I just started to use qcustomplot.<br />
I want to create a graph using **addGraph.**ü<br />
I want to do it dynamically. But why i cant use it like in the below</p>
<pre><code>customplot-&gt;addGraph(5);
</code></pre>
<p dir="auto">I want to create more than one graph at the same time.</p>
]]></description><link>https://forum.qt.io/topic/126972/qcustomplot-create-graph-more-than-once-at-the-same-time</link><generator>RSS for Node</generator><lastBuildDate>Sat, 20 Jun 2026 11:58:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/126972.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 May 2021 10:12:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QCustomplot create graph more than once, at the same time on Wed, 26 May 2021 14:00:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> thank you</p>
]]></description><link>https://forum.qt.io/post/661707</link><guid isPermaLink="true">https://forum.qt.io/post/661707</guid><dc:creator><![CDATA[firsnur96]]></dc:creator><pubDate>Wed, 26 May 2021 14:00:11 GMT</pubDate></item><item><title><![CDATA[Reply to QCustomplot create graph more than once, at the same time on Tue, 25 May 2021 10:32:50 GMT]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">Just so you know it. QCustomPlot is not an official Qt Module.<br />
Its completely 3rd party.</p>
<p dir="auto">You can just call addGraph() multiple times.</p>
<p dir="auto">for (int c=0; c &lt; 5;c++)<br />
customPlot-&gt;addGraph();</p>
<p dir="auto">or<br />
customPlot-&gt;addGraph();<br />
customPlot-&gt;addGraph();<br />
customPlot-&gt;addGraph();</p>
]]></description><link>https://forum.qt.io/post/661454</link><guid isPermaLink="true">https://forum.qt.io/post/661454</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Tue, 25 May 2021 10:32:50 GMT</pubDate></item></channel></rss>