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

Clash 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...)
gnuplot
add a comment |Â
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...)
gnuplot
add a comment |Â
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...)
gnuplot
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...)
gnuplot
asked Jan 24 at 3:19
Al Kap
498
498
add a comment |Â
add a comment |Â
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)
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
add a comment |Â
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)
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
add a comment |Â
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)
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
add a comment |Â
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)
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)
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password