Some examples of plotting with matplotlib.
This code simulates Jakes's method for Rayleigh fading, something common in wireless communication systems. An image of the plot is below, and the jakes_animation_001.html file contains a ready made animation of the process.
The animation saved to gif format using anim.save('jakes_40dpi.gif', dpi=40, writer='imagemagick')
: