Gang:

Are there any webagg examples you could point me to?  With webagg configured as 
the backend in my matplotlibrc and the following code, my browser opens after 
the call to show() with a webpage “MPL | WebAgg current figures” and a link to 
“Figure 1”, but I don’t get any plot, before or after clicking the link …

>>> import matplotlib.pyplot as pyplot
>>> import numpy
>>> pyplot.plot(numpy.random.random(100))
[<matplotlib.lines.Line2D object at 0x103398f90>]
>>> pyplot.show()
Press Ctrl+C to stop server
 
Many thanks,
Tim

Timothy M. Shead
Sandia National Laboratories
1461, Scalable Analysis and Visualization

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to