nbval icon indicating copy to clipboard operation
nbval copied to clipboard

[Feature Request] compare matplotlib axes data

Open ma-sadeghi opened this issue 5 years ago • 1 comments
trafficstars

I wonder if there's a way to compare the data stored on the axes object of figures generated by matplotlib w/ those when running the ipynb

ma-sadeghi avatar Feb 08 '20 22:02 ma-sadeghi

At present, no. nbval works only on the outputs that the kernel sends to the notebook, not the Python objects inside the kernel. #26 is about giving it a way to know more about certain kinds of objects (like plots).

You might also be interested in plotchecker: https://github.com/jhamrick/plotchecker

takluyver avatar Feb 09 '20 14:02 takluyver