Color bar not rendering on Windows OS
See original GitHub issueI have a Windows VM that I’ve been using to test a few things and I noticed I cannot get the color bars to render:
import vtki
from vtki import examples
dataset = examples.load_uniform()
dataset.plot(screenshot='foo-windows.png')

Notes
- Python 3.6
- Architecture: 64bit WindowsPE
- VTK Version: 8.1.2
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to Fix Show Color on Taskbar Greyed Out on Windows 10
So, your Windows operating system will disable the Start, taskbar, ... Taskbar, Action Center, Title Bar is missing, grayed out, or not ......
Read more >Problem with windows 10 Colors are strange (like a 4 bit thing)
I've been running Windows 10 on my system since it was released, until last night I didn't have a problem, now the colours...
Read more >Color bar missing in ggplot legend, Windows Remote Desktop
It's an issue with color rendering when accessing a server via Remote Desktop, and can be fixed in host settings.
Read more >Colorbar as included png instead of standard pgfplots output ...
Simple Answer. For me, the colorbar sampled looks the same as the piecewise-constant version. The only difference is that it is viewed ...
Read more >How to make it obvious if a window has focus in Windows 11?
(If not, you get a tiny visible border around it.) For old-school apps like Total Commander, ... Microsoft has a Title Bar color...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ve had similar problems when using VMs with VTK. It’s an issue on Virtual Box but not vmware. I’d ignore this.
I believe this is a graphics issue with VMWare that I don’t know where to begin addressing.