LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to install terminal postscript in Ubuntu 14.04? (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-terminal-postscript-in-ubuntu-14-04-a-4175578059/)

AlexBB 04-21-2016 06:46 PM

How to install terminal postscript in Ubuntu 14.04?
 
This is my question. Thanks, - Alex

alberich 04-21-2016 07:54 PM

What is a terminal postscript? And what other kinds of postcripts exist?

Or do you mean how do you install postscript with terminal?

Code:

sudo apt-get install ghostscript

AlexBB 04-22-2016 01:26 PM

Thank you. ghostscript is already there. What I need is terminal postscript. I know very little about the terminals but I read on the web that terminal postscript supports command line scripting language to reproduce mathematical symbols in gnuplot, like the signs of integral, etc.

AlexBB 04-22-2016 01:44 PM

OK, I am closing the thread. I found out that terminal postscript is activated apparently by a set command in gnuplot, not apt-get install command in Ubuntu. They say the language is very complicated, I printed it out and I don't see how it can be used to write integrals. Thanks, - Alex

alberich 04-22-2016 01:55 PM

correct

AlexBB 04-26-2016 09:04 AM

Just one more thing.

I've been looking for a way to use Greek letters and math symbols in gnuplot. This is why I tried to do terminals. If you read their manual and some other websites it is the only way. In fact there is a simple-simple way to use such symbols in gnuplot. Go to this website, for instance, and there are many others, similar, and copy the symbol you need to the clipboard, then paste it into .gnu file, that's it. Example:

Code:

set label 4 "αβγδεζμ" at -5.8,-0.24
Nothing can be simpler.

Thanks.


All times are GMT -5. The time now is 04:24 PM.