We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://code.shutterstock.com/rickshaw/examples/x_axis.html gives an example on how strings can be set as xticks.
So for a df/series like:
In [50]: s = pd.Series(np.random.randn(5), index=['a', 'b', 'c', 'd', 'e']) In [51]: s Out[51]: a -1.291530 b -0.158646 c 0.713441 d 0.637185 e 1.581175 dtype: float64
We could do the following:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http://code.shutterstock.com/rickshaw/examples/x_axis.html gives an example on how strings can be set as xticks.
So for a df/series like:
We could do the following:
The text was updated successfully, but these errors were encountered: