A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://matplotlib.org/api/../mpl_examples/pylab_examples/figimage_demo.py below:

""" This illustrates placing images directly in the figure, with no axes. """ import numpy as np import matplotlib import matplotlib.cm as cm import matplotlib.pyplot as plt fig = plt.figure() Z = np.arange(10000.0) Z.shape = 100, 100 Z[:, 50:] = 1. im1 = plt.figimage(Z, xo=50, yo=0, origin='lower') im2 = plt.figimage(Z, xo=100, yo=100, alpha=.8, origin='lower') plt.show()

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4