|
From: Shead, T. <ts...@sa...> - 2014-04-17 20:00:25
|
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 |