ain="cars",xlab="Speed",ylab="Distance")
> scatter.smooth(dist~speed,main="dist~speed")
> scatter.smooth(dist~speed,main="dist~speed",xlab="")
> scatter.smooth(dist~speed,main="dist~speed",ylab="")
>
> 4. If th
uot;
>>
>>__
>>R-devel@r-project.org mailing list
>>https://stat.ethz.ch/mailman/listinfo/r-devel
>>
>
>
> __
> R-devel@r-project.o
ople to play with. Now that grid is more mature I should probably
just kill grid.multipanel().
Paul
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
[EMAIL PROTECTED]
htt
edded all fonts, and which are not smart enough to typeset
> [incl. all recursively embedded pdf files] to realize when a font is never
> used.)
Helvetica is being included because it is the default font for the
device. Changes for R 2.3.0 will mean that it is possible to specify
ound colour, etc
from the device; from R version 2.2, this includes using 'fg' and 'bg'
from the device for gpar(col) and gpar(fill). This is so that if you
start a device using something like postscript(bg="red"), the gpar(fill)
for the top-level grid viewpor
nfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
__
R-devel@r-project.org mailing list
https://
se let me know if any further information is needed.
Thanks,
Marius
__________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auc
ecordedplot.rds')
png('test2.png')
replayPlot(r2) ## Error: NULL value passed as symbol address
dev.off()
Is there something that I'm doing wrong here?
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-
Thanks for the fix Martin.
Paul
On 04/04/18 02:07, Martin Maechler wrote:
Paul Murrell
on Tue, 3 Apr 2018 09:41:56 +1200 writes:
> Hi What you are doing "wrong" is loading a recordedplot
> into the same session that it was created in. The
> saveRDS()
;m not on the bugzilla listing, I think my last core bug report was for
chisq in 1998 ...
Richard
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Depa
_3.6.0
... what is your setup ?
Paul
On 25/08/18 05:53, Edzer Pebesma wrote:
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
UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.5.1
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-de
Awesome. Thanks for confirming.
Paul
On 05/09/18 19:46, Edzer Pebesma wrote:
Thanks, Paul -- setting the ~/.fonts.conf file the way ?X11 describes it
under the section you pointed to resolved the problem for me, on ubuntu.
On 09/04/2018 11:55 PM, Paul Murrell wrote:
Hi
Thanks for that
al <- apply(xyz, 2L, to$fromXYZ, to.ref.white)
+ rval <- apply(xyz, 2L, to$fromXYZ, to.ref.white.3)
if (inherits(to,"RGBcolorConverter"))
rval <- trim(rval)
[[alternative HTML version deleted]]
__
R-devel@r-pro
ub.io/?https://raw.githubusercontent.com/brodieG/grDevices2/level-2/extra/differences.html
Indirectly related bugzilla issue #17473:
[7]: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17473
__
R-devel@r-project.org mailing list
https://stat.ethz.
L version deleted]]
__
r-h...@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, m
your reply, I'm happy that it seems like the fix may be fairly
trivial, but I understand the necessity for caution.
If there's anything else I can do to help, please do let me know.
Thank you again,
Best,
Lee
On Monday, 4 March 2019, Paul Murrell <mailto:p...@stat.auckland.
'm assuming that an equally simple change to C_filledcontour, could
correct the problem above.
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Dep
people could offer alternative implementations via CRAN etc., rather
than having R Core be the bottleneck. Would this make sense? Has it
already been done?
Thank you,
Frederick
__________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-
o you can end up
stalling, waiting for events that never happen.
It is entirely possible that there is stuff in here that I didn't understand
properly at the time, and still don't!
- pd
On 24 Apr 2019, at 02:30 , Paul Murrell wrote:
Hi
Sorry, I can't offer an explanation for
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 Cair
ied when a graphics device is opened,
and it is then fixed for that device.
- on Windows, for cairo-based devices, the "symbol" font is still
hard-coded as "Standard Symbols L"
Paul
On 30/03/20 8:15 am, Paul Murrell wrote:
Hi
Thanks for your input on this Iñaki and Nic
days.
~G
On Sun, Mar 29, 2020 at 7:24 PM Paul Murrell <mailto:p...@stat.auckland.ac.nz>> wrote:
Hi
I have created an R branch that contains a potential fix ...
https://svn.r-project.org/R/branches/R-symfam/
This allows, for example, ...
cairo_pdf(symbolfamily=&q
Hi
On 30/03/20 10:43 pm, Iñaki Ucar wrote:
On Mon, 30 Mar 2020 at 04:24, Paul Murrell wrote:
Hi
I have created an R branch that contains a potential fix ...
https://svn.r-project.org/R/branches/R-symfam/
This allows, for example, ...
cairo_pdf(symbolfamily="OpenSymbol")
...
Hi
On 30/03/20 11:12 pm, Nicolas Mailhot wrote:
Le lundi 30 mars 2020 à 15:24 +1300, Paul Murrell a écrit :
Hi
I have created an R branch that contains a potential fix ...
https://svn.r-project.org/R/branches/R-symfam/
This allows, for example, ...
cairo_pdf(symbolfamily="OpenS
On 31/03/20 10:12 am, Iñaki Ucar wrote:
On Mon, 30 Mar 2020 at 22:41, Paul Murrell wrote:
Hi
On 30/03/20 10:43 pm, Iñaki Ucar wrote:
On Mon, 30 Mar 2020 at 04:24, Paul Murrell wrote:
Hi
I have created an R branch that contains a potential fix ...
https://svn.r-project.org/R/branches
On 31/03/20 11:50 am, Nicolas Mailhot wrote:
Le mardi 31 mars 2020 à 10:14 +1300, Paul Murrell a écrit :
Hi
On 30/03/20 11:12 pm, Nicolas Mailhot wrote:
Le lundi 30 mars 2020 à 15:24 +1300, Paul Murrell a écrit :
Hi
I have created an R branch that contains a potential fix ...
https
On 1/04/20 8:24 am, Martin Maechler wrote:
Paul Murrell
on Tue, 31 Mar 2020 09:41:30 +1300 writes:
> Hi
> On 30/03/20 10:43 pm, Iñaki Ucar wrote:
>> On Mon, 30 Mar 2020 at 04:24, Paul Murrell
wrote:
>>>
>>> Hi
>>>
rnative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat
On 31/03/20 8:04 pm, Nicolas Mailhot wrote:
Le mardi 31 mars 2020 à 15:07 +1300, Paul Murrell a écrit :
Thanks, that's useful. For my own memory, this is the parenthesis
block
that might be useful ...
U+239b Sm LEFT PARENTHESIS UPPER HOOK ⎛
U+239c Sm LEFT PARENTHESIS EXTENSIO
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:
On 6/04/20 8:21 pm, Iñaki Ucar wrote:
On Mon, 6 Apr 2020 at 04:59, Paul Murrell wrote:
Hi
The R branch ...
https://svn.r-project.org/R/branches/R-symfam/
... is now set up so that it works "out of the box" on Fedora by setting
the default to be 'symbolfamily=cairoSy
s 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
The R branch ...
https://svn.r-pr
yet to get that tto work locally
(spent a good chunk of this morning trying).
I will send a separate messaage regarding those difficulties as well so
that we can at least confirm that they are due to a malconfiguration on
my part.
Best,
~G
On Tue, Apr 7, 2020 at 7:25 PM Paul Murrell
malconfiguration on my part.
Best,
~G
On Tue, Apr 7, 2020 at 7:25 PM Paul Murrell
mailto:p...@stat.auckland.ac.nz>> wrote:
The R-symfam branch (r78176) is now working, for my basic tests,
on ...
Ubuntu (pango < 1.44)
Ubuntu (no pang
] compiler_4.0.0
```
Thanks!
Zuguang Gu
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Pri
ting!
Regards,
--
Nicolas Mailhot
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
D
polypath() from 'graphics' or grid.path() from 'grid').
Paul
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
__
the window (?)
Paul
thanks
roland
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
______
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
http://www.stat.a
isted).
Righto. I've added a mention in ?gpar
Paul
Best regards,
baptiste
On 6 August 2010 00:54, Paul Murrell wrote:
Hi
The help page for "Working with Viewports" (e.g., pushViewport()) has a
brief mention when talking about the ROOT viewport ...
"The viewport tree
However, you can use any other device that uses a display list, e.g. CairoPS
from the Cairo package (in fact any of the Cairo devices..).
Cheers,
Simon
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr P
EASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
h
Hi
[shifting to r-devel]
On 13/09/2010 8:43 a.m., David Winsemius wrote:
On Sep 12, 2010, at 4:11 PM, Paul Murrell wrote:
Hi
On 13/09/2010 7:57 a.m., baptiste auguie wrote:
Oh, right I see. I was completely off then. Maybe it's not so easy to
add<> delimiters after all, I
on 2.11.1 (2010-05-31)
x86_64-apple-darwin9.8.0
locale:
[1] en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] grid stats graphics grDevices utils datasets methods base
__
R-devel@r-project.org mailing list
htt
:
On Sat, 2 Oct 2010 22:36:07 -0700, Deepayan Sarkar
wrote:
On Sat, Oct 2, 2010 at 4:35 PM, Paul Murrell
wrote:
The only device I've tried is quartz(), x11() crashed with
rasterImage,
That is more serious. I have heard of a couple of others like this and
I think the common thread may be 6
df()
instead of postscript().
This is on Vista.
Peter Ehlers
With PDF, I get "invalid value for a dash setting" from evince --
perhaps the dash lengths are being set relative to the line width?
(Could investigate but had better continue with other things ...)
Ben Bolker
___
Hi
On 17/12/2010 2:17 a.m., Ben Bolker wrote:
On 10-12-16 12:09 AM, Jari Oksanen wrote:
On 16/12/10 04:24 AM, "Paul Murrell" wrote:
Hi
According to the PostScript Language Reference Manual and the PDF
Reference, in both PDF and PostScript ...
... a line width of zero is vali
andardness to
try to ensure that the subset of a raster image always produces a
sensible image. A simple solution would be just to outlaw r[i] for
raster objects and force the user to write r[i, ] or r[, j], depending
on what they want.
Paul
Thank you, Henrik, for the bug report.
Martin
___
Hi
On 2/02/2011 2:03 p.m., Henrik Bengtsson wrote:
On Tue, Feb 1, 2011 at 4:46 PM, Paul Murrell wrote:
Hi
On 1/02/2011 9:22 p.m., Martin Maechler wrote:
Henrik Bengtsson
on Mon, 31 Jan 2011 11:16:59 -0800 writes:
>Hi, str() on raster objects fails for certain dimensi
Hi
Martin Maechler wrote:
On Wed, Feb 2, 2011 at 23:30, Simon Urbanek wrote:
On Feb 1, 2011, at 8:16 PM, Paul Murrell wrote:
Hi
On 2/02/2011 2:03 p.m., Henrik Bengtsson wrote:
On Tue, Feb 1, 2011 at 4:46 PM, Paul Murrell wrote:
Hi
On 1/02/2011 9:22 p.m., Martin Maechler wrote:
Henrik
Hi
On 3/02/2011 1:23 p.m., Simon Urbanek wrote:
On Feb 2, 2011, at 7:00 PM, Paul Murrell wrote:
Hi
Martin Maechler wrote:
On Wed, Feb 2, 2011 at 23:30, Simon
Urbanek wrote:
On Feb 1, 2011, at 8:16 PM, Paul Murrell wrote:
Hi
On 2/02/2011 2:03 p.m., Henrik Bengtsson wrote:
On Tue, Feb
Hi
On 7/02/2011 8:36 p.m., Martin Maechler wrote:
Simon Urbanek
on Sun, 6 Feb 2011 20:53:01 -0500 writes:
> On Feb 6, 2011, at 8:10 PM, Paul Murrell wrote:
>> Hi
>>
>> On 3/02/2011 1:23 p.m., Simon Urbanek wrote:
>>>
>>
Hi
On 9/02/2011 3:51 p.m., Michael Sumner wrote:
Hello,
There's a problem for rasterImage when used in SDI mode in Windows,
which may be worth considering.
https://stat.ethz.ch/pipermail/r-sig-geo/2010-July/008820.html
I had off-list emails with Duncan Murdoch and Paul Murrell about thi
10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk1TFVcACgkQc5UpGjwzenOa6ACfVnJq67cG0czATeyti7AxgUbw
ZWwAniA7JuYCv4clq8e6jwWQuMvw/r+m
=/da6
-END PGP SIGNATURE-
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-dev
graphics grDevices utils datasets methods base
On Fri, Feb 11, 2011 at 12:41 PM, Paul Murrell wrote:
Hi
Just committed another fix that solves this problem for me at least. If you
want to test for yourself, the magic revision number that you are looking
for is r54330.
Thanks again for your
Hi
On 15/02/2011 8:11 a.m., Simon Urbanek wrote:
On Feb 14, 2011, at 12:26 PM, Ben Bolker wrote:
Paul Murrell auckland.ac.nz> writes:
Hi
On 12/02/2011 7:22 p.m., Michael Sumner wrote:
Hello, that appears to have fixed it. Thank you very much.
I can now repeat the reported workf
in9.8.0 (32-bit)
locale:
[1] en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] grid stats graphics grDevices utils datasets
methods base
loaded via a namespace (and not attached):
[1] tools_2.12.1
__________
R-deve
e packages:
[1] stats graphics grDevices utils datasets grid methods
[8] base
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckl
... eval -> eval -> showCols2 -> grid.newpage ->
Execution halted
somewhere else it seems to expect the outcome of GE_SaveSnapshotState to be
a logical array rather than a list, though I cannot find where it is.
Any chance of that getting fixed any time soon?
--
Dr Paul Murrell
Department of Sta
e any workarounds for this except for manually compiling and
installing a more recent version of PCRE from source?
Thanks!
Sebastian
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
http
s via
sudo add-apt-repository -y ppa:edd/misc
and then just do
apt-get update; apt-get install libpcre3-dev
which should do the trick -- but I haven't tested. Contact me off-list if
you fail.
Oh, and I guess we should have had this whole thread over on r-sig-debian.
Best, Dirk
and Department Chair, Integrative Biology
The University of Texas at Austin 2500 Speedway, A4800 Austin, Texas
78712 512 232 2459
[[alternative HTML version deleted]]
__ R-devel@r-project.org
mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr P
, Texas
78712 512 232 2459
[[alternative HTML version deleted]]
__ R-devel@r-project.org
mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zea
ssor and Department Chair, Integrative Biology
The University of Texas at Austin
2500 Speedway, A4800
Austin, Texas 78712
512 232 2459
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.n
on to the help page to this effect).
Thoughts?
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
__
R-d
me, so
wanted to make others aware. If nothing else, the next person (which
may be forgetful future me) may see this in a search and at least know
to order the arguments correctly.
On Mon, Mar 14, 2016 at 7:04 PM, Paul Murrell wrote:
Hi
I'm going to try to blame user error here.
p
oject.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
___
l Sumner
Software and Database Engineer
Australian Antarctic Division
203 Channel Highway
Kingston Tasmania 7050 Australia
--
Dr. Michael Sumner
Software and Database Engineer
Australian Antarctic Division
203 Channel Highway
Kingston Tasmania 7050 Australia
[[alternative HTML version deleted]]
a small patch as attachment that removes the offending lines.
- Richard Bodewits
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
le thin for the next three months.
After 12 years of this code being in place I doubt I'll be able to cover
every imaginable usecase scenario by myself though.
But thanks for replying. Was starting to think I was screaming into the
void. ;-)
- Richard Bodewits
On 09/21/2016 03:42 AM, Paul Murre
nks,
Frederick
On Tue, Jul 26, 2016 at 09:23:35AM +1200, Paul Murrell wrote:
Hi
Taking a look at those patches is now on my todo list, so I may be in touch
with both of you at some point to request some testing.
Paul
On 26/07/16 07:17, frede...@ofb.net wrote:
Dear Daniel Greenidge,
To enable g
Great. Thanks!
Paul
On 14/11/16 13:41, frede...@ofb.net wrote:
Hi Paul,
Thank you, for some reason I didn't seem to get an email notification
for your bugzilla comment!
I will try to send you something shortly.
Frederick
On Mon, Nov 14, 2016 at 08:55:20AM +1300, Paul Murrell wrote
mples should be
included as well.
Thank you,
Frederick
On Mon, Nov 14, 2016 at 01:51:08PM +1300, Paul Murrell wrote:
Great. Thanks!
Paul
On 14/11/16 13:41, frede...@ofb.net wrote:
Hi Paul,
Thank you, for some reason I didn't seem to get an email notification
for your bugzilla comment!
Statistics
231 Top Logic
National University of Ireland, Maynooth
- Paul Murrell wrote:
Thanks Frederick.
Mark, if you have any examples to share, they would also be gratefully
received.
Paul
On 14/11/16 14:53, frede...@ofb.net wrote:
Hi Paul,
OK I tried not to make the examples too fanc
when my patch(es) might
be committed? Is there anything I can do to help move this along?
Thanks,
Frederick
On Mon, Nov 14, 2016 at 08:55:20AM +1300, Paul Murrell wrote:
Hi
The current status is that I am keen for people to contribute some testing
code (see https://bugs.r-project.org/bugzilla
patches
(some have been waiting 5 years) would invite better participation.
Thank you,
Frederick
On Fri, Dec 09, 2016 at 12:01:55PM +1300, Paul Murrell wrote:
Hi
Just taking a bit more of a look at this today (currently fixated on making
sure I can build some good regression tests).
The best
ed via a namespace (and not attached):
[1] tools_3.3.2 yaml_2.1.14
Regards,
Yihui
--
https://yihui.name
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The Universi
not attached):
[1] tools_3.3.2 yaml_2.1.14
Regards,
Yihui
--
https://yihui.name
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private
lt;-
as.POSIXct(dlt
Error: identical(fd, format(dct <- as.POSIXct(dlt))) is not TRUE
... anyone else seeing that ?
I would appreciate confirmation from a heavier user of cairo_pdf() that
I have not broken anything.
Paul
On 21/02/17 08:27, Paul Murrell wrote:
Hi
This appears to be
-devel.
(iii) any packages that make use of getGraphicsEvent() should test
against r-devel (and let me know of any problems).
Thanks
Paul
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
Sumner wrote:
On Thu, 4 Aug 2016 at 17:53 Michael Sumner mailto:mdsum...@gmail.com>> wrote:
On Thu, 4 Aug 2016 at 11:17 Paul Murrell mailto:p...@stat.auckland.ac.nz>> wrote:
Hi
Just to clarify, I think this IS a problem with grid.path() as
well as
_
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
http://www.st
= mylengths, code = mycodes, angle = myangle)
I found a workaround, but this is more difficult to explain to beginners...
plot(x = c(-5, 5), y = c(-10, 20),
type = "n", xlab = "", ylab = "")
mapply(arrows, x0 = x0, y0 = y0, x1 = x1, y1 = y1,
length
o please CC me in replies.
Cheers, Ilia
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac
explicit arguments to the x11()
command.
Terry T.
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.
r or R developer so I'm a bit stuck here. I would be
happy to
> give the output of any commands. If anyone has any suggestions then
please let
> me know!
>
> Thanks!
> Mike Lee Williams
>
> __
> R-d
ngs like "setMask", "releasePattern" or
"setPattern", which seem like they should be in there if that version
has implemented support for the new API.
Mike
On Tue, Sep 21, 2021, at 1:41 PM, Paul Murrell wrote:
> Hi
>
> dev->setMask() was introduced in R 4.1.0 ...
g list
https://stat.ethz.ch/mailman/listinfo/r-devel
<https://stat.ethz.ch/mailman/listinfo/r-devel>
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.a
Hi
There is now a fix for this problem in r-devel (r81197).
Thanks for reporting the problem!
Paul
On 15/11/2021 9:16 am, Paul Murrell wrote:
Hi
Thanks for bringing this (back) up.
It is still on my list, but now back nearer the top :)
Paul
On 14/11/2021 12:51 am, Gu, Zuguang wrote
h/mailman/listinfo/r-devel
--
Dr Paul Murrell
Te Kura Tatauranga | Department of Statistics
Waipapa Taumata Rau | The University of Auckland
Private Bag 92019, Auckland 1142, New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
www.stat.auckland.ac.nz/~paul/
__
Could you also please send me the SVG code that your device is
generating for your example. Thanks!
Paul
On 27/09/22 08:50, Paul Murrell wrote:
Hi
Thanks for the report. It certainly sounds like I have done something
stupid :) For my debugging and testing could you please share the R
#x27;dst' in a group, there are also reasons not to.
Happy to hear further arguments on this.
Paul
On 28/09/2022 8:04 am, Panagiotis Skintzos wrote:
Here is the code again in text:
src <- rectGrob(2/3, 1/3, width=.6, height=.6, gp=gpar(lwd = 5,
fill=rgb(0, 0, 0.9, 0.4)))
dst <- rectG
practice to simulate
the cairo implementation and apply first the fill and then the stroke
with the active operator, on the element itself.
Any suggestions? :-)
Panagiotis
On 28/9/22 02:56, Paul Murrell wrote:
> Hi
>
> Thanks for the code (and for the previous attachments).
>
&
phics
devices.
<5>
In summary, don't go changing dsvg() too much just yet!
Paul
On 29/09/2022 1:30 pm, Paul Murrell wrote:
Hi
Would it work to explicitly record a filled-and-stroked shape as two
separate elements (one only filled and one only stroked) ?
Then it should only be as
bably not exactly how you
would want to implement the dsvg() solution, but it is at least a proof
of concept that the Cairo result can be produced in SVG.
On 30/09/22 10:49, Paul Murrell wrote:
Hi
Some more thoughts ...
<1>
I said before that currently, dev->group() does this ...
[OVER
Hi
This issue has expanded to include the behaviour of compositing
operators in R graphics more generally.
For the record, the discussion is continuing here ...
https://github.com/pmur002/rgraphics-compositing
Paul
On 4/10/22 09:20, Paul Murrell wrote:
Interim update: I have spoken with
d.polyline() behave like the
other grid.*() functions?
Kind regards,
Mike.
--
Dr Paul Murrell
Te Kura Tatauranga | Department of Statistics
Waipapa Taumata Rau | The University of Auckland
Private Bag 92019, Auckland 1142, New Zealand
64 9 3737599 x85392
p...@stat.auck
UTF-8 glyphs because they do not use
> the correct fonts {which *are* on the machine; good old `xpdf`
> does in that case show the glyphs}.
>
> Martin
>
[[alternative HTML version deleted]]
__
R-devel@r-project.org maili
1 - 100 of 159 matches
Mail list logo