octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59846] mouse window focus in octave 6.1.0


From: anonymous
Subject: [Octave-bug-tracker] [bug #59846] mouse window focus in octave 6.1.0
Date: Sat, 9 Jan 2021 16:25:20 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 OPR/73.0.3856.329

Follow-up Comment #4, bug #59846 (project octave):

Thanx for the modifications.

It's working better. But not good enough.

I added a display frequency to plot not so much because the figure output
takes too long. (plot not finished before new plot...)

This is a workaround:
  disp_freq = 50;

  ...
  if ( rem(epoch, disp_freq)== 0 )
    do plotting
  ...

So I can see the pattern change every 50 epoch. 

It's ok. It's not Matlab..




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59846>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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