[sage-cell] Re: Sage Cells and PreTeXt

2018-04-10 Thread Robert Beezer
Dear Tom, Have you tried running a local server via Python, as described here: http://mathbook.pugetsound.edu/doc/author-guide/html/processing-testing-html.html Rob On Tuesday, April 10, 2018 at 9:24:29 AM UTC-7, Thomas Judson wrote: > > Google list serve will not allow me to send an archived f

[sage-cell] R package ggplot2

2022-05-31 Thread Robert Beezer
Hellping a colleague with R in a Sage Cell, so I've chosen R as the language and used the main site for the Sage Cell. i don't know R very well and she doesn't know Sage very well. ;-) Code: age <- c(25, 30, 56) gender <- c("male", "female", "male") weight <- c(160, 110, 220) mydata <- data.f