From low.marcus at gmail.com Wed Sep 17 07:44:14 2025 From: low.marcus at gmail.com (Marcus Low) Date: Wed, 17 Sep 2025 09:44:14 +0200 Subject: [BlindRUG] R and multi-line braille displays Message-ID: Hi All Does anyone have experience using R with some of the new multiline braille displays like the Dot Pad X? It would be fantastic if one of these devices could be used to routinely display graphical output from R. It is quite expensive though, so one would want to be sure it works before trying to get hold of a device. I'd be very keen to hear about people's experiences. The page for the Dot Pad X is here https://www.dotincorp.com/en/product/dotpadx Thanks Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: From Robin.Williams at atass-sports.co.uk Wed Sep 17 08:36:09 2025 From: Robin.Williams at atass-sports.co.uk (Robin Williams) Date: Wed, 17 Sep 2025 08:36:09 +0000 Subject: [BlindRUG] R and multi-line braille displays In-Reply-To: References: Message-ID: Hi Marcus, I don’t have direct experience of this, although I am also very interested. I did however try out the Graphiti Plus display at the Sight Village exhibition in London last year, and was impressed. I prepared some images in R, saved them to my phone, and was able to connect my phone to the display and look at the output. The Graphiti has different options for filtering the output which were fun to experiment with – for example, I remember one filter being particularly good at showing a histogram. The advantage as I see it of the Graphiti over the Monarch is that it has the option to display dots at different heights, although on the flip side I believe the Monarch has a higher resolution. I haven’t seen the Dot Pad, although I’d like to. I did see that Freedom Scientific have now released multiline Braille support for the Monarch and Dot Pad, but not yet for the graphiti, which is something else to consider. I’ve been putting off applying for funding to get one of these devices, as it seems like quite a fast moving space and I don’t want to end up with something that becomes massively outdated in the first year. The question for me, though, is how long to wait? In case you aren’t aware, there is an NFB email list, Tactile-Talk, which has other interested people. It’s been very low traffic, but I’ve found what there has been to be interesting. You might get some useful feedback there as well. Please keep us updated if you take this further. All the best, Robin From: BlindRUG On Behalf Of Marcus Low via BlindRUG Sent: 17 September 2025 08:44 To: blindrug at nfbnet.org Cc: Marcus Low Subject: [BlindRUG] R and multi-line braille displays Hi All Does anyone have experience using R with some of the new multiline braille displays like the Dot Pad X? It would be fantastic if one of these devices could be used to routinely display graphical output from R. It is quite expensive though, so one would want to be sure it works before trying to get hold of a device. I'd be very keen to hear about people's experiences. The page for the Dot Pad X is here https://www.dotincorp.com/en/product/dotpadx Thanks Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrik.bengtsson at gmail.com Wed Sep 17 15:02:43 2025 From: henrik.bengtsson at gmail.com (Henrik Bengtsson) Date: Wed, 17 Sep 2025 08:02:43 -0700 Subject: [BlindRUG] R and multi-line braille displays In-Reply-To: References: Message-ID: I'm just thinking out loud: Maybe these companies would be able to sponsor a savvy R developer (e.g. with a device) to develop a braille-aware graphics device in R, which maybe then can inspire other languages too. On https://www.dotincorp.com/en/product/dotpadx they write "Interested in a project? Let's create various projects together. Contact us." Image something like: braille(cols=30, rows=10, dots=8, heightLevels=4) plot(1:10, cex=2, col="red") point(10:1, col="blue") main(title="two data series") dev.off() The R graphics device will then generate output optimized to the available resolution and features, e.g. dot sizes rendered as different heights and text will rendered in Braille, not as pixelated fonts. FYI, the R Consortium has a twice-year grant mechanism where they sponsor technical infrastructure related R projects ( https://r-consortium.org/all-projects/). /Henrik On Wed, Sep 17, 2025, 01:37 Robin Williams via BlindRUG wrote: > Hi Marcus, > > > > I don’t have direct experience of this, although I am also very > interested. I did however try out the Graphiti Plus display at the Sight > Village exhibition in London last year, and was impressed. I prepared some > images in R, saved them to my phone, and was able to connect my phone to > the display and look at the output. The Graphiti has different options for > filtering the output which were fun to experiment with – for example, I > remember one filter being particularly good at showing a histogram. The > advantage as I see it of the Graphiti over the Monarch is that it has the > option to display dots at different heights, although on the flip side I > believe the Monarch has a higher resolution. I haven’t seen the Dot Pad, > although I’d like to. I did see that Freedom Scientific have now released > multiline Braille support for the Monarch and Dot Pad, but not yet for the > graphiti, which is something else to consider. > > > > I’ve been putting off applying for funding to get one of these devices, as > it seems like quite a fast moving space and I don’t want to end up with > something that becomes massively outdated in the first year. The question > for me, though, is how long to wait? > > > > In case you aren’t aware, there is an NFB email list, Tactile-Talk, which > has other interested people. It’s been very low traffic, but I’ve found > what there has been to be interesting. You might get some useful feedback > there as well. > > > > Please keep us updated if you take this further. > > > > All the best, > > Robin > > > > > > *From:* BlindRUG *On Behalf Of *Marcus Low > via BlindRUG > *Sent:* 17 September 2025 08:44 > *To:* blindrug at nfbnet.org > *Cc:* Marcus Low > *Subject:* [BlindRUG] R and multi-line braille displays > > > > Hi All > > > > Does anyone have experience using R with some of the new multiline braille > displays like the Dot Pad X? It would be fantastic if one of these devices > could be used to routinely display graphical output from R. It is quite > expensive though, so one would want to be sure it works before trying to > get hold of a device. I'd be very keen to hear about people's experiences. > The page for the Dot Pad X is here > https://www.dotincorp.com/en/product/dotpadx > > > > Thanks > > Marcus > > > _______________________________________________ > BlindRUG mailing list > BlindRUG at nfbnet.org > http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org > To unsubscribe, change your list options or get your account info for > BlindRUG: > > http://nfbnet.org/mailman/options/blindrug_nfbnet.org/henrik.bengtsson%40gmail.com > The list archive can be viewed at: > http://www.nfbnet.org/pipermail/blindrug_nfbnet.org > More information and useful links about using R as a blind person can be > obtained at: > http://R-Resources.massey.ac.nz > > Look for help using R commands by reading the accessible e-book "Let's Use > R Now" compiled by Jonathan Godfrey at: > http://R-Resources.massey.ac.nz/lurn/front.html > -------------- next part -------------- An HTML attachment was scrubbed... URL: