comparison doc/interpreter/plot.txi @ 31833:c5fa6a6ba7af stable

doc: Refer to OCTAVE_HOME in section about graphics renderer. * doc/interpreter/plot.txi (Hardware vs Software Rendering): Refer to output of OCTAVE_HOME to locate the opengl32.dll file. Thanks to N. Jankowski for noticing.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Feb 2023 09:30:32 +0100
parents d4693c66e7c9
children a4506463f341
comparison
equal deleted inserted replaced
31828:d4693c66e7c9 31833:c5fa6a6ba7af
2810 rendering with your graphics card drivers and software rendering, use the 2810 rendering with your graphics card drivers and software rendering, use the
2811 "OpenGL Switcher" application from the Start menu while Octave is closed. 2811 "OpenGL Switcher" application from the Start menu while Octave is closed.
2812 Alternatively, rename the following file while Octave is closed: 2812 Alternatively, rename the following file while Octave is closed:
2813 2813
2814 @file{@var{octave-home}\bin\opengl32.dll} 2814 @file{@var{octave-home}\bin\opengl32.dll}
2815 @*where @var{octave-home} is the directory in which Octave is installed (the 2815 @*where @var{octave-home} is the directory returned by
2816 default is @file{C:\Program Files\GNU Octave\Octave\Octave-@var{version}}). 2816 @ref{XREFOCTAVE_HOME, , @w{@qcode{OCTAVE_HOME}}}, i.e., the directory in which
2817 Octave is installed (the default is
2818 @file{C:\Program Files\GNU Octave\Octave\Octave-@var{version}\mingw64}).
2817 Change the file extension to @file{.bak} for hardware rendering or to 2819 Change the file extension to @file{.bak} for hardware rendering or to
2818 @file{.dll} for software rendering. 2820 @file{.dll} for software rendering.
2819 2821
2820 @node Precision issues 2822 @node Precision issues
2821 @subsubsection Precision issues 2823 @subsubsection Precision issues