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

Symlog scale does not work with mpl-scatter-density #33

Open
fabienpaulot opened this issue Feb 11, 2021 · 0 comments
Open

Symlog scale does not work with mpl-scatter-density #33

fabienpaulot opened this issue Feb 11, 2021 · 0 comments

Comments

@fabienpaulot
Copy link

Hello,
first off thanks for developing such a useful tool.

I am trying to make a density plot using mpl-scatter-density and rescale the xaxis using the symlog scale. This scale is available with matplotlib but it fails when using mpl-scatter-density.

I am not sure how to address this issue.

Thanks

To reproduce the issue

fig=plt.figure()

x=np.linspace(1,10,100)

ax=fig.add_subplot(1, 1, 1,projection='scatter_density')
ax.scatter_density(x,x)
ax.set_xscale('symlog')

error: ValueError: Unexpected xscale: symlog

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

1 participant