[Matplotlib-users] I would like to post to this list.

2015-06-24 Thread Justin Northrop
-- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor

[Matplotlib-users] How can I visualize a landscape which I have sample heights of?

2015-06-24 Thread justonium
I have a set of three dimensional coordinates, each of which is on a landscape. I would like to visualize the entire landscape. I've already tried plotting the points in 3D space using Axes3D.scatter, but I just see a bunch of points, and it's hard to visually understand what's going on. Ideally,

Re: [Matplotlib-users] Produce KML from Matplolib

2015-06-24 Thread Arnaldo Russo
Hi Egayer, Filipe Fernandes spoted a nice result using Simplekml and Basemap. https://ocefpaf.github.io/python4oceanographers/blog/2014/03/10/gearth/ Cheers, Arnaldo. 2015-06-10 5:07 GMT-03:00 egayer : > Hi all, > > Is there a way to produce a KML file from matplolib results as R and Matlab >

[Matplotlib-users] ANN: Last Call for SciPy 2015 Registration (Scientific Python Conference - July 8-10)

2015-06-24 Thread Courtenay Godshall
Last Call to Register for SciPy 2015 (Scientific & Analytic Python Conference) Main conference July 8-10, tutorials July 6-7 & coding sprints July 11-12!Here are just a few reasons you don't want to miss this year's SciPy Conference (Online regis

Re: [Matplotlib-users] backend_webagg for streaming plot updates: examples?

2015-06-24 Thread Eric Firing
On 2015/06/23 10:39 AM, Eric Firing wrote: > I would like to be able to publish plots that are updated as data are > received by the server. I don't actually want any of the toolbar > interactivity--I just want the updated plot to appear in the browser > automatically. I suspect this can all be d