help-octave
[Top][All Lists]
Advanced

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

Re: print produces strange results (4.0.0-rc2, Win7)


From: tmacchant
Subject: Re: print produces strange results (4.0.0-rc2, Win7)
Date: Fri, 10 Apr 2015 07:16:08 -0700 (PDT)

**********************************************
1) Try using graphics_backend("gnuplot") and cairo based 
terminals ("wxr", "qt", "pdfcairo", "pngcairo").

2) Try using UTF characters directly (i.e. instead of ylabel ("\\Omega")
  use ylabel("Ω"))

Hope that helps.

Dmitri
***********************************************

The gnuplot bundled with the current octave binary does not support cairo
based nor qt terminal.  To use cairo based terminal, you should download and
install the gnuplot from the gnuplot official web site.  You should set
gnuplot_binary that points to the full path to which the gnuplot from
official web site is installed.  For current octave. I recommend to use
version 4.6.6 but not 5.0.0.

Tatsuro



--
View this message in context: 
http://octave.1599824.n4.nabble.com/print-produces-strange-results-4-0-0-rc2-Win7-tp4669716p4669735.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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