Plotting with log scale #276
Answered
by
polakowo
andreas-vester
asked this question in
Q&A
Replies: 1 comment 3 replies
-
import vectorbt as vbt
import pandas as pd
pd.Series([1, 2, 3]).vbt.plot(yaxis=dict(type="log")) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
andreas-vester
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I turn the scale of the y-axis into a log-scale? In plotly, you can make use of the
log_y=True
keyword argument. I am expecting to be able to use it withvectorbt
as well. I probably need a little push into the right direction.Beta Was this translation helpful? Give feedback.
All reactions