Debug plotting issues: Difference between revisions

Add old graphic driver problem
m (fixed some typos)
(Add old graphic driver problem)
Line 28: Line 28:
Try
Try
   print("testplot.eps", "-debug")
   print("testplot.eps", "-debug")
and attach the generated octave-print-commands.log and debug message.
and attach the generated octave-print-commands.log, debug message and testplot.eps.


=== printing with fltk ===
=== printing with fltk ===


A common problem is that printing with fltk only works if the figure is visible, see [http://savannah.gnu.org/bugs/?33180]
A common problem is that printing with fltk only works if the figure is visible, see [http://savannah.gnu.org/bugs/?33180]
== some Windows issues ==
* A user had problems printing with fltk in windows. After he updated the graphic drivers the problem was gone. http://octave.1599824.n4.nabble.com/Problem-with-Print-under-Octave-3-8-1-under-windows-tp4664755.html
219

edits