google / mediapy

This Python library makes it easy to display images and videos in a notebook.
https://pypi.org/project/mediapy/
Apache License 2.0
389 stars 18 forks source link

Fix pixelated behavior -- see https://github.com/google/mediapy/issue… #21

Closed hhoppe closed 1 year ago

hhoppe commented 1 year ago

See #20

Also changed "plt.cm.get_cmap(cmap)" to "matplotlib.colormaps[cmap]" to avoid some deprecation warnings.

Conchylicultor commented 1 year ago

Thanks! I've imported this.

Peter is still out of office but this should be merged tomorrow!

Conchylicultor commented 1 year ago

This was merged: https://github.com/google/mediapy/commit/01fdedc09c214fb3a6cc3b477eec8c1a53fc3aaa but for some reason copybara bugged and didn't marked this PR as merged.