[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Plot command crashes Octave
From: |
Ben Abbott |
Subject: |
Re: Plot command crashes Octave |
Date: |
Sat, 09 Jul 2016 17:52:45 -0400 |
> On Jul 9, 2016, at 3:30 PM, SunilShah <address@hidden> wrote:
>
> The problem was fixed by -
>
>> brew uninstall gnuplot
>> brew uninstall fontconfig
>> brew install fontconfig --universal
>> brew install gnuplot --with-qt
>
> Then in octave
>
>>> graphics_toolkit('qt')
>>> surfc(rand(20))
>
> works without problems
>
> -sunil
Thanks for the feedback. One clarifcation, the commend below selects the Qt
OpenGL graphics toolkit (i.e. does not use gnuplot).
graphics_toolkit (“qt”)
Some of the errors you reported were produced by gnuplot. Does the result below
also work?
graphics_toolkit gnuplot
setenv GNUTERM qt
close all
plot (rand (3))
In any event, since the app-bundle you obtained from the wiki did not include
“—universal” when installing fontconfig, it is likely this is the root of the
problem.
Ben
- Re: Plot command crashes Octave, (continued)
- Re: Plot command crashes Octave, Mike Miller, 2016/07/05
- Re: Plot command crashes Octave, Sebastian, 2016/07/06
- Re: Plot command crashes Octave, Mike Miller, 2016/07/06
- Re: Plot command crashes Octave, Dmitri A. Sergatskov, 2016/07/06
- Re: Plot command crashes Octave, Mike Miller, 2016/07/06
- Re: Plot command crashes Octave, Ben Abbott, 2016/07/06
- Re: Plot command crashes Octave, cssmith2, 2016/07/09
- Re: Plot command crashes Octave, Ben Abbott, 2016/07/09
- Re: Plot command crashes Octave, SunilShah, 2016/07/09
- Re: Plot command crashes Octave, SunilShah, 2016/07/09
- Re: Plot command crashes Octave,
Ben Abbott <=
- Re: Plot command crashes Octave, Sunil Shah, 2016/07/09
- Re: Plot command crashes Octave, cssmith2, 2016/07/09
- Re: Plot command crashes Octave, Ben Abbott, 2016/07/09
- Re: Plot command crashes Octave, cssmith2, 2016/07/09
- Re: Plot command crashes Octave, Ben Abbott, 2016/07/09
- Re: Plot command crashes Octave, Ben Abbott, 2016/07/10
Re: Plot command crashes Octave, Tatsuro MATSUOKA, 2016/07/04