-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
cannot remove border around the plot #3918
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
Comments
Hi, could you share the CSS you're using (ideally in a reproducible codepen) to help us debug? |
By the way, have you tried generating an image instead, using |
Here is a code pen: https://codepen.io/lingtalfi/pen/eaqgBY |
No, I haven't. I have thought about using an image though (reworked with photoshop), and it's indeed a simpler solution for this use case, plus we have total control on the image. However if we want to change the curvature, we need to reopen photoshop, which is arguably NOT a big deal. But my question was more about trying to fix a problem if there is one. From my experiments, I couldn't find a css bug, so I assumed it came from plotly (I might be wrong though, being an advanced css user, but not the most expert guy). And so if it comes from plotly, although it's not a big deal, in an ideal world the issue should be at least raised, and in the best case scenario fixed. The end goal: making plotly an even better library. |
You're probably right, our in-house CSS knowledge is rather poor (apart from @antoinerg 😏 )
Absolutely. Thanks very much for opening an issue!! My static-image workaround was simply a suggestion to improve your project (importing many KBs of plotly.js javascript just to draw a spline sounded less-than-ideal to my ears). I'll tag this a bug until we can confirm we aren't doing anything wrong. |
I'm working with Plotly in Dash and this worked for me: figure = px.choropleth(df, locations="Alpha3", |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
Hi, I cannot (don't know how to) remove the borders around the plot.
Here is my code, along with the screenshot (faking an instagram stat widget for an admin gui),
and we can see the small black-ish border between the top yellow part and the bottom white part, is there a way to remove it?
The text was updated successfully, but these errors were encountered: