|
From: | Dmitri A. Sergatskov |
Subject: | Re: Missing data points when plotting with Qt |
Date: | Tue, 15 Aug 2017 09:43:18 -0500 |
Hi everyone,
I just plotted about 50'000 data points using the Qt graphics toolkit and recognised that many data points are left out. I think the plot backend reduces the number of points due to performance reasons. However, if I change the graphics toolkit to gnuplot the result looks more like what I expect, i.e. much more points are plotted. On the other hand, if I do plot(x, y, '.') the result generated by Qt also looks fine. Is there a way to adjust the number of plotted points for the Qt toolkit when I do plot(x,y)?
Octave version is 4.2.1.
[Prev in Thread] | Current Thread | [Next in Thread] |