[Matplotlib-users] what are the new features of nbagg?

2015-02-18 Thread Emilia Petrisor
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

Re: [Matplotlib-users] Season's greetings from matplotlib

2014-12-24 Thread Emilia Petrisor
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:

[Matplotlib-users] how to plot a sphere and two more curves, and the aspect ratio to be preserved

2014-04-07 Thread Emilia Petrisor
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

[Matplotlib-users] colorsys.hsl_to_rgb(h, s, l), but not matplotlib.colors.hsl_to_rgb(array)

2014-03-29 Thread Emilia Petrisor
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