Re: [matplotlib-devel] Compile Matplotlib for Android

2015-04-25 Thread Achyut Rastogi
suggest starting with figuring out how to compile numpy as it is required and I suspect simpler to compile. Tom On Sun, Mar 29, 2015 at 9:19 AM Achyut Rastogi rastogiach...@gmail.com wrote: Hello, I want to compile matplotlib for Android, but I really don't have any clue where to start, well I

[matplotlib-devel] Compile Matplotlib for Android

2015-03-29 Thread Achyut Rastogi
Hello, I want to compile matplotlib for Android, but I really don't have any clue where to start, well I have already stated with learning SL4A, also inclement sir(Alexander Taylor) says that its already been done by someone but I couldn't find it at all so if somebody has any information about it

Re: [matplotlib-devel] Kivy backend

2015-03-24 Thread Achyut Rastogi
it a cursory glance, I think it's mostly current. Is there something specific that isn't working for you? Mike On 03/23/2015 08:09 AM, Achyut Rastogi wrote: Hello, I am having trouble following the instructions given here -- https://github.com/matplotlib/matplotlib/blob/master/lib

Re: [matplotlib-devel] Kivy backend

2015-03-23 Thread Achyut Rastogi
Hello, I am having trouble following the instructions given here -- https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backends/backend_template.py#L16 it feels like the code was refractored (changed?) and those instructions never updated? On Sun, Mar 15, 2015 at 6:23 AM, Chris

Re: [matplotlib-devel] Kivy backend

2015-03-10 Thread Achyut Rastogi
Thanks OceanWolf On Tue, Mar 10, 2015 at 3:13 PM, OceanWolf juichenieder-n...@yahoo.co.uk wrote: One thing to note, that the backend structure will hopefully change soon with a huge refactor of the backends. Take a look https://github.com/matplotlib/matplotlib/pull/4143 for the current

[matplotlib-devel] Kivy backend

2015-03-07 Thread Achyut Rastogi
tell me what all I need to know of matplotlib to write a good backend. Thank You Achyut Rastogi -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership

Re: [matplotlib-devel] Kivy backend

2015-03-07 Thread Achyut Rastogi
the resulting bitmap into the GUI. A majority of the work in the gui backends deals window/widget creation and the plumbing required to convert interaction events from the GUI into the internal events mpl uses. Tom On Sat, Mar 7, 2015 at 4:15 PM Achyut Rastogi rastogiach...@gmail.com wrote