python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to make Matplotlib table cell colors work with invisible cell edges?
I am trying to create a table with matplotlib that has some columns that should be visually joined by not sharing borders, and also be colored.
Now I can do one or the other, but I can't seem to do bo...

Krusenstern
Votes: 0
Answers: 1
How to fill the holes of a binary image using scikit?
For an image analysis problem, I want to output a binary image where the background is dark and the coins are white. I'm supposed to use skimage and not CV2.
I've already done some coding to come up w...
Paul Engelbert
Votes: 0
Answers: 0
Coloring osm graph edges in python
I'm trying to make a map where a certain route, e.g. the edges included in the route, is colored. For now, I have the following code:
node_route=[1223724841, 1688813022, 2464466873, 1688813022, 168881...
Beatriz Santos
Votes: 0
Answers: 1
How to close edges with straight lines to form closed contours in OpenCV
I am using the Canny Edge Detector to detect the edges of an object against the background so I can segregate it after either using contour filtering or the grabcut algorithm.
edges = cv2.Cann...
Vasileios vamvakas
Votes: 0
Answers: 1