Displaying 14 results from an estimated 14 matches for "pmur002".
2020 May 26
2
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
I am not seeing that problem on my 18.04 ...
> sessionInfo()
R version 4.0.0 Patched (2020-05-12 r78431)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.4 LTS
Matrix products: default
BLAS: /home/pmur002/R/R-4-0-branch/BUILD/lib/libRblas.so
LAPACK: /home/pmur002/R/R-4-0-branch/BUILD/lib/libRlapack.so
locale:
[1] LC_CTYPE=en_NZ.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_NZ.UTF-8 LC_COLLATE=en_NZ.UTF-8
[5] LC_MONETARY=en_NZ.UTF-8 LC_MESSAGES=en_NZ.UTF-8
[7] LC_PAPER=en_NZ.UTF-8...
2020 May 26
2
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...t;> I am not seeing that problem on my 18.04 ...
>>
>> > sessionInfo()
>> R version 4.0.0 Patched (2020-05-12 r78431)
>> Platform: x86_64-pc-linux-gnu (64-bit)
>> Running under: Ubuntu 18.04.4 LTS
>>
>> Matrix products: default
>> BLAS: /home/pmur002/R/R-4-0-branch/BUILD/lib/libRblas.so
>> LAPACK: /home/pmur002/R/R-4-0-branch/BUILD/lib/libRlapack.so
>>
>> locale:
>> [1] LC_CTYPE=en_NZ.UTF-8 LC_NUMERIC=C
>> [3] LC_TIME=en_NZ.UTF-8 LC_COLLATE=en_NZ.UTF-8
>> [5] LC_MONETARY=en_NZ.UTF-8 LC_M...
2018 Aug 24
4
plotmath degree symbol
In plotmath expressions, R's degree symbol, e.g. shown by
plot(1, main = parse(text = "1*degree*C"))
has sunk to halfway the text line, instead of touching its top. In older
R versions this looked much better.
--
Edzer Pebesma
Institute for Geoinformatics
Heisenbergstrasse 2, 48151 Muenster, Germany
Phone: +49 251 8333081
2017 Sep 14
0
y label for X11 graphics
...ces utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.4.1
... or on ...
> sessionInfo()
R Under development (unstable) (2017-09-12 r73246)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.5 LTS
Matrix products: default
BLAS: /home/pmur002/R/r-devel/BUILD/lib/libRblas.so
LAPACK: /home/pmur002/R/r-devel/BUILD/lib/libRlapack.so
locale:
[1] LC_CTYPE=en_NZ.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_NZ.UTF-8 LC_COLLATE=en_NZ.UTF-8
[5] LC_MONETARY=en_NZ.UTF-8 LC_MESSAGES=en_NZ.UTF-8
[7] LC_PAPER=en_NZ.UTF-8 LC_NAME=C...
2018 Aug 26
0
plotmath degree symbol
...vices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.4.2
... and ...
> sessionInfo()
R Under development (unstable) (2018-08-22 r75177)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.3 LTS
Matrix products: default
BLAS: /home/pmur002/R/r-devel/BUILD/lib/libRblas.so
LAPACK: /home/pmur002/R/r-devel/BUILD/lib/libRlapack.so
locale:
[1] LC_CTYPE=en_NZ.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_NZ.UTF-8 LC_COLLATE=en_NZ.UTF-8
[5] LC_MONETARY=en_NZ.UTF-8 LC_MESSAGES=en_NZ.UTF-8
[7] LC_PAPER=en_NZ.UTF-8 LC_NAME=C...
2020 Apr 06
4
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...hat we had.
The default on less "bleeding edge" systems, e.g., my Ubuntu 18.04,
remains 'symbolfamily="Symbol"'.
The default on other platforms is supposed to be the same as it was, but
I need help to confirm that. I have set up a github repo ...
https://github.com/pmur002/R-symfam-testing
... that describes how to test this on macOS and Windows if anyone has
time to do so.
I will start trying to set up a Windows test unless someone beats me to it.
Paul
On 30/03/20 3:24 pm, Paul Murrell wrote:
> Hi
>
> I have created an R branch that contains a potenti...
2020 May 26
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...t.auckland.ac.nz>
wrote:
>
> I am not seeing that problem on my 18.04 ...
>
> > sessionInfo()
> R version 4.0.0 Patched (2020-05-12 r78431)
> Platform: x86_64-pc-linux-gnu (64-bit)
> Running under: Ubuntu 18.04.4 LTS
>
> Matrix products: default
> BLAS: /home/pmur002/R/R-4-0-branch/BUILD/lib/libRblas.so
> LAPACK: /home/pmur002/R/R-4-0-branch/BUILD/lib/libRlapack.so
>
> locale:
> [1] LC_CTYPE=en_NZ.UTF-8 LC_NUMERIC=C
> [3] LC_TIME=en_NZ.UTF-8 LC_COLLATE=en_NZ.UTF-8
> [5] LC_MONETARY=en_NZ.UTF-8 LC_MESSAGES=en_NZ.UTF-8
>...
2017 Sep 13
2
y label for X11 graphics
In the following plot, the y label is missing if it is too long.
x11(type="Xlib")
plot(1:5, 1:5, ylab="Do, a deer, a female deer") # missing label
plot(1:5, 1:5, ylab="Do") # label is present
All is well for x11(type="cairo")
This is true both under R devel 2017-09-01 on xubuntu (my desktop), and 3.4.1 on Centos
6.9 (department
2020 Apr 08
4
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...The R-symfam branch (r78176) is now working, for my basic tests, on ...
>
> Ubuntu (pango < 1.44)
> Ubuntu (no pango)
> Fedora (pango > 1.44)
> Windows
>
> I need help to confirm that this builds on macOS and that the basic
> tests work ...
>
> https://github.com/pmur002/R-symfam-testing
>
> Brian has been helping with the build, but I am still looking for
> someone who can run the tests please. Happy to be fed PDF files to
> scrutinize myself; it's generating the PDF files on macOS that I need
> help with.
>
> Paul
>
> On 6/04/20 2...
2020 May 26
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...lem on my 18.04 ...
>>>
>>> > sessionInfo()
>>> R version 4.0.0 Patched (2020-05-12 r78431)
>>> Platform: x86_64-pc-linux-gnu (64-bit)
>>> Running under: Ubuntu 18.04.4 LTS
>>>
>>> Matrix products: default
>>> BLAS: /home/pmur002/R/R-4-0-branch/BUILD/lib/libRblas.so
>>> LAPACK: /home/pmur002/R/R-4-0-branch/BUILD/lib/libRlapack.so
>>>
>>> locale:
>>> [1] LC_CTYPE=en_NZ.UTF-8 LC_NUMERIC=C
>>> [3] LC_TIME=en_NZ.UTF-8 LC_COLLATE=en_NZ.UTF-8
>>> [5] LC_MONE...
2020 Apr 08
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
The R-symfam branch (r78176) is now working, for my basic tests, on ...
Ubuntu (pango < 1.44)
Ubuntu (no pango)
Fedora (pango > 1.44)
Windows
I need help to confirm that this builds on macOS and that the basic
tests work ...
https://github.com/pmur002/R-symfam-testing
Brian has been helping with the build, but I am still looking for
someone who can run the tests please. Happy to be fed PDF files to
scrutinize myself; it's generating the PDF files on macOS that I need
help with.
Paul
On 6/04/20 2:59 pm, Paul Murrell wrote:
> Hi
>...
2020 Apr 09
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Le mercredi 08 avril 2020 ? 02:55 -0700, Gabriel Becker a ?crit :
> Hi Paul,
Hi Gabriel,
Thanks a lot for the testing.
> The various font family settings seem to work too, from what I can
> tell. Both font families you suggested, however, Helvetica and Apple
> Symbols (the s is important) have significantly incomplete coverage
> with PUA on.
That is to be expected, the AMS
2020 Apr 08
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...ing, for my basic tests, on ...
>>
>> Ubuntu (pango < 1.44)
>> Ubuntu (no pango)
>> Fedora (pango > 1.44)
>> Windows
>>
>> I need help to confirm that this builds on macOS and that the basic
>> tests work ...
>>
>> https://github.com/pmur002/R-symfam-testing
>>
>> Brian has been helping with the build, but I am still looking for
>> someone who can run the tests please. Happy to be fed PDF files to
>> scrutinize myself; it's generating the PDF files on macOS that I need
>> help with.
>>
>>...
2020 Mar 29
6
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Hi
Thanks for your input on this I?aki and Nicolas.
I am starting testing an R fix for this problem today.
As suggested, the plan is to allow the R user to specify a font family
other than "symbol" for plotmath output (or, more generally, in R
parlance, for 'font=5' or 'fontface=5') on a Cairo-based graphics device.
Paul
On 27/03/20 11:30 pm, I?aki Ucar wrote: