Menu

CONCEPT II with gnuplot and latex

Help
sonvalka
2014-09-18
2014-09-18
  • sonvalka

    sonvalka - 2014-09-18

    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. I am searching on internet since two days but I am not able to get any relevant information. Can you guys help me ? There is no 'attach file' option here otherwise I would have attached my graph which I want to edit.

     
    • Edoardo Pasca

      Edoardo Pasca - 2014-09-18

      On Thu, Sep 18, 2014 at 2:30 PM, sonvalka sonvalka@users.sf.net wrote:

      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.

      what terminal have you used to export the graph?

      However, IMHO you should format your graph before you plug it into your
      latex file. So, you better finish the editing in CONCEPT II.

      Edo

      --
      Edo
      weblog http://edo.imanetti.net/wordpress
      podcast http://sieegiueeaccaso.blogspot.com
      cooking http://edo.imanetti.net/cucina
      :wq

       
  • Ben Abbott

    Ben Abbott - 2014-09-18

    Have you tried gnuplot's tikz terminal?

    set term tikz
    set output "test.tikz"
    plot sin(x)
    
     

    Last edit: Ben Abbott 2014-09-18

Log in to post a comment.