You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Hello, I am using plotly.express to create a density contour map. It works quite well, but I am wondering if there is a way to constrain the density range. That is to say, I am wondering if I can do something equivalent to range_x=[-num,num] but for the z-axis. Right now, my contour map looks like this:
px.density_contour(df, x="x", y="y", z="dens", histfunc="count", range_x=[-4,4], range_y=[-4,4])
Thank you for the help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I am using plotly.express to create a density contour map. It works quite well, but I am wondering if there is a way to constrain the density range. That is to say, I am wondering if I can do something equivalent to
range_x=[-num,num]
but for the z-axis. Right now, my contour map looks like this:px.density_contour(df, x="x", y="y", z="dens", histfunc="count", range_x=[-4,4], range_y=[-4,4])
Thank you for the help.
The text was updated successfully, but these errors were encountered: