Problem solved!**
Thanks for all the tipps, but they didn't fix the problem. There never
was a problem with usecols or something. My mistake was, that I've
used the plot-script-file as the datainput-file, by accident.
Sorry for wasting your time with this.
I think it's too late (00:
On Mon, Nov 16, 2009 at 4:34 PM, Manuel Wittchen
wrote:
> Hi,
>
> I'm trying to make my first matplotlib-plot from a datafile. The
> datafile is tab-separated and looks like this:
> # x-axisy-axis
> 0 1
> 1 2
> 2 3
> 3 4
> 4 5
> 5 6
>
> So my ploting-scr
On Mon, Nov 16, 2009 at 4:34 PM, Manuel Wittchen
wrote:
> Hi,
>
> I'm trying to make my first matplotlib-plot from a datafile. The
> datafile is tab-separated and looks like this:
> # x-axis y-axis
> 0 1
> 1 2
> 2 3
> 3 4
> 4 5
> 5 6
>
> So my ploting-scr
Hi,
I'm trying to make my first matplotlib-plot from a datafile. The
datafile is tab-separated and looks like this:
# x-axisy-axis
0 1
1 2
2 3
3 4
4 5
5 6
So my ploting-script is:
#!/usr/bin/env python
from pylab import *
import numpy as np
inputfile