-
Notifications
You must be signed in to change notification settings - Fork 9
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
Enhancement Request: plot after specific move #8
Comments
How about this?
Now we can iterate for every fen and try to create the gif as requested in #9 |
Wonderful. |
I'll fix the axis :B, but not sure how to add the opposites axis. Im not sure if ggplot have this options. |
Just found this. looks promising re double axes
|
Nice, I'll check it. |
Also think it should be
|
game <- head(chesswc,1)
Would it then be possible to have a function with parameters game,move, player
so I could then plot board after e.g. whites 11th move
The text was updated successfully, but these errors were encountered: