NVlabs / CF-3DGS

Other
121 stars 12 forks source link

Matplotlib version please? #4

Open rkakash59 opened 1 week ago

rkakash59 commented 1 week ago

I am facing some import errors with matplotlib while calling tight_layout and get_cmap.

Can you please tell me the exact version of it?

han-xiangyu commented 1 week ago

matplotlib=3.3.2 works for me

wwwy-binary commented 1 week ago

just change the source to matplotlib.pyplot if you use the new version.

claudiomla commented 6 days ago

The problem is that tight_layout is not a module, instead it's a function owner only needs to delete the line "from matplotlib import tight_layout" in vis_utils.py file, and it is all.

murmurelo111 commented 2 days ago

I am facing some import errors with matplotlib while calling tight_layout and get_cmap.

Can you please tell me the exact version of it?

pip install matplotlib --upgrade it works for me