Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news1.dtag.de!feedme.news.telefonica.de!telefonica.de!diesel.cu.mi.it!.POSTED!not-for-mail From: giacomo boffi Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Concept II, gnuplot latex Date: Fri, 19 Sep 2014 00:25:59 +0200 Organization: The Sun and the Rain. Lines: 36 Message-ID: <87iokk4lc8.fsf@pascolo.net> References: <3aefcf63-63e4-466f-9fe3-f71c6ca6bd15@googlegroups.com> NNTP-Posting-Host: ppp-181-2.21-151.libero.it Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: virtdiesel.mng.cu.mi.it 1411079160 21714 151.21.2.181 (18 Sep 2014 22:26:00 GMT) X-Complaints-To: abuse@diesel.cu.mi.it NNTP-Posting-Date: Thu, 18 Sep 2014 22:26:00 +0000 (UTC) User-Agent: Gnus/5.101 (Gnus v5.10.10) XEmacs/21.5-b34 (linux) Cancel-Lock: sha1:U69mBO4j/LKDBwE992qYFbttcWQ= Xref: csiph.com comp.graphics.apps.gnuplot:2584 sankeyok@gmail.com writes: > Hello guys, I am a new user of gnuplot and latex, > I have plotted a graph in a simulation software "CONCEPT II" using > gnuplot. Now I want to edit this graph and use it in my latex > document using 'pgfplot' package. dear sankeyo, I have to say that I'm basing my responses on speculations, as your question could have been less elusive... that said, pgfplot(s) uses TeX to make a fine plot of your data when the data is contained in an external file, or can be specified by an analytical expression... imho if you NEED to use pgfplots you have two choices 1. if what you have is JUST a graph, you can digitize it to reconstruct the original data to be fed to pgfplots, please see http://en.wikipedia.org/wiki/Converting_scanned_graphs_to_data 2. if you can run again your simulation, instead of plotting your results ask »Concept II« to save the results in a text file, to be fed into pgfplots as described in its fine manual a further option is to use gnuplot, possibly from »Concept II«, to produce an image format that you can include in your LaTeX document if you want to follow the gnuplot way, here you will find many kind and helpful people, if you want to stay with pgfplots you'd better ask on the comp.text.tex newsgroups where, of course, you'll find other helpful people as well g