2
10
Fork
You've already forked terminalgraphics
1

README: options(device = terminalgraphics::tgp) #4

Closed
opened 2025年08月18日 21:41:31 +02:00 by hb · 1 comment

Instead of

options(device = tgp)

would it make sense to suggest:

options(device = terminalgraphics::tgp)

? After this basic things like plot(1:3, col = 2:4, cex = 4, pch = 19) works. Lots of plots can be done without having to attach the package.

Instead of ```r options(device = tgp) ``` would it make sense to suggest: ```r options(device = terminalgraphics::tgp) ``` ? After this basic things like `plot(1:3, col = 2:4, cex = 4, pch = 19)` works. Lots of plots can be done without having to attach the package.

Thanks. You are right; has been changed now in the readme.

Thanks. You are right; has been changed now in the readme.
Sign in to join this conversation.
No Branch/Tag specified
main
dev
sixel
v0.1.1
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
djvanderlaan/terminalgraphics#4
Reference in a new issue
djvanderlaan/terminalgraphics
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?