Replies: 1 comment
-
|
I think you need matplotlib version v3.5 at least, if you cannot update it you can try the vedo dev version: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to use vedo to make 3D time lapse videos from 3D tif images I have. but I get an error about matplotlib colormap. which should be somewhere in Video module in vedo. can you help me to fix this error. I thought it may be due to the cinflict between matplotlib and vedo versio, so I updated both but didn't help.
Here are my package versions:
vedo -> 2024.5.2
vtk -> 9.3.1
matplotlib -> 3.4.3
python -> 3.9.7
Here is the code I run:

And here is the error I get:

Beta Was this translation helpful? Give feedback.
All reactions