Giter Site home page Giter Site logo

Comments (6)

akaszynski avatar akaszynski commented on May 25, 2024 2

Saw this in the source:

# NOTE: setting BasePlotter is unnecessary and Segfaults CI

My guess is that we're not setting the window size using a signal. If we use a signal and set the window size that way, we should have the correct window size. My guess is that the window size of the widget is smaller because it's inside of the main window which includes toolbars, menus, and the border of the window itself.

from pyvistaqt.

GuillaumeFavelier avatar GuillaumeFavelier commented on May 25, 2024 1

I think this can be moved to pyvistaqt :)

from pyvistaqt.

GuillaumeFavelier avatar GuillaumeFavelier commented on May 25, 2024

I inspected the code and this is where window_size is set:

Plotter:

https://github.com/pyvista/pyvista/blob/master/pyvista/plotting/plotting.py#L600-L603

BackgroundPlotter:

https://github.com/pyvista/pyvista/blob/master/pyvista/plotting/qt_plotting.py#L856-L862

from pyvistaqt.

banesullivan avatar banesullivan commented on May 25, 2024

My guess is that the window size of the widget is smaller because it's inside of the main window which includes toolbars, menus, and the border of the window itself.

I think Alex is right. A while back, I ran into some really weird behavior when tracking the viewport coordinates of the mouse (or maybe it was widget placement) over the BackgroundPlotter... I can't remember if I posted about it or not... I'll try to dig it up

from pyvistaqt.

benjamindkilleen avatar benjamindkilleen commented on May 25, 2024

Has this issue been fixed in BackgroundPlotter? I had the same issue when trying to use off_screen=True. No matter what, the screenshot window_size was (300, 300). This is an edge case, since I could just use pv.Plotter() in the off_screen case, but perhaps BackgroundPlotter should not support off_screen=True, directing the user to use pv.Plotter().

from pyvistaqt.

GuillaumeFavelier avatar GuillaumeFavelier commented on May 25, 2024

AFAIK, it's still not resolved. In MNE-Python, where we use BackgroundPlotter currently, we had to use a "tweak" to ensure the proper size of the 3d viewer.

from pyvistaqt.

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.