[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 17:14:46 -0400 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.0.1 |
On 2020-07-31 15:22, Dr. Jürgen Sauermann wrote:
Hi Christian,
thanks, see below.
Jürgen
On 7/31/20 6:53 AM, Christian Robert wrote:
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.
Could you please send me the compiler error message? Thanks.
I've sent you the compile errors in a separate email.
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
I have reduced the scaling between pixels and cairo sizes a bit. Changing the
defaults would
also decrease the xcb sizes which is not that good. Decreasing it further seems
to dim the
lines rather than shrinking them.
Look much better now, thanks.
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
Fixed in *SVN 1321*.
The fix is working fine, thanks again.
Xtian.
4) Unable to resize any windows. Thoses resize but not internally, just the
frame change size, not the graph.
I am currently struggling with that. I can enlarge the window but not shrink it
(the enlarged
plot area prevents the enclosing window to get smaller. You can see that effect
when trying
to drag a resize corner into the drawing area. I have to figure out how gtk
wants that to be
done. Every help is appreciated (file *Plot_gtk.cc*)
first though, but a good start.
Xtian.
I HATE when DIFFERENT LINUX get different result while it should be the same.
Trust me, I hate that even more.