matplotlib / viscm

A tool for visualizing and designing colormaps using colorspacious and matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D plots not displaying

episanty opened this issue · comments

On a fresh Anaconda 3 install over Windows 10, the vism view command runs, but it only displays about half of the plots that it should:

I suspect that this is partly due to my installation, but the path I took was naive enough (installed freshest version of Anaconda, chose Python 3.6, then did pip install viscm) that it probably also hints at problems that might be more broadly shared.

On a similarly-worrying note, the viscm edit functionality seems to be dead on my machine - it just reverts right back to the prompt:

I suspect you need more diagnostics / version nos. / etc.; please let me know which ones you need and how to obtain them.

Seems to be related to #21. Are you sure you are using the most recent version?

@episanty Can you please try again with v0.10 if you're still looking to use this software? pip install viscm[PySide]. This is not available on conda-forge yet, but maybe later this week you can also install with conda.

@mfisher87 I do plan to use this software again, but it will probably be some time until I do. I'll try to investigate this when I do, though.