octave-maintainers
[Top][All Lists]
Advanced

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

Request for figure generation in Matlab


From: Pantxo Diribarne
Subject: Request for figure generation in Matlab
Date: Sun, 5 Jan 2020 23:30:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

Hi,

In order to compare graphics rendering and printing between Matlab and Octave, can someone share the png files (430+) that are generated by the attached script ran in a recent version of Matlab.

For faster rendering, you can use invisible figures, e.g.:

----------------------------------------------------

set (groot, "defaultfigurevisible", "off");

d = "ML2019";

mkdir (d);

orig = cd (d);

dump_plot_demos ();

cd (orig);

zip ([d ".zip"], d)

set (groot, "defaultfigurevisible", "remove");

-----------------------------------------------------

Thanks in advance,

Pantxo

Attachment: dump_plot_demos.m
Description: Text Data


reply via email to

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