[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ⎕PLOT library change
From: |
Christian Robert |
Subject: |
Re: ⎕PLOT library change |
Date: |
Fri, 31 Jul 2020 00:53:53 -0400 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.0.1 |
I have a couple of notices,
1) if you just have only libxcb it will fail to compile (in my case) while it
was compiling ok before.
2) the new Quad-Plot (gtk3) have default point/dot/size and default line/width
of I think 8, who is too much, try 4 or 2
3) on 2 of my systems, if you Quad-Plot say 3 graphs, if you unwind/close thems
in the wrong order, it make others windows to fail
4) Unable to resize any windows. Thoses resize but not internally, just the
frame change size, not the graph.
first though, but a good start.
Xtian.
I HATE when DIFFERENT LINUX get different result while it should be the same.
On 2020-07-30 14:53, Dr. Jürgen Sauermann wrote:
Hi,
due to serious problems with displaying APL characters in *⎕PLOT* legends,
I decided to replace *libxcb* (which lacks essential Unicode support) with the
somewhat more modern *libgtk3*.
In order to use *libgtk3* you need to *./configure* again. If *libgtk3* is not
present,
then *libxcb* will be used as fallback.
*SVN 1319*.
Enjoy,
Jürgen