Tarskin / HappyTools

A tool for the (high-throughput) processing of HPLC data.
Apache License 2.0
34 stars 16 forks source link

HappyTools canvas Y-axis re-sizes unexpectedly #35

Closed Tarskin closed 5 years ago

Tarskin commented 5 years ago

Describe the bug The matplotlib canvas seems to resize randomly

To Reproduce

  1. Goto 'File'
  2. Click on 'Open Chromatogram'
  3. Select 'IgG Vtag 1_ACQUITY FLR ChA.txt' from 'Example Data'
  4. Click 'Open'
  5. Goto 'File'
  6. Click on 'Normalize Chromatogram'
  7. See bug (canvas completely different size)

Expected behavior The canvas size should never change as it is set at the start of the program and the program uses the axes object to change what is shown on the canvas.

Screenshots After step 4 image-1

After step 6 image-2

Desktop (please complete the following information):

Tarskin commented 5 years ago

I have isolated the problem to the axes.imshow method but beyond that I am stuck, hence I have formulated a question about this problem on stackoverflow.

Tarskin commented 5 years ago

This bug has been resolved in v0.0.2 b 180609a.