At Wed, 3 Jul 2013 15:38:52 -0500,
Kasra Fattah wrote:
> I'm using \tikzexternalize option of pgfplots and I have \addplot gnuplot
> in my code which generates a table and I use the table command for showing
> the errorbars of the plot, however, I explicitly provide the name of the
> table file created by gnuplot. But with \tikzexternalize the figure# is
> also appended to the name of the generated table file so how can I input
> that into the name of the table file I provide? because if the figure
> number is changed I have to go and manually change that name but there
> should be a way that pgfplots take care of it, is there any trick to that?
> 
> the table file name is : jobname.pgf-plots.figure1.table
> 
> How can I replace figure1 part which can adapt itself if I add a figure
> before that and it becomes figure2? right now I have to go into the code
> and change it to figure2 manually.

\tikzsetfigurename might help.

Neal

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to