enthought / enthought/mayavi

imshow clipped edges

Open
#36 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.