Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
souravsingh committed Nov 15, 2016
1 parent 95e858f commit 202be4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skimage/future/graph/rag.py
Expand Up @@ -422,9 +422,9 @@ def rag_boundary(labels, edge_map, connectivity=2):

def show_rag(labels, rag, img, border_color='black', edge_width=1.5,
edge_cmap='magma', img_cmap='bone', in_place=True, ax=None):
"""Shows a Region Adjacency Graph on an image.
"""Show a Region Adjacency Graph on an image.
Given a labelled image and its corresponding RAG, draw the nodes and edges
Given a labelled image and its corresponding RAG,show the nodes and edges
of the RAG on the image with the specified colors. Edges are displayed between
the centroid of the 2 adjacent regions in the image.
Expand Down

0 comments on commit 202be4a

Please sign in to comment.