rgerum / pylustrator

Visualisations of data are at the core of every publication of scientific research results. They have to be as clear as possible to facilitate the communication of research. As data can have different formats and shapes, the visualisations often have to be adapted to reflect the data as well as possible. We developed Pylustrator, an interface to directly edit python generated matplotlib graphs to finalize them for publication. Therefore, subplots can be resized and dragged around by the mouse, text and annotations can be added. The changes can be saved to the initial plot file as python code.
GNU General Public License v3.0
707 stars 37 forks source link

[Buggy] menu disappears when opening up large figure with size 15*15 #35

Closed xihajun closed 2 years ago

xihajun commented 2 years ago

If I open a figure with size 15*15, the menu would be disappear (but just a tinny buggy for large image I guess)

image

Here is a view for a full screen

rgerum commented 2 years ago

I implemented an automatic zoom out for large images to fit the screen. This should fix your issue. bd4db15b32cb30a61b05752112de303c73fb3c02