Eggeling-Lab-Microscope-Software / TRAIT2D

TRAIT2D is a cross-platform Python software package with compilable graphical user interfaces (GUIs) to support Single Particle Tracking experiments.
GNU General Public License v3.0
10 stars 10 forks source link

Bug in plotting #43

Closed FReina closed 2 years ago

FReina commented 3 years ago

The plot_trajectory() and plot_trajectories() methods for the Track and ListOfTracks classes in trait2d.analysis, while they work fine in jupyter notebooks, return the following error message when executed through iPython and from scripts:

ValueError: RGBA sequence should have length 3 or 4

Could you have a look into this?