Alan G Isaac wrote:
>
> Mike Hearne wrote:
> > Along similar lines, has anyone figured out a way to have a drop shadow
> effect for text on a plot?
>
> Out of curiosity, what is the payoff
> (in communication or aesthetics)
> of such a thing?
>
>
I don't think that it communicates any more
John Hunter-4 wrote:
>
> On Mon, Dec 1, 2008 at 9:17 AM, Nate <[EMAIL PROTECTED]> wrote:
>> Is there a way to plot lines with drop shadows?
>>
>
> Nothing built-in -- but you can fake it::
>
> import matplotlib.pyplot as plt
> import numpy as np
>
> t = np.arange(0.0, 2.0, 0.01)
Mauro Cavalcanti wrote:
>
> The above code works quite well. However, I do *not* want to have the
> plot done for each edge inside the for loop; instead, I would like to
> have the x,y points stored for being plotted at once, using a plot
> command issued outside the loop. It seems that it could
Hi. I installed matplotlib and get the following when I import pylab:
In [8]: import pylab
---
ImportError Traceback (most recent call last)
C:\Documents and Settings\luke\Desktop\ in ()
C:\Py