chrisgmorton

Results 4 comments of chrisgmorton

I looked at `ansi_code_processor.py` and I can see an effort to keep output readable depending on the brightness of the background terminal color. My reference above to red being output...

Looking through `ansi_code_processor.py` further I see that true 24-bit colors are supported through ansi escape sequences. `print('\033[38;2;255;255;85m This is yellow.')` I suppose the bug here is that there seems to...

I can confirm that x_div is of type numpy.float64. In my case the value is 5.0.

Hi @larsoner, can you check this issue as I believe it is broken from https://github.com/enthought/mayavi/commit/502c3f06934d7d731eef8aff07fd2cba0ac60662. The fix is described above.