Hi All
i'm bring to do simple bar plot formatting the xlabe as 'date' using a syntax
like : fig.autofmt_xdate(bottom=0.1)
but something is wrong in my code, please have you any hints on ghow to proper
display the dates (Year) along the x axis
and how to leave a margin on the left and on the
Hi,
Have you tried the EPD python installation, it works for me and includes
SciPY/Numpy/ etc.
http://www.enthought.com/products/epd_free.php
Cheers,
Joe
William Carithers wrote:
>
> Hi all,
>
> I had matplotlib-0.99.1.1 working with Python 2.6 on OS X v10.6(Snow
> Leopard). Today I
On 03/31/2012 04:02 AM, Magician wrote:
> Alexis& Eric
>
>
> Thanks for your advices.
> I've been trying, but I still have some problems.
>
> I tried matplotlib.matplotlib_fname() and I found my silly mistake.
> Python answered
> '/usr/local/lib/python2.7/site-packages/matplotlib/mpl-data/matplot
Hi,
I'm trying to create a plot, with subplots where each row of x plots have a
common colorbar beneath it. Only the the top row will have titles. I've
tried creating a function to do this but I only achieve partial success.
Here is an image created in another program that I want to duplicate:
h
How did you install Python 2.7? None of my windows machines have ever
hand any problem finding it when I installed from the official
binaries found at python.org.
-paul
On Fri, Mar 30, 2012 at 9:56 AM, Mateusz J Burgunder
wrote:
> Hello,
>
> I am trying to download matplot (matplotlib-1.1.0) but
On Fri, Mar 30, 2012 at 12:25 PM, eoj wrote:
>
> Basically the problem is like this. I have a relatively expensive (time
> wise)
> figure to create, specifically a map with lots of detail in it. On top of
> that, I'm making an inset set of axes to highlight some regions. I'm
> having
> to recrea
Alexis & Eric
Thanks for your advices.
I've been trying, but I still have some problems.
I tried matplotlib.matplotlib_fname() and I found my silly mistake.
Python answered
'/usr/local/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc'
My RC file was named ".matplotlibrc".
When the p
Hi, I previously installed basemap by using the yum command. This installed
version 0.99.4. I want to install the latest version so I can use shaded
relief etc. This may be more of a linux problem but as I am more familiar
with python than linux I thought someone here may be able to help.
Following