From c78ddf858706a6bcd5a9d034e38f07487df41d51 Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Fri, 10 Mar 2017 23:44:53 -0800 Subject: [PATCH] DOC moved spines examples sphinx-gallery --- .../{spines_demo_bounds.py => plot_spines_bounds.py} | 4 ++++ 1 file changed, 4 insertions(+) rename examples/ticks_and_spines/{spines_demo_bounds.py => plot_spines_bounds.py} (93%) diff --git a/examples/ticks_and_spines/spines_demo_bounds.py b/examples/ticks_and_spines/plot_spines_bounds.py similarity index 93% rename from examples/ticks_and_spines/spines_demo_bounds.py rename to examples/ticks_and_spines/plot_spines_bounds.py index 14e272584ea7..fd66eb5612bd 100644 --- a/examples/ticks_and_spines/spines_demo_bounds.py +++ b/examples/ticks_and_spines/plot_spines_bounds.py @@ -1,4 +1,8 @@ """ +=================== +Custom spine bounds +=================== + Demo of spines using custom bounds to limit the extent of the spine. """ import numpy as np