Re: Matplotlib uses tkinter instead of Agg

2016-09-17 Thread Xi Shen
I think it has nothing to do with docker. It relates to the matploblib settings. I don't know why, but in some other cases, I found matplotlib will use Agg as the backend by default. To solve your problem, just make sure you run this as the first thing when you start your Zeppelin environment. %p

Re: Matplotlib uses tkinter instead of Agg

2016-09-17 Thread afancy
But, mine is not in docker environment. afancy On Fri, Sep 16, 2016 at 2:10 PM, afancy wrote: > Hi, > > Has this problem been solved? I also encountered the same problem (see the > following). I build from the source pulled from the Master branch. > > /afancy > > %python plt.figure() plt.plot(x