octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: circular markersizes via rotation matrix


From: Dmitri A. Sergatskov
Subject: Re: circular markersizes via rotation matrix
Date: Fri, 19 Aug 2016 18:03:21 -0500



On Fri, Aug 19, 2016 at 4:22 PM, Rik <address@hidden> wrote:

-- Benchmark # 1 --
N = 128;

bm = zeros (N, 1);
clf;

for i = 1:N
  tic;
  plot (1:10, "o", "markersize", N);
  bm(i) = toc;
endfor

mean (bm)
-- End Benchmark # 1 --


​I tried this benchmark for "o", ".", "x", and "*" symbols and N=1280.
All results were pretty much the same (0.0175)​. Which pretty much tells me that
the most of the time spent elsewhere (not calculating the symbol shape).

Dmitri
--

reply via email to

[Prev in Thread] Current Thread [Next in Thread]