Re: [Matplotlib-users] No output when using webagg backend

2014-05-06 Thread Skip Montanaro
> I'm trying to use the webagg backend for the first time, and seem to > be bumping into a common problem - nothing appears. I tried this at home on my Mac. Tornado was already installed, so I updated it to 3.2.1, and ran a Matplotlib app I have which allows me to set the backend on the command li

[Matplotlib-users] No output when using webagg backend

2014-05-06 Thread Skip Montanaro
I'm trying to use the webagg backend for the first time, and seem to be bumping into a common problem - nothing appears. The first time I tried, I got a complaint that tornado was missing, so I installed it. After that, I get to try plotting. Here's my example: >>> import matplotlib >>> matplotlib