imshow clipped edges
Open
bug
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
Hi,
please consider this snippet:
``` python
import numpy as np
from mayavi import mlab
mlab.imshow(np.random.rand(10,20), interpolate=False)
```
As you can see edges are clipped, for some reason.
FYI, Matplotlib imshow() shows them correct
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.