|
From: | Dmitri A. Sergatskov |
Subject: | Re: Stress mark in a graph |
Date: | Sun, 10 May 2015 19:29:15 -0500 |
Your answer works in the figure that appears after I run the script, but not in the .png that is saved automatically in my computer by print(nombre_grafica, "-color", "-dpng"). Instead of 'ó', a strange symbol appears in the title. I have tried to save it manually, but it isn't still working. Even not if I save it in other format (I've tried with .jpg and .gif).I'm using LinuxMint and Octave 3.8.Thanks for your answer.I've tried changing the plotting program and I had the same problem as you:graphics_toolkit("gnuplot")plot(rand(10,1))set(gca, "title", text("string", "Señora de España"))print -dpng test.png
[Prev in Thread] | Current Thread | [Next in Thread] |