diff options
author | maya <maya@pkgsrc.org> | 2017-01-24 12:31:18 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-01-24 12:31:18 +0000 |
commit | 1ac24110b36774975bd215733884f9984509e1e1 (patch) | |
tree | 9dbc5656f3d35c3aef3822ca0abbc731d754286a | |
parent | 5411a22a2746b0979ac4b5fbea90431d1519611c (diff) | |
download | pkgsrc-1ac24110b36774975bd215733884f9984509e1e1.tar.gz |
Mention you can use ~/.octaverc to make the change more permanent, it's
more convenient.
-rw-r--r-- | math/octave/MESSAGE | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/octave/MESSAGE b/math/octave/MESSAGE index e349411c6c0..0967b4ff82d 100644 --- a/math/octave/MESSAGE +++ b/math/octave/MESSAGE @@ -1,7 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2016/09/20 21:02:40 maya Exp $ +$NetBSD: MESSAGE,v 1.2 2017/01/24 12:31:18 maya Exp $ -If you are experiencing crashes while plotting, you can try: ->> graphics_toolkit gnuplot +If you are experiencing crashes while plotting, you can try adding the +following line to ~/.octaverc: + graphics_toolkit("gnuplot"); =========================================================================== |