GithubHelp home page GithubHelp logo

Comments (7)

ElvinC avatar ElvinC commented on May 28, 2024 1

In theory it's fixed

from gyroflow.

artem-alexandrov avatar artem-alexandrov commented on May 28, 2024

Update:

This happens when plt.show() is executed from stabilizer.py in line 253.
Is it intended to be called even though debug_plots=false?

Adding a tab on that line to get show only called with all other plt code there fixes the issue, but it's more like a workaround, since the issue still persists if Display sync plots is enabled

from gyroflow.

artem-alexandrov avatar artem-alexandrov commented on May 28, 2024

Update 2:
Adding block=False as a parameter to plt.show() fixes the issue with Display sync plots enabled

from gyroflow.

ElvinC avatar ElvinC commented on May 28, 2024

Huh, thanks for the info. I made some changes to show all the plots at the same time (both sync and others) by only using one plt.show which works for me on windows. The sync system will go through some changes to allow for a fully automatic sync and more than two points, so plots aren't final.

Just to be clear, does block=False affect the problem with persistent dropdown menus?

from gyroflow.

artem-alexandrov avatar artem-alexandrov commented on May 28, 2024

@ElvinC this one still happening when pressing "Export" button, I think there should be more block=False usages

from gyroflow.

ElvinC avatar ElvinC commented on May 28, 2024

Thanks for the notice, with block=False I'm also getting some weirdness with some plots not appearing. Will try some different options.

from gyroflow.

ElvinC avatar ElvinC commented on May 28, 2024

Added a check for OS, since the UI behavior seems to be different. This should be fixed now

from gyroflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.