Displaying 15 results from an estimated 15 matches for "tatauranga".
Did you mean:
tauranga
2023 Oct 15
1
Plot to a device and examine the plot?
...<https://stat.ethz.ch/mailman/listinfo/r-help>
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> <http://www.R-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
--
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
paul at stat.auckland.ac.nz
www.stat.auckland.ac.nz/~paul/
2023 Mar 26
0
Inconsistency in grid::grid.polyline
....* family of functions, a draw
> argument is used to enable/disable the drawing of the object at call time.
>
> Is this a conscious choice?? Should grid.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
paul at stat.auckland.ac.nz
www.stat.auckland.ac.nz/~paul/
2023 Oct 27
1
Wayland Display Support in R Plot
Hello,
I'm interested in understanding the current state of Wayland display support in R plot, and I was wondering if any progress or discussions have taken place regarding this matter.
As Wayland continues to gain popularity as a display protocol on modern Linux systems, having Wayland support for R's plotting capabilities would be a significant enhancement.
Could anyone provide
2023 Oct 29
1
Wayland Display Support in R Plot
...; Quentin Thorne
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
> <https://stat.ethz.ch/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
paul at stat.auckland.ac.nz
www.stat.auckland.ac.nz/~paul/
2024 Aug 16
1
Is there some place where I can check a changelog / NEWS for the grid package?
On 16.08.2024 13:46, Iago Gin? V?zquez wrote:
> Hi all,
>
> On one hand, I wanted to ask if there is some place where I can check a changelog / NEWS for the grid package, as it is not on CRAN. And in that case, where can I find it?
Grid is part of R, hence you can look at R's NEWS, e.g. at
<https://cran.r-project.org/doc/manuals/r-devel/NEWS.html>
or directly in the svn
2024 Mar 25
1
Double buffering plots on Windows
Hi Paul
Is there a concrete working example somewhere that shows how to use these to do an animation on Windows (R Gui &/or RStudio) using base R plot() and friends?
I have several old examples somewhere that used to work (R < ~ 3), but now no longer work as before.
Date: Mon, 25 Mar 2024 10:43:29 +1300
From: Paul Murrell <paul at stat.auckland.ac.nz<mailto:paul at
2023 Mar 31
1
single character in R, and how to manipulate it
Also see the "arctext" function in the plotrix package.
Jim
On Fri, Mar 31, 2023 at 11:12?AM Jim Lemon <drjimlemon at gmail.com> wrote:
>
> Hi Jinsong,
> Maybe "srt" will do what you want. As you noted non-orthogonal
> rotations may not work on some devices. You may be able to download
> mirror fonts from places like fontmirror.com, but it more
2024 Mar 22
2
Double buffering plots on Windows
Hello:
I want to present a sequence of plots as an animation. As a toy example consider the code
function(n){for (i in 1:n){
plot(1:100,sin(i*(1:100)),type="l")
title(paste("n=",i))
segments(0,0,100,0,col=2)
}}
This sort-of works on a MacOS platform, but the rendering of the plots is a bit choppy. Inserting a sleep function allows the plots to evolve smoothly.
2023 Oct 15
2
Plot to a device and examine the plot?
On 15/10/2023 12:05 p.m., Shu Fai Cheung wrote:
> Let me clarify my question:
>
> plot.new()
> polygon(c(.5, .5, .75, .8), c(.25, .3, .4, .5))
>
> If the device is an on-screen device, can I check whether a particular area
> has anything drawn on it, or, to be precise, whether the color of a
> particular area has all pixels equal to the background color. That is, if
>
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...g list
> R-SIG-Fedora at r-project.org <mailto:R-SIG-Fedora at r-project.org>
> https://stat.ethz.ch/mailman/listinfo/r-sig-fedora
> <https://stat.ethz.ch/mailman/listinfo/r-sig-fedora>
>
>
>
> --
> I?aki ?car
--
Dr Paul Murrell (he/him)
Te Kura Tatauranga | Department of Statistics
Waipapa Taumata Rau | The University of Auckland
Private Bag 92019, Auckland 1142, New Zealand
64 9 3737599 x85392
paul at stat.auckland.ac.nz
www.stat.auckland.ac.nz/~paul/
2023 Mar 08
1
insert hyperlink into svg graphic
On 3/7/23 13:12, Paul Murrell wrote:
> Hi
>
> I think the main issue here is that you are *drawing* text on the
> graphics device, so I would only expect to see literal XML text output
> in the result.
> '''
>
> Hope that helps
Thank you for your consideration of the matter, but that seems
extraordinarily overly-complicated for the results of
2023 Mar 07
1
insert hyperlink into svg graphic
This was actually the first thing that ChatGPT debugged for me.
The issue was that I was able to click on the link when I displayed the raw SVG in the browser (you can use that to test whether the syntax is even correct), but not when the svg displays inside a html page with the <img ...> tag.
ChatGPT correctly identified the issue and suggested a solution using <object ...> tags
2023 Mar 08
1
insert hyperlink into svg graphic
...p>
>>> PLEASE do read the posting guide
>>> http://www.R-project.org/posting-guide.html
>>> <http://www.R-project.org/posting-guide.html>
>>> and provide commented, minimal, self-contained, reproducible code.
>>
>
--
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
paul at stat.auckland.ac.nz
www.stat.auckland.ac.nz/~paul/
2024 Mar 13
1
evince not showing "greek" and "math" in *.pdf plots
...;mailto:R-SIG-Fedora at r-project.org>
> > https://stat.ethz.ch/mailman/listinfo/r-sig-fedora
> > <https://stat.ethz.ch/mailman/listinfo/r-sig-fedora>
> >
> >
> >
> > --
> > I?aki ?car
>
> --
> Dr Paul Murrell (he/him)
> Te Kura Tatauranga | Department of Statistics
> Waipapa Taumata Rau | The University of Auckland
> Private Bag 92019, Auckland 1142, New Zealand
> 64 9 3737599 x85392
> paul at stat.auckland.ac.nz
> www.stat.auckland.ac.nz/~paul/
>
>
--
I?aki ?car
[[alternative HTML version deleted]]
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
Martin, I wouldn't rule out an R issue yet. Fonts are... tricky. So I'm
cc'ing Paul Murrell here.
I tried several viewers here and I see the following: Chrome, Firefox and
Libreoffice Draw show the symbols; however, evince, okular and xournal++
agree on **not** showing the symbols. **If** there is a bug, the bug would
be in fontconfig, because these ones AFAIK properly delegate on