enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
291 stars 101 forks source link

Handle `nan` in barplots. #895

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

Also somewhat better handling of cropping rectangles that are offscreen for common cases.

Includes basic tests.

Fixes #845