-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: basic outline of base version of repel #157
base: master
Are you sure you want to change the base?
Conversation
@slowkow any general comments on API / expected behavior / style are welcome at any time |
Thanks for working on this! I think I might prefer I don't use base graphics very often, so I'm not sure what the preferred interface would be for someone who does. We might want to ask for comments from someone who does use base when you're ready. When you're ready, could I please ask if you might be able to share a figure that shows this working? Does the figure redraw if you resize the window? Like this. |
I can't imagine it would 🤔 I guess This could be captured by a dynamic plotting environment for base (e.g. on |
@slowkow I added |
@slowkow now tracking plots in this PR under |
Thanks for working on this! Let me know when you want me to have a deeper look. I can be slow to respond and might need multiple reminders. |
Thanks @slowkow -- IIRC there was an issue where the results are highly volatile. Maybe that's an issue you've seen with the |
Some initial work on #156
The skeleton is there -- API I envision is expose
repel_text
(or maybetext_repel
) as the "repel" version ofgraphics::text.default
TODO:
pos
argumentoffset
argumentsegments
if the text "hasn't moved" (?)