(SOLVED) What is the syntax for using a multiplication symbol in a string for a plot label?
UPDATE: I figured it out. The syntax looks like this in a string: "some text here {\#}". The {\#} is used for symbols. This can be done with codes. For example {\327} prints the multiplication symbol.
PS: If you are using gnuplot through wxMaxima like I am, the syntax is slightly differant (you need two \ instead of one). So for the example {\327} you would type {\\327} instead (figuring this out almost drove me mad).
Last edit: CuriousSpider 2020-09-23
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(SOLVED) What is the syntax for using a multiplication symbol in a string for a plot label?
UPDATE: I figured it out. The syntax looks like this in a string: "some text here {\#}". The {\#} is used for symbols. This can be done with codes. For example {\327} prints the multiplication symbol.
PS: If you are using gnuplot through wxMaxima like I am, the syntax is slightly differant (you need two \ instead of one). So for the example {\327} you would type {\\327} instead (figuring this out almost drove me mad).
Last edit: CuriousSpider 2020-09-23