Hi Christophe
I can generally not recommend using more columns than you actually read
(use) from, further a loaded file will take much space and will decrease
performance of the compilation.
I can recommend to write a script, using awk or how you like it, to extract
the columns that you wish to plot. This will let you have several files, but
a MUCH faster compilation. Consider that everytime you plot you have to
re-read the file, if you have not pre loaded it.
This is my general recommendation for anybody wishing to plot large data
sets.
I do not know how many is the limit, but try to split it up and see the
difference in compilation time.
Nick
2011/4/12 Christophe Jorssen <jorssen.lerai...@free.fr>
> Hello all,
>
> I have a file with a lot of columns (72!) and I have this error
>
> Package pgfplots Error: Table 'elements.dat.csv' has too much columns
> in line 1: Ignoring ''. Please verify that every cell entry is
> separated correctly (use braces {<cell entry>} if necessary).
>
> I think that my cells are correctly separated so is there an upper
> limit to the number of cell in one row?
>
> Thanks in advance
>
> \documentclass{article}
> \usepackage{pgfplotstable}
>
> \begin{document}
> \pgfplotstableread[col sep=comma]{elements.dat.csv}\loadedtable
> %\pgfplotstabletypeset[columns={"atomic num","atomic symbol"}]\loadedtable
>
> \end{document}
>
> --
> Christophe
>
>
> ------------------------------------------------------------------------------
> Forrester Wave Report - Recovery time is now measured in hours and minutes
> not days. Key insights are discussed in the 2010 Forrester Wave Report as
> part of an in-depth evaluation of disaster recovery service providers.
> Forrester found the best-in-class provider in terms of services and vision.
> Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
> _______________________________________________
> Pgfplots-features mailing list
> Pgfplots-features@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pgfplots-features
>
------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features