-
Notifications
You must be signed in to change notification settings - Fork 21
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
rownames don't show in example codes #20
Labels
Comments
tibbles don't have row names. Use a normal data frame instead. |
I don't think it's tibble though. See below:
|
Ah, sorry. I mixed this and your other issue. I'll investigate. |
Any updates on this? |
Nope. If you can figure it out, I'd appreciate a PR. |
I suspect the issue was just solved by: #22 Let me know if not. |
Unfortunately no.
I just reinstalled:
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_github("leeper/slopegraph")
And ran my code and no ylabels appeared.
… On April 18, 2018 at 12:18 PM "Thomas J. Leeper" ***@***.***> wrote:
I suspect the issue was just solved by: #22 #22 Let me know if not.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub #20 (comment) , or mute the thread https://github.com/notifications/unsubscribe-auth/Akq24z4K9LB-E_vmplAX2QIn6mgnA4piks5tp2dHgaJpZM4R01Ho .
|
It works. I checked again.
Can the xlabels font be modified?
… On April 18, 2018 at 12:18 PM "Thomas J. Leeper" ***@***.***> wrote:
I suspect the issue was just solved by: #22 #22 Let me know if not.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub #20 (comment) , or mute the thread https://github.com/notifications/unsubscribe-auth/Akq24z4K9LB-E_vmplAX2QIn6mgnA4piks5tp2dHgaJpZM4R01Ho .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Examples fail to produce rownames as shown in the example screenshots (
R v3.4.3
in Windows)The text was updated successfully, but these errors were encountered: