Matplotlib 1.1.0 Error in triangulation.py

Hello,

I have read your instruction for bug reporting but this is fairly simple.

There is a call to self.get_cpp_triangulation() which exists but there is also a call to self._get_cpp_triangulation at line 174 to obtain the neighbours.

Easy to fix.

Regards
John

···

----------------------------------------------------------------------------------------------------------------------------------------------------------------------
This email is intended for the addressee(s) named and may contain confidential and/or privileged information.
If you are not the intended recipient, please notify the sender and then delete it immediately.
Any views expressed in this email are those of the individual sender except where the sender expressly and with authority states them to be the views of the Office of Environment and Heritage, NSW Department of Premier and Cabinet.

PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL

Thanks for the report. Even easy issues are best reported on the
issue tracker so they will be less likely to fall between the cracks,
we can tag them and assign developers to them, etc.

I've opened triangulation.py · Issue #535 · matplotlib/matplotlib · GitHub

JDH

···

On Mon, Oct 17, 2011 at 6:58 PM, Floyd John <John.Floyd@...3819...> wrote:

Hello,

I have read your instruction for bug reporting but this is fairly simple.

There is a call to self.get_cpp_triangulation() which exists but there is also a call to self._get_cpp_triangulation at line 174 to obtain the neighbours.

Easy to fix.