Skip to content

Commit

Permalink
Make titles in RAG gallery examples more explicit (#7202)
Browse files Browse the repository at this point in the history
* Update titles in RAG gallery examples

* Fix alignment of title marks with text

---------

Co-authored-by: Juan Nunez-Iglesias <jni@fastmail.com>
  • Loading branch information
anamfatima1304 and jni committed Oct 13, 2023
1 parent 5986128 commit d6ba6db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions doc/examples/segmentation/plot_rag.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
=======================
Region Adjacency Graphs
=======================
==============================
Region Adjacency Graphs (RAGs)
==============================
This example demonstrates the use of the `merge_nodes` function of a Region
Adjacency Graph (RAG). The `RAG` class represents a undirected weighted graph
Expand Down
6 changes: 3 additions & 3 deletions doc/examples/segmentation/plot_rag_boundary.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
==========================
Region Boundary based RAGs
==========================
====================================================
Region Boundary based Region adjacency graphs (RAGs)
====================================================
Construct a region boundary RAG with the ``rag_boundary`` function. The
function :py:func:`skimage.graph.rag_boundary` takes an
Expand Down
6 changes: 3 additions & 3 deletions doc/examples/segmentation/plot_rag_mean_color.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
================
RAG Thresholding
================
=========================================
Region adjacency graph (RAG) Thresholding
=========================================
This example constructs a Region Adjacency Graph (RAG) and merges regions
which are similar in color. We construct a RAG and define edges as the
Expand Down
6 changes: 3 additions & 3 deletions doc/examples/segmentation/plot_rag_merge.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
===========
RAG Merging
===========
====================================
Region adjacency graph (RAG) Merging
====================================
This example constructs a Region Adjacency Graph (RAG) and progressively merges
regions that are similar in color. Merging two adjacent regions produces
Expand Down

0 comments on commit d6ba6db

Please sign in to comment.