[matplotlib-devel] Questions related to draw_gouraud_triangle when writting a backend

2015-08-10 Thread Andrés Vargas
Hello, Sorry does anyone know what is draw_gouraud_triangle for when you write a backend ? I am trying to find examples for this but not finding any. Also why is this not implemented for gtk, wx and qt ? I would also appreciate to know whether the rotation of the text is relative to the bottom-lef

[matplotlib-devel] matplotlib 1.5.1 closed path in draw_path when it is not necessary closed

2015-08-12 Thread Andrés Vargas
Hello, My name is Andres I am developing a backend for kivy. I was initially developing for 1.5.1 and I found that the paths are coming with the initial vertex at the end of the list. Does anyone know whether this is change in the way paths are sent ? and how can be fixed coming from 1.4.3 since I

[matplotlib-devel] When panning text gets out of bounds

2015-08-20 Thread Andrés Vargas
Hello, I am writing to let you know guys that while implementing a backend I run into an issue when doing panning. Which render the texts outside the axes. I tried to solve it but I had no way to know if the text is either from inside the axes or outside. I think this perhaps need a change in back