-
Notifications
You must be signed in to change notification settings - Fork 157
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
Heatmap polygon triangles and gridlines don't meet exactly #196
Comments
Yes, this is known (#44). |
So, do you have any good solutions? I don't know how to fix it by slightly moving the lines outward by the line-width. |
Can you post the code that generated the plot? |
def Color_point(x, z, y, scale): def Generate_heatmap_data(scale): offset, r, s = 0.3, 0.02, 100 |
The text was updated successfully, but these errors were encountered: