Skip to content
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

inward facing ticks? #238

Closed
mdekauwe opened this issue Jul 21, 2014 · 2 comments
Closed

inward facing ticks? #238

mdekauwe opened this issue Jul 21, 2014 · 2 comments

Comments

@mdekauwe
Copy link

Hi,

sns.set_style("ticks") by default sets the ticks up to face outwards, i.e. the opposite of the matplotlib default. Is there a way to put this back to the default behaviour? I can't seem to figure it out.

thanks.

@mdekauwe
Copy link
Author

sns.set_style({"xtick.direction": "in","ytick.direction": "in"})

@mwaskom
Copy link
Owner

mwaskom commented Jul 21, 2014

BTW if you're trying to use seaborn but match default matplotlib style, you can do import seaborn.apionly as sns which should respect the default matplotlib + any rc customization you have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants