yt-project/yt

Subclass AxesImage for pixelization routines

Open

#1,911 opened on Jul 20, 2018

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Python (315 forks)auto 404
help wantedviz: 2D

Repository metrics

Stars
 (556 stars)
PR merge metrics
 (PR metrics pending)

Description

We could improve greatly our integration with matplotlib by subclassing AxesImage and directly using the pixelization routines to generate the final bitmap, rather than manually watching for event changes. This would (for free?) get us a considerable number of additional improvements, including improvements to support and interoperability with artists in matplotlib and the like.

Contributor guide