[Matplotlib-users] Testing - please ignore

2015-04-29 Thread garyr
-- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep di

Re: [Matplotlib-users] ImportError: No module named six

2015-03-18 Thread garyr
- Original Message - From: "Benjamin Root" To: "garyr" Cc: "Matplotlib Users" Sent: Wednesday, March 18, 2015 10:49 AM Subject: Re: [Matplotlib-users] ImportError: No module named six > An important question that I should have asked before. Exactly

Re: [Matplotlib-users] ImportError: No module named six

2015-03-17 Thread garyr
thing else could try? - Original Message - From: "Benjamin Root" To: "garyr" Cc: "Matplotlib Users" Sent: Tuesday, March 17, 2015 10:34 AM Subject: Re: [Matplotlib-users] ImportError: No module named six > Chances are, there is some sort of mixup in your inst

[Matplotlib-users] ImportError: No module named six

2015-03-17 Thread garyr
I downloaded version 1.4.3 and installed it (i.e., executed matplotlib-1.4.3.win32-py2.6.exe). Now when I attempt to run a program I get the following: >python rainfallYears.py Traceback (most recent call last): File "rainfallYears.py", line 4, in import matplotlib.pyplot as plt File "C:

[Matplotlib-users] Problem with mathematical expressions

2014-09-20 Thread garyr
I would like to place a mathematical symbol on a plot by using the appropriate code bracketed by dollar signs, e.g., $\alpha$. This is the technique used in the program pyplot_mathtext.py described at http://matplotlib.org/users/mathtext.html#mathtext-tutorial. When I run this probram I get th

[Matplotlib-users] twinx and grid

2014-02-08 Thread garyr
The script below labels both the left and right x-axes and shows a grid. Is there a way to force the horizontal grid lines to line up with the tic marks on the left axis (ax1)? import numpy as np import matplotlib.pyplot as plt fig = plt.figure() ax1 = fig.add_subplot(111) t = np.arange(0.01, 10.0