help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stress mark in a graph


From: Dmitri A. Sergatskov
Subject: Re: Stress mark in a graph
Date: Sun, 10 May 2015 19:29:15 -0500

On Sun, May 10, 2015 at 10:45 AM, Freddy Omar López Quintero <address@hidden> wrote:

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


​Change print command to
print -dpngcairo test.png

(I assume your gnuplot has pngcairo terminal.)

Dmitri.
--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]