how can I include an image file into a gnuplot-generated file?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a small image (*.eps or *.pdf) and want to include it into a gnuplot-generated file (based on regular data). I mean is there any command or trick that would put my external image in like a legend? Using "multiplot" doesn't seem to help; I could not find a good idea in the nice Kawano's site either... Any helpful idea? (Oh, I have gnuplot 4.4 release, and use a 14,04 ubuntu, if this helps...)







share|improve this question
























    up vote
    0
    down vote

    favorite












    I have a small image (*.eps or *.pdf) and want to include it into a gnuplot-generated file (based on regular data). I mean is there any command or trick that would put my external image in like a legend? Using "multiplot" doesn't seem to help; I could not find a good idea in the nice Kawano's site either... Any helpful idea? (Oh, I have gnuplot 4.4 release, and use a 14,04 ubuntu, if this helps...)







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a small image (*.eps or *.pdf) and want to include it into a gnuplot-generated file (based on regular data). I mean is there any command or trick that would put my external image in like a legend? Using "multiplot" doesn't seem to help; I could not find a good idea in the nice Kawano's site either... Any helpful idea? (Oh, I have gnuplot 4.4 release, and use a 14,04 ubuntu, if this helps...)







      share|improve this question












      I have a small image (*.eps or *.pdf) and want to include it into a gnuplot-generated file (based on regular data). I mean is there any command or trick that would put my external image in like a legend? Using "multiplot" doesn't seem to help; I could not find a good idea in the nice Kawano's site either... Any helpful idea? (Oh, I have gnuplot 4.4 release, and use a 14,04 ubuntu, if this helps...)









      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 24 at 3:19









      Al Kap

      498




      498




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I found this similar question:



          https://stackoverflow.com/q/27402181/8095033



          If you follow the links in there you will find some ways to do it (by using other programs)



          I would suggest you to learn some LaTeX, at least the basic and use it to do your work and to gain much more skills (like generating perfect pdf articles or presentations and much more).



          PS: texlive on ubuntu (and not only) comes with a command line tool named convert that can be used for many changes in the images' format (i.e. eps->png etc)






          share|improve this answer




















          • thanks! I've by now also found a similar question, and more or less similar (but simpler to me) answer in stackoverflow.com/questions/28282234
            – Al Kap
            Jan 24 at 4:04











          • nice... Glad to hear... In this answer also use latex. If you learn some latex you can do such things much easier and much better than these answers... Take a look at tikz package to see what I mean. You can use it and make almost everything inside of it (and add gnuplot of course when needed)
            – koleygr
            Jan 24 at 4:28










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f419248%2fhow-can-i-include-an-image-file-into-a-gnuplot-generated-file%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          I found this similar question:



          https://stackoverflow.com/q/27402181/8095033



          If you follow the links in there you will find some ways to do it (by using other programs)



          I would suggest you to learn some LaTeX, at least the basic and use it to do your work and to gain much more skills (like generating perfect pdf articles or presentations and much more).



          PS: texlive on ubuntu (and not only) comes with a command line tool named convert that can be used for many changes in the images' format (i.e. eps->png etc)






          share|improve this answer




















          • thanks! I've by now also found a similar question, and more or less similar (but simpler to me) answer in stackoverflow.com/questions/28282234
            – Al Kap
            Jan 24 at 4:04











          • nice... Glad to hear... In this answer also use latex. If you learn some latex you can do such things much easier and much better than these answers... Take a look at tikz package to see what I mean. You can use it and make almost everything inside of it (and add gnuplot of course when needed)
            – koleygr
            Jan 24 at 4:28














          up vote
          0
          down vote













          I found this similar question:



          https://stackoverflow.com/q/27402181/8095033



          If you follow the links in there you will find some ways to do it (by using other programs)



          I would suggest you to learn some LaTeX, at least the basic and use it to do your work and to gain much more skills (like generating perfect pdf articles or presentations and much more).



          PS: texlive on ubuntu (and not only) comes with a command line tool named convert that can be used for many changes in the images' format (i.e. eps->png etc)






          share|improve this answer




















          • thanks! I've by now also found a similar question, and more or less similar (but simpler to me) answer in stackoverflow.com/questions/28282234
            – Al Kap
            Jan 24 at 4:04











          • nice... Glad to hear... In this answer also use latex. If you learn some latex you can do such things much easier and much better than these answers... Take a look at tikz package to see what I mean. You can use it and make almost everything inside of it (and add gnuplot of course when needed)
            – koleygr
            Jan 24 at 4:28












          up vote
          0
          down vote










          up vote
          0
          down vote









          I found this similar question:



          https://stackoverflow.com/q/27402181/8095033



          If you follow the links in there you will find some ways to do it (by using other programs)



          I would suggest you to learn some LaTeX, at least the basic and use it to do your work and to gain much more skills (like generating perfect pdf articles or presentations and much more).



          PS: texlive on ubuntu (and not only) comes with a command line tool named convert that can be used for many changes in the images' format (i.e. eps->png etc)






          share|improve this answer












          I found this similar question:



          https://stackoverflow.com/q/27402181/8095033



          If you follow the links in there you will find some ways to do it (by using other programs)



          I would suggest you to learn some LaTeX, at least the basic and use it to do your work and to gain much more skills (like generating perfect pdf articles or presentations and much more).



          PS: texlive on ubuntu (and not only) comes with a command line tool named convert that can be used for many changes in the images' format (i.e. eps->png etc)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 24 at 3:50









          koleygr

          8810




          8810











          • thanks! I've by now also found a similar question, and more or less similar (but simpler to me) answer in stackoverflow.com/questions/28282234
            – Al Kap
            Jan 24 at 4:04











          • nice... Glad to hear... In this answer also use latex. If you learn some latex you can do such things much easier and much better than these answers... Take a look at tikz package to see what I mean. You can use it and make almost everything inside of it (and add gnuplot of course when needed)
            – koleygr
            Jan 24 at 4:28
















          • thanks! I've by now also found a similar question, and more or less similar (but simpler to me) answer in stackoverflow.com/questions/28282234
            – Al Kap
            Jan 24 at 4:04











          • nice... Glad to hear... In this answer also use latex. If you learn some latex you can do such things much easier and much better than these answers... Take a look at tikz package to see what I mean. You can use it and make almost everything inside of it (and add gnuplot of course when needed)
            – koleygr
            Jan 24 at 4:28















          thanks! I've by now also found a similar question, and more or less similar (but simpler to me) answer in stackoverflow.com/questions/28282234
          – Al Kap
          Jan 24 at 4:04





          thanks! I've by now also found a similar question, and more or less similar (but simpler to me) answer in stackoverflow.com/questions/28282234
          – Al Kap
          Jan 24 at 4:04













          nice... Glad to hear... In this answer also use latex. If you learn some latex you can do such things much easier and much better than these answers... Take a look at tikz package to see what I mean. You can use it and make almost everything inside of it (and add gnuplot of course when needed)
          – koleygr
          Jan 24 at 4:28




          nice... Glad to hear... In this answer also use latex. If you learn some latex you can do such things much easier and much better than these answers... Take a look at tikz package to see what I mean. You can use it and make almost everything inside of it (and add gnuplot of course when needed)
          – koleygr
          Jan 24 at 4:28












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f419248%2fhow-can-i-include-an-image-file-into-a-gnuplot-generated-file%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Peggy Mitchell

          Palaiologos

          The Forum (Inglewood, California)