Linecollection, Dates on X-axis

Thats seems to be what im after, diffrent resolution but that would be a easy fix i guess :slight_smile:
Did you manage to run the example? i got a;

datafile = cbook.get_sample_data('msft.csv', asfileobj=False)

AttributeError: ‘module’ object has no attribute ‘get_sample_data’

error

···

Subject: RE: [Matplotlib-users] Linecollection, Dates on X-axis
Date: Thu, 11 Nov 2010 13:44:43 +0000
From: david.briant@…3337…
To: qwigz@…32…

If I’ve got you correctly I asked a similar question this morning on
StackOverflow. They pointed me to -
http://matplotlib.sourceforge.net/examples/pylab_examples/date_index_for
matter.html.

-----Original Message-----
From: Tim-- [mailto:qwigz@…32…]
Sent: Thu 11-Nov-2010 08:54
To: matplotlib-users@lists.sourceforge.net
Subject: [Matplotlib-users] Linecollection, Dates on X-axis

Hello!

I have written a program that plots values over Time, because it has to
be
done(plotted) fast the date_plot didnt fit the bill so i moved over to
Linecollection and it works like a charm. The only problem i have now is
that i dont know any easy way to get dates on the x-axis. Any ideas?

View this message in context:
http://old.nabble.com/Linecollection%2C-Dates-on-X-axis-tp30188192p30188
192.html
Sent from the matplotlib - users mailing list archive at Nabble.com.



Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev


Matplotlib-users mailing list
Matplotlib-users@…1543…rge.net
matplotlib-users List Signup and Options
Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mails are not encrypted and cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The sender
therefore does not accept liability for any errors or omissions in the
contents of this message which arise as a result of e-mail transmission.
If verification is required please request a hard-copy version. This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities
or related financial instruments.

UBS Limited is a company limited by shares incorporated in the United
Kingdom registered in England and Wales with number 2035362.
Registered office: 1 Finsbury Avenue, London EC2M 2PP. UBS Limited
is authorised and regulated by the Financial Services Authority.

UBS AG is a public company incorporated with limited liability in
Switzerland domiciled in the Canton of Basel-City and the Canton of
Zurich respectively registered at the Commercial Registry offices in
those Cantons with Identification No: CH-270.3.004.646-4 and having
respective head offices at Aeschenvorstadt 1, 4051 Basel and
Bahnhofstrasse 45, 8001 Zurich, Switzerland. Registered in the
United Kingdom as a foreign company with No: FC021146 and having a
UK Establishment registered at Companies House, Cardiff, with No:
BR 004507. The principal office of UK Establishment: 1 Finsbury Avenue,
London EC2M 2PP. In the United Kingdom, UBS AG is authorised and
regulated by the Financial Services Authority.

UBS reserves the right to retain all messages. Messages are protected
and accessed only in legally justified cases.

get_sample_data is only available in mpl 1.0 and later.

···

On Nov 12, 2010, at 4:12 AM, Tim Ã…berg <qwigz@...32...> wrote:

Thats seems to be what im after, diffrent resolution but that would be a easy fix i guess :slight_smile:
Did you manage to run the example? i got a;

    datafile = cbook.get_sample_data('msft.csv', asfileobj=False)
AttributeError: 'module' object has no attribute 'get_sample_data'

error