jungmannlab / picasso

A collection of tools for painting super-resolution images

Home Page:https://picassosr.readthedocs.io/en/latest/?badge=latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plot Problems in v.0.3.0 PyQt5

straussmaximilian opened this issue · comments

  • Picasso version: 0.3.0
  • Python version: 3.7
  • Operating System: Windows

Description

There is currently a problem when using the latest Picasso Anaconda Installation with PyQt5. Apparently, there can be problems when displaying figures (e.g., show NeNA or plotting drift.) The problem only occurs on Windows and should not occur on Mac OS X.

Intermediate Solution

An intermediate solution is to checkout an earlier commit and use the PyQt4 version.
For this, type:

git checkout 7813b75

And follow the installation instructions from the old readme.

Should be fixed for most plot functions now.
3D not tested, so report if you find and issue.