octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #64245] LineWidth is limited when printing in


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #64245] LineWidth is limited when printing in to raster image
Date: Tue, 23 May 2023 17:56:12 -0400 (EDT)

Update of bug #64245 (project octave):

                Category:                Plotting => Plotting with OpenGL   

    _______________________________________________________

Follow-up Comment #1:

[(Erreur - Introuvable)]
The default rendering engine ("opengl") for raster formats like png has the
same limitations as your opengl implementation, which limits the with of
GL_LINE primitives (hence the same result onscreen).

To circumvent this issue you can switch to the vector based renderer
"painters" (the former default, in versions prior to 5.2 or so), e.g.:


...
print ('p_test.png', '-painters', '-dpng', '-r300');




 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64245>

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]