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

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

[Octave-bug-tracker] [bug #65023] print() poor rendering for jpgs


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #65023] print() poor rendering for jpgs
Date: Thu, 14 Dec 2023 03:13:05 -0500 (EST)

Follow-up Comment #5, bug#65023 (group octave):

Can you start Octave afresh, with the "-f" switch to make sure no startup file
comes in the way and report/upload the result of those commands:


figure ()

## What do the two following commands return for you
get (gcf, "position")(3:4)
get (0, "screenpixelsperinch")

x = rand (1000);
imagesc (x);
title('a random image');

## Can you upload the two files produced by the commands bellow
print toto.jpg
print toto.svg

 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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