[Matplotlib-users] trouble using emoji in labels

2016-08-21 Thread Andy Davidson
I am having a heck of a time figuring out how to use emoji’s in labels. I am using python3 on a Mac and matplotlib 1.5.2 The unicode demo works. http://matplotlib.org/examples/pylab_examples/tex_unicode_demo.html I think my issue might have to do with fonts? I found a discussion about emojis an

Re: [Matplotlib-users] how to create interactive plots in jupyter python3 notebook?

2016-02-27 Thread Andy Davidson
notebook backend with the > caveat that the interactive slider has to be defined in a new cell following > the figure due to a bug see > https://gist.github.com/jenshnielsen/20d9bf3fa40b309ad865 for an example > > Hope this is useful > Jens > > On Sat, 27 Feb 2016 at 03:04

[Matplotlib-users] how to create interactive plots in jupyter python3 notebook?

2016-02-26 Thread Andy Davidson
>Hi > >I currently have a plot that gets update in a loop with data from a >remote system. It works and looks great. (matplotlib rocks!) I currently >use > >%matplotlib inline > >Now I need to make the graph interactive. By interactive I mean I would >like the user to be able to > > >1. move the m