Hi all,
I looked for a link where I could find out what’s new in matplotlib 1.4.3,
but there is no one.
Especially I’m interested in the new features of nbagg backend. All I know
is what I read in an email here, namely that *The nbagg backend is looking
great - some pretty swish new features*.
Th
Phil Elson, thank you very much for the season greetings, to the
development team for the new features provided this year, and to the
matplotlib community for sharing their experience.
Attached is my matplotlib generated card for all of you!!!
Happy Holydays!
Emilia P
On Wed, Dec 24, 2014 at 2:
Dear all,
I want to visualize the image through the stereographic projection (that
maps
the extended complex plane to the unit sphere), of a circle and a line from
the plane.
I imported:
import numpy as np
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
fig = plt.figure
Hi all,
While working on this IPython Notebook
http://nbviewer.ipython.org/github/empet/Math/blob/master/DomainColoring.ipynb
I wanted to compare the visual images of the same complex-valued function
generated by the classical domain coloring method, using HSV, respectively
HSL color model.
Un