diff --git a/.gitignore b/.gitignore index 0473729069d6..36d13934bcf0 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,8 @@ cover/ __conda_version__.txt lib/png.lib lib/z.lib + +# Jupyter files # +################# + +.ipynb_checkpoints/ diff --git a/doc/api/animation_api.rst b/doc/api/animation_api.rst index d8662e4f3834..ab34e5ebee4f 100644 --- a/doc/api/animation_api.rst +++ b/doc/api/animation_api.rst @@ -132,7 +132,7 @@ Examples ../gallery/animation/animate_decay ../gallery/animation/bayes_update ../gallery/animation/double_pendulum_sgskip - ../gallery/animation/histogram + ../gallery/animation/animated_histogram ../gallery/animation/rain ../gallery/animation/random_walk ../gallery/animation/simple_anim diff --git a/doc/index.rst b/doc/index.rst index a62e47330a91..c2fad272771e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ interface toolkits. border="0" alt="screenshots"/>
- screenshots
diff --git a/examples/animation/histogram.py b/examples/animation/animated_histogram.py similarity index 100% rename from examples/animation/histogram.py rename to examples/animation/animated_histogram.py diff --git a/examples/api/date_index_formatter.py b/examples/api/custom_index_formatter.py similarity index 100% rename from examples/api/date_index_formatter.py rename to examples/api/custom_index_formatter.py diff --git a/examples/axes_grid1/scatter_hist.py b/examples/axes_grid1/scatter_hist_locatable_axes.py similarity index 100% rename from examples/axes_grid1/scatter_hist.py rename to examples/axes_grid1/scatter_hist_locatable_axes.py diff --git a/examples/color/color_cycle.py b/examples/color/color_cycler.py similarity index 100% rename from examples/color/color_cycle.py rename to examples/color/color_cycler.py diff --git a/examples/lines_bars_and_markers/errorbar_limits.py b/examples/lines_bars_and_markers/errorbar_limits_simple.py similarity index 100% rename from examples/lines_bars_and_markers/errorbar_limits.py rename to examples/lines_bars_and_markers/errorbar_limits_simple.py diff --git a/examples/pyplots/boxplot_demo.py b/examples/pyplots/boxplot_demo_pyplot.py similarity index 100% rename from examples/pyplots/boxplot_demo.py rename to examples/pyplots/boxplot_demo_pyplot.py diff --git a/pytest.ini b/pytest.ini index dd76e1539d48..e21f8ef0d4d5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -116,7 +116,7 @@ pep8ignore = *examples/pyplots/annotation_basic.py E231 *examples/pyplots/annotation_polar.py E231 *examples/pyplots/auto_subplots_adjust.py E231 E261 E302 W391 - *examples/pyplots/boxplot_demo.py E231 + *examples/pyplots/boxplot_demo_pyplot.py E231 *examples/pyplots/compound_path_demo.py E231 *examples/pyplots/fig_axes_customize_simple.py E261 *examples/pyplots/pyplot_formatstr.py E231 diff --git a/tutorials/toolkits/axes_grid.py b/tutorials/toolkits/axes_grid.py index a1af2c0cbc11..7b4ad9f3eda1 100644 --- a/tutorials/toolkits/axes_grid.py +++ b/tutorials/toolkits/axes_grid.py @@ -226,8 +226,8 @@ See the full source code below. -.. figure:: ../../gallery/axes_grid1/images/sphx_glr_scatter_hist_001.png - :target: ../../gallery/axes_grid1/scatter_hist.html +.. figure:: ../../gallery/axes_grid1/images/sphx_glr_scatter_hist_locatable_axes_001.png + :target: ../../gallery/axes_grid1/scatter_hist_locatable_axes.html :align: center :scale: 50