Itom crash when resizing a Matplotlib window

Issue #71 resolved
Robin Hahn created an issue

If matplotlib window is resized by dragging its corner, itom throws the following exception: Itom-Application caught an exception from: from event type 43

Used Matplotlib 2.2.2

Comments (7)

  1. Robin Hahn reporter

    addresses #71 backend_itomagg.py: sometimes the width or length does not fit to the given buffer. If length or width is a multiple of the buffer length we readjust size or width. This avoids crashes when rescaling a matplotlibplot. However the plot does not scale correct leading to a poor resolution of the plot.

    → <<cset a2918291f11b>>

  2. Log in to comment