[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43040] linewidth is not working
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #43040] linewidth is not working |
Date: |
Sun, 24 Aug 2014 18:33:27 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
Follow-up Comment #12, bug #43040 (project octave):
The cleanest test case is:
octave-3.8.2 -f
graphics_toolkit fltk
plot (1:10, 'linewidth', 5);
get (gcf, "__enhanced__")
print out.png
The '-f' stops Octave from loading any configuration files in case there is
something in your site-wide octaverc or your personal .octaverc configuration.
Using the full name of octave makes sure you are getting the right version,
and usually avoids any aliases you might have for octave which would start it
with different options. The second line within Octave ensures the toolkit is
fltk, rather than qt which it would be for the GUI. The fourth line is
checking on a hidden property of the figure which determines whether
anti-aliasing is used. If there is a problem with the renderer on your
graphics card it might be useful to try
set (gcf, "__enhanced__", "off")
and see if that helps.
I would also disable anything that I don't recognize from the packages that
Octave maintainers ship. In this case, I would temporarily uninstall
octave-plot and qtoctave.
Finally, you might run the following command at the shell to see what sort of
packages related to OpenGL you have installed.
dpkg -l | grep -i opengl
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43040>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43040] linewidth is not working, (continued)
- [Octave-bug-tracker] [bug #43040] linewidth is not working, anonymous, 2014/08/21
- [Octave-bug-tracker] [bug #43040] linewidth is not working, Andreas Weber, 2014/08/21
- [Octave-bug-tracker] [bug #43040] linewidth is not working, anonymous, 2014/08/21
- [Octave-bug-tracker] [bug #43040] linewidth is not working, anonymous, 2014/08/22
- [Octave-bug-tracker] [bug #43040] linewidth is not working, Andreas Weber, 2014/08/22
- [Octave-bug-tracker] [bug #43040] linewidth is not working, anonymous, 2014/08/22
- [Octave-bug-tracker] [bug #43040] linewidth is not working, Andreas Weber, 2014/08/23
- [Octave-bug-tracker] [bug #43040] linewidth is not working, anonymous, 2014/08/24
- [Octave-bug-tracker] [bug #43040] linewidth is not working, Rik, 2014/08/24
- [Octave-bug-tracker] [bug #43040] linewidth is not working, anonymous, 2014/08/24
- [Octave-bug-tracker] [bug #43040] linewidth is not working,
Rik <=
- [Octave-bug-tracker] [bug #43040] linewidth is not working, anonymous, 2014/08/25
- [Octave-bug-tracker] [bug #43040] linewidth is not working, Andreas Weber, 2014/08/25
- [Octave-bug-tracker] [bug #43040] linewidth is not working, Rik, 2014/08/25
- [Octave-bug-tracker] [bug #43040] linewidth is not working, anonymous, 2014/08/26