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

Logarithmic axis #158

Closed
erikthysell opened this issue Mar 11, 2022 · 2 comments
Closed

Logarithmic axis #158

erikthysell opened this issue Mar 11, 2022 · 2 comments

Comments

@erikthysell
Copy link

I would love the possibility for using logarithmic axis like matplotlib/matlab's semilogx / semilogy / loglog functionality described here for plotly.
I have searched for it but it does not yet seem be there...
Anyway, thanks for the excellent package.

@sean-mcl
Copy link
Collaborator

That should be possible, like in this example https://plotly.com/javascript/log-plot/

@erikthysell
Copy link
Author

@sean-mcl - super, thanks a lot. Found it here:

new XAxis {
    Type = Plotly.Blazor.LayoutLib.XAxisLib.TypeEnum.Log
}

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