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

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

[Octave-bug-tracker] [bug #48873] Matlab incompatibilities in plot routi


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #48873] Matlab incompatibilities in plot routines revealed through dump_plot_demos
Date: Sun, 11 Sep 2016 18:42:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #29, bug #48873 (project octave):

Apparently also inkscape has a command-line mode.
here is proof of principle:

set(0, 'DefaultAxesFontname', 'NotoSans')
set(0, 'DefaultTextFontname', 'NotoSans')
set(0, 'DefaultAxesFontsize', 14)
set(0, 'DefaultTextFontsize', 14)
set(0, 'DefaultLineLinewidth', 1)
set(0, 'DefaultAxesLinewidth', 1)
plot(randn(10))
grid on
ylabel("距離 (Ångström)")
xlabel("時間 (seconds)")
print t1.svg


and then in terminal

inkscape -z -A t1.pdf t1.svg


The output is attached. I think this is the best-looking
plot output I have ever been able to produce with gl-based backend.

Dmitri.



(file #38477, file #38478)
    _______________________________________________________

Additional Item Attachment:

File name: t1.pdf                         Size:10 KB
File name: t1.svg                         Size:9 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48873>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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