Trying to help a Mac friend running OSX 10.7 (Lion) easily set up to test
scripts I send him, and have some questions:
1) Can Matplotlib 1.1 run on the Python 2.7.2 version that comes with
Lion?
2) When is there expected to be an installer for Matplotlib 1.1 for OSX
10.7?
Thanks,
Che
---
Pietro,
Try the following:
-set minor ticks at half intervals between your major ticks
-labeling those as you currently label the major ticks
-remove the minor tick markers (set markersize=0?)
-clear out the major tick labels
-paul
On Fri, Apr 20, 2012 at 12:49 AM, Pietro wrote:
> On Fri, Apr
On Fri, Apr 20, 2012 at 9:47 AM, Pietro wrote:
>> https://gist.github.com/2412755
>
> I realize that my ascii art was mess up by gmail!
> :-)
>
> I had all the stuff to the above link. Any idea?
Sorry, I mean "I add".
Pietro
-
On Thu, Apr 19, 2012 at 2:46 PM, Pietro wrote:
> Hi,
>
> I'm new to this mailing list, I'm writing here because I was not able to
> solve searching in the web.
> I would like to display subplot data divided per week, I write this code:
>
> https://gist.github.com/2412755
I realize that my ascii a