Skip to content

document moved examples #8688

Closed
Closed
@tacaswell

Description

@tacaswell

We are re-arranging the examples (which is good!) but I worry that we are going to break a bunch

git config diff.renameLimit 2048
git diff --name-status -C -C v2.0.0 master | grep ^[RC]

will find all of the files that have been copied or renamed which should be possible to parse into a rst block showing the renames in a reasonable way.

https://stackoverflow.com/questions/6058101/in-git-how-do-i-get-a-detailed-list-of-file-changes-from-one-revision-to-anothe


current output
R100    .travis/matplotlibDeployKey.enc ci/travis/matplotlibDeployKey.enc
R100    .travis/setup.cfg       ci/travis/setup.cfg
R100    doc/faq/anatomy.png     doc/_static/anatomy.png
C057    doc/api/offsetbox_api.rst       doc/api/container_api.rst
C058    doc/api/rcsetup_api.rst doc/api/contour_api.rst
R096    CHANGELOG       doc/users/prev_whats_new/changelog.rst
R092    examples/pylab_examples/animation_demo.py       examples/animation/animation_demo.py
R094    examples/animation/basic_example_writer.py      examples/animation/basic_example_writer_sgskip.py
R096    examples/animation/bayes_update.py      examples/animation/bayes_update_sgskip.py
R094    examples/animation/double_pendulum_animated.py  examples/animation/double_pendulum_animated_sgskip.py
R093    examples/pylab_examples/image_slices_viewer.py  examples/animation/image_slices_viewer.py
R093    examples/animation/moviewriter.py       examples/animation/moviewriter_sgskip.py
R100    examples/api/demo_affine_image.py       examples/api/affine_image.py
R096    examples/api/agg_oo.py  examples/api/agg_oo_sgskip.py
R100    examples/api/barchart_demo.py   examples/api/barchart.py
R094    examples/api/collections_demo.py        examples/api/collections.py
R061    examples/api/date_demo.py       examples/api/date.py
R100    examples/api/donut_demo.py      examples/api/donut.py
R098    examples/api/font_family_rc.py  examples/api/font_family_rc_sgskip.py
R098    examples/api/font_file.py       examples/api/font_file_sgskip.py
R095    examples/api/histogram_path_demo.py     examples/api/histogram_path.py
R100    examples/api/legend_demo.py     examples/api/legend.py
R093    examples/api/logo2.py   examples/api/logos2.py
R100    examples/api/power_norm_demo.py examples/api/power_norm.py
R100    examples/api/sankey_demo_basics.py      examples/api/sankey_basics.py
R100    examples/api/sankey_demo_links.py       examples/api/sankey_links.py
R100    examples/api/sankey_demo_rankine.py     examples/api/sankey_rankine.py
R098    examples/axes_grid/demo_axes_divider.py examples/axes_grid1/demo_axes_divider.py
R065    examples/axes_grid/demo_axes_grid.py    examples/axes_grid1/demo_axes_grid.py
R098    examples/axes_grid/demo_axes_grid2.py   examples/axes_grid1/demo_axes_grid2.py
R095    examples/axes_grid/demo_axes_hbox_divider.py    examples/axes_grid1/demo_axes_hbox_divider.py
R097    examples/axes_grid/demo_axes_rgb.py     examples/axes_grid1/demo_axes_rgb.py
R060    doc/mpl_toolkits/axes_grid/figures/demo_colorbar_of_inset_axes.py       examples/axes_grid1/demo_colorbar_of_inset_axes.py
R064    doc/mpl_toolkits/axes_grid/figures/demo_colorbar_with_axes_divider.py   examples/axes_grid1/demo_colorbar_with_axes_divider.py
R090    examples/axes_grid/demo_colorbar_with_inset_locator.py  examples/axes_grid1/demo_colorbar_with_inset_locator.py
R097    examples/axes_grid/demo_edge_colorbar.py        examples/axes_grid1/demo_edge_colorbar.py
R074    doc/mpl_toolkits/axes_grid/figures/demo_fixed_size_axes.py      examples/axes_grid1/demo_fixed_size_axes.py
R084    examples/axes_grid/demo_imagegrid_aspect.py     examples/axes_grid1/demo_imagegrid_aspect.py
R086    examples/axes_grid/inset_locator_demo.py        examples/axes_grid1/inset_locator_demo.py
R095    examples/axes_grid/inset_locator_demo2.py       examples/axes_grid1/inset_locator_demo2.py
R093    examples/axes_grid/make_room_for_ylabel_using_axesgrid.py       examples/axes_grid1/make_room_for_ylabel_using_axesgrid.py
R090    doc/mpl_toolkits/axes_grid/figures/parasite_simple.py   examples/axes_grid1/parasite_simple.py
R095    examples/axes_grid/parasite_simple2.py  examples/axes_grid1/parasite_simple2.py
R089    examples/axes_grid/scatter_hist.py      examples/axes_grid1/scatter_hist.py
R095    examples/axes_grid/simple_anchored_artists.py   examples/axes_grid1/simple_anchored_artists.py
R084    doc/mpl_toolkits/axes_grid/figures/simple_axes_divider1.py      examples/axes_grid1/simple_axes_divider1.py
R077    doc/mpl_toolkits/axes_grid/figures/simple_axes_divider2.py      examples/axes_grid1/simple_axes_divider2.py
R079    doc/mpl_toolkits/axes_grid/figures/simple_axes_divider3.py      examples/axes_grid1/simple_axes_divider3.py
R081    examples/axes_grid/simple_axesgrid.py   examples/axes_grid1/simple_axesgrid.py
R093    examples/axes_grid/simple_axesgrid2.py  examples/axes_grid1/simple_axesgrid2.py
R087    examples/axes_grid/simple_axisline4.py  examples/axes_grid1/simple_axisline4.py
R078    doc/mpl_toolkits/axes_grid/figures/simple_colorbar.py   examples/axes_grid1/simple_colorbar.py
R078    doc/mpl_toolkits/axes_grid/figures/simple_rgb.py        examples/axes_grid1/simple_rgb.py
R078    examples/axes_grid/demo_axisline_style.py       examples/axisartist/demo_axisline_style.py
R098    examples/axes_grid/demo_curvelinear_grid.py     examples/axisartist/demo_curvelinear_grid.py
R088    examples/axes_grid/demo_curvelinear_grid2.py    examples/axisartist/demo_curvelinear_grid2.py
R096    examples/axes_grid/demo_floating_axes.py        examples/axisartist/demo_floating_axes.py
R097    examples/axes_grid/demo_floating_axis.py        examples/axisartist/demo_floating_axis.py
R096    examples/axes_grid/demo_parasite_axes2.py       examples/axisartist/demo_parasite_axes2.py
R055    examples/pylab_examples/color_by_yvalue.py      examples/color/color_by_yvalue.py
R071    examples/color/color_cycle_demo.py      examples/color/color_cycle.py
R065    examples/pylab_examples/color_demo.py   examples/color/color_demo.py
R098    examples/pylab_examples/colours.py      examples/color/colors_sgskip.py
C100    examples/event_handling/README.txt      examples/event_handling/README
R079    examples/event_handling/pong_gtk.py     examples/event_handling/pong_gtk_sgskip.py
R100    examples/frontpage/plot_3D.py   examples/frontpage/3D.py
R100    examples/frontpage/plot_contour.py      examples/frontpage/contour.py
R100    examples/frontpage/plot_histogram.py    examples/frontpage/histogram.py
R099    examples/frontpage/plot_membrane.py     examples/frontpage/membrane.py
R086    examples/pylab_examples/contour_corner_mask.py  examples/images_contours_and_fields/contour_corner_mask.py
R082    examples/images_contours_and_fields/image_demo_clip_path.py     examples/images_contours_and_fields/image_clip_path.py
R098    examples/pylab_examples/image_masked.py examples/images_contours_and_fields/image_masked.py
R096    examples/pylab_examples/image_nonuniform.py     examples/images_contours_and_fields/image_nonuniform.py
R075    examples/lines_bars_and_markers/barh_demo.py    examples/lines_bars_and_markers/barh.py
R095    examples/pylab_examples/broken_barh.py  examples/lines_bars_and_markers/broken_barh.py
R050    examples/lines_bars_and_markers/fill_demo_features.py   examples/lines_bars_and_markers/fill.py
R052    examples/pylab_examples/scatter_demo2.py        examples/lines_bars_and_markers/scatter_demo2.py
R087    examples/pylab_examples/scatter_hist.py examples/lines_bars_and_markers/scatter_hist.py
R075    examples/pylab_examples/scatter_star_poly.py    examples/lines_bars_and_markers/scatter_star_poly.py
R074    examples/pylab_examples/scatter_symbol.py       examples/lines_bars_and_markers/scatter_symbol.py
R094    examples/misc/image_thumbnail.py        examples/misc/image_thumbnail_sgskip.py
R084    examples/misc/multiprocess.py   examples/misc/multiprocess_sgskip.py
R094    examples/misc/rc_traits.py      examples/misc/rc_traits_sgskip.py
R075    examples/mplot3d/2dcollections3d_demo.py        examples/mplot3d/2dcollections3d.py
R054    examples/mplot3d/contour3d_demo3.py     examples/mplot3d/contour3d_3.py
R054    examples/mplot3d/contourf3d_demo2.py    examples/mplot3d/contourf3d_2.py
R084    examples/mplot3d/hist3d_demo.py examples/mplot3d/hist3d.py
R073    examples/mplot3d/lines3d_demo.py        examples/mplot3d/lines3d.py
R059    examples/mplot3d/mixed_subplots_demo.py examples/mplot3d/mixed_subplots.py
R061    examples/mplot3d/pathpatch3d_demo.py    examples/mplot3d/pathpatch3d.py
R100    examples/mplot3d/quiver3d_demo.py       examples/mplot3d/quiver3d.py
R100    examples/mplot3d/rotate_axes3d_demo.py  examples/mplot3d/rotate_axes3d.py
R093    examples/mplot3d/scatter3d_demo.py      examples/mplot3d/scatter3d.py
R100    examples/mplot3d/subplot3d_demo.py      examples/mplot3d/subplot3d.py
R100    examples/mplot3d/surface3d_demo.py      examples/mplot3d/surface3d.py
R100    examples/mplot3d/surface3d_demo2.py     examples/mplot3d/surface3d_2.py
R100    examples/mplot3d/surface3d_demo3.py     examples/mplot3d/surface3d_3.py
R100    examples/mplot3d/surface3d_radial_demo.py       examples/mplot3d/surface3d_radial.py
R076    examples/mplot3d/text3d_demo.py examples/mplot3d/text3d.py
R100    examples/mplot3d/tricontour3d_demo.py   examples/mplot3d/tricontour3d.py
R100    examples/mplot3d/tricontourf3d_demo.py  examples/mplot3d/tricontourf3d.py
R100    examples/mplot3d/trisurf3d_demo.py      examples/mplot3d/trisurf3d.py
R100    examples/mplot3d/trisurf3d_demo2.py     examples/mplot3d/trisurf3d_2.py
R100    examples/mplot3d/wire3d_demo.py examples/mplot3d/wire3d.py
R100    examples/mplot3d/wire3d_animation_demo.py       examples/mplot3d/wire3d_animation.py
R095    examples/pie_and_polar_charts/pie_demo_features.py      examples/pie_and_polar_charts/pie_features.py
R074    examples/pie_and_polar_charts/polar_bar_demo.py examples/pie_and_polar_charts/polar_bar.py
R061    examples/pie_and_polar_charts/polar_scatter_demo.py     examples/pie_and_polar_charts/polar_scatter.py
R095    examples/pylab_examples/cursor_demo.py  examples/pylab_examples/cursor_demo_sgskip.py
R098    examples/pylab_examples/demo_text_path.py       examples/pylab_examples/demo_text_path_sgskip.py
R091    examples/pylab_examples/font_table_ttf.py       examples/pylab_examples/font_table_ttf_sgskip.py
R063    examples/pylab_examples/ginput_demo.py  examples/pylab_examples/ginput_demo_sgskip.py
R093    examples/pylab_examples/ginput_manual_clabel.py examples/pylab_examples/ginput_manual_clabel_sgskip.py
R095    examples/pylab_examples/hyperlinks.py   examples/pylab_examples/hyperlinks_sgskip.py
R061    examples/pylab_examples/major_minor_demo1.py    examples/pylab_examples/major_minor_demo.py
R062    examples/pylab_examples/print_stdout.py examples/pylab_examples/print_stdout_sgskip.py
R094    examples/pylab_examples/webapp_demo.py  examples/pylab_examples/webapp_demo_sgskip.py
R083    examples/shapes_and_collections/path_patch_demo.py      examples/shapes_and_collections/path_patch.py
R063    examples/shapes_and_collections/scatter_demo.py examples/shapes_and_collections/scatter.py
R092    examples/showcase/integral_demo.py      examples/showcase/integral.py
R076    examples/pylab_examples/barchart_demo2.py       examples/statistics/barchart_demo.py
C099    examples/statistics/boxplot_demo.py     examples/statistics/boxplot.py
R061    examples/statistics/boxplot_color_demo.py       examples/statistics/boxplot_color.py
R079    examples/statistics/boxplot_vs_violin_demo.py   examples/statistics/boxplot_vs_violin.py
R098    examples/statistics/bxp_demo.py examples/statistics/bxp.py
R098    examples/statistics/customized_violin_demo.py   examples/statistics/customized_violin.py
R100    examples/statistics/errorbar_demo.py    examples/statistics/errorbar.py
R100    examples/statistics/errorbar_demo_features.py   examples/statistics/errorbar_features.py
R099    examples/statistics/histogram_demo_cumulative.py        examples/statistics/histogram_cumulative.py
R098    examples/statistics/histogram_demo_features.py  examples/statistics/histogram_features.py
R097    examples/statistics/histogram_demo_histtypes.py examples/statistics/histogram_histtypes.py
R098    examples/statistics/histogram_demo_multihist.py examples/statistics/histogram_multihist.py
R097    examples/statistics/violinplot_demo.py  examples/statistics/violinplot.py
R091    examples/style_sheets/plot_ggplot.py    examples/style_sheets/ggplot.py
R082    examples/style_sheets/plot_grayscale.py examples/style_sheets/grayscale.py
R079    examples/pylab_examples/subplot_demo.py examples/subplots_axes_and_figures/subplot.py
R084    examples/pylab_examples/subplot_toolbar.py      examples/subplots_axes_and_figures/subplot_toolbar.py
R072    examples/pylab_examples/subplots_adjust.py      examples/subplots_axes_and_figures/subplots_adjust.py
R071    examples/pylab_examples/subplots_demo.py        examples/subplots_axes_and_figures/subplots_demo.py
R093    examples/tests/backend_driver.py        examples/tests/backend_driver_sgskip.py
R072    examples/text_labels_and_annotations/autowrap_demo.py   examples/text_labels_and_annotations/autowrap.py
R082    examples/pylab_examples/alignment_test.py       examples/text_labels_and_annotations/text_alignment.py
R063    examples/text_labels_and_annotations/text_demo_fontdict.py      examples/text_labels_and_annotations/text_fontdict.py
R075    examples/pylab_examples/newscalarformatter_demo.py      examples/ticks_and_spines/scalarformatter.py
R086    examples/ticks_and_spines/spines_demo_bounds.py examples/ticks_and_spines/spines_bounds.py
R085    examples/ticks_and_spines/spines_demo_dropped.py        examples/ticks_and_spines/spines_dropped.py
R085    examples/ticks_and_spines/ticklabels_demo_rotation.py   examples/ticks_and_spines/ticklabels_rotation.py
R096    examples/user_interfaces/embedding_in_gtk2.py   examples/user_interfaces/embedding_in_gtk2_sgskip.py
R091    examples/user_interfaces/embedding_in_gtk3_panzoom.py   examples/user_interfaces/embedding_in_gtk3_panzoom_sgskip.py
R093    examples/user_interfaces/embedding_in_gtk3.py   examples/user_interfaces/embedding_in_gtk3_sgskip.py
R086    examples/user_interfaces/embedding_in_gtk.py    examples/user_interfaces/embedding_in_gtk_sgskip.py
R091    examples/user_interfaces/embedding_in_qt4.py    examples/user_interfaces/embedding_in_qt4_sgskip.py
R090    examples/user_interfaces/embedding_in_qt4_wtoolbar.py   examples/user_interfaces/embedding_in_qt4_wtoolbar_sgskip.py
R088    examples/user_interfaces/embedding_in_qt5.py    examples/user_interfaces/embedding_in_qt5_sgskip.py
R093    examples/user_interfaces/embedding_in_tk2.py    examples/user_interfaces/embedding_in_tk2_sgskip.py
R093    examples/user_interfaces/embedding_in_tk_canvas.py      examples/user_interfaces/embedding_in_tk_canvas_sgskip.py
R096    examples/user_interfaces/embedding_in_tk.py     examples/user_interfaces/embedding_in_tk_sgskip.py
R096    examples/user_interfaces/embedding_in_wx2.py    examples/user_interfaces/embedding_in_wx2_sgskip.py
R097    examples/user_interfaces/embedding_in_wx3.py    examples/user_interfaces/embedding_in_wx3_sgskip.py
R098    examples/user_interfaces/embedding_in_wx4.py    examples/user_interfaces/embedding_in_wx4_sgskip.py
R086    examples/user_interfaces/embedding_in_wx5.py    examples/user_interfaces/embedding_in_wx5_sgskip.py
R099    examples/user_interfaces/embedding_webagg.py    examples/user_interfaces/embedding_webagg_sgskip.py
R099    examples/user_interfaces/fourier_demo_wx.py     examples/user_interfaces/fourier_demo_wx_sgskip.py
R098    examples/user_interfaces/gtk_spreadsheet.py     examples/user_interfaces/gtk_spreadsheet_sgskip.py
R090    examples/user_interfaces/histogram_demo_canvasagg.py    examples/user_interfaces/histogram_demo_canvasagg_sgskip.py
R099    examples/user_interfaces/interactive2.py        examples/user_interfaces/interactive_sgskip.py
R087    examples/user_interfaces/lineprops_dialog_gtk.py        examples/user_interfaces/lineprops_dialog_gtk_sgskip.py
R099    examples/user_interfaces/mathtext_wx.py examples/user_interfaces/mathtext_wx_sgskip.py
R092    examples/user_interfaces/mpl_with_glade_316.py  examples/user_interfaces/mpl_with_glade_316_sgskip.py
R097    examples/user_interfaces/mpl_with_glade.py      examples/user_interfaces/mpl_with_glade_sgskip.py
R096    examples/user_interfaces/pylab_with_gtk.py      examples/user_interfaces/pylab_with_gtk_sgskip.py
R095    examples/user_interfaces/svg_histogram.py       examples/user_interfaces/svg_histogram_sgskip.py
R055    examples/user_interfaces/svg_tooltip.py examples/user_interfaces/svg_tooltip_sgskip.py
R076    examples/user_interfaces/toolmanager.py examples/user_interfaces/toolmanager_sgskip.py
R098    examples/user_interfaces/wxcursor_demo.py       examples/user_interfaces/wxcursor_demo_sgskip.py
R066    doc/users/plotting/examples/anchored_box02.py   examples/userdemo/anchored_box02.py
R070    doc/users/plotting/examples/anchored_box04.py   examples/userdemo/anchored_box04.py
R084    doc/users/plotting/examples/annotate_explain.py examples/userdemo/annotate_explain.py
R058    doc/users/plotting/examples/annotate_simple01.py        examples/userdemo/annotate_simple01.py
R062    doc/users/plotting/examples/annotate_simple02.py        examples/userdemo/annotate_simple02.py
R074    doc/users/plotting/examples/annotate_simple03.py        examples/userdemo/annotate_simple03.py
R082    doc/users/plotting/examples/annotate_simple04.py        examples/userdemo/annotate_simple04.py
R069    doc/users/plotting/examples/annotate_simple_coord01.py  examples/userdemo/annotate_simple_coord01.py
R064    doc/users/plotting/examples/annotate_simple_coord02.py  examples/userdemo/annotate_simple_coord02.py
R083    doc/users/plotting/examples/annotate_simple_coord03.py  examples/userdemo/annotate_simple_coord03.py
R080    doc/users/plotting/examples/annotate_text_arrow.py      examples/userdemo/annotate_text_arrow.py
R079    doc/mpl_toolkits/axes_grid/figures/axis_direction_demo_step01.py        examples/userdemo/axis_direction_demo_step01.py
R088    doc/mpl_toolkits/axes_grid/figures/axis_direction_demo_step02.py        examples/userdemo/axis_direction_demo_step02.py
R089    doc/mpl_toolkits/axes_grid/figures/axis_direction_demo_step03.py        examples/userdemo/axis_direction_demo_step03.py
R091    doc/mpl_toolkits/axes_grid/figures/axis_direction_demo_step04.py        examples/userdemo/axis_direction_demo_step04.py
R098    doc/users/plotting/examples/colormap_normalizations.py  examples/userdemo/colormap_normalizations.py
R092    doc/users/plotting/examples/colormap_normalizations_bounds.py   examples/userdemo/colormap_normalizations_bounds.py
R093    doc/users/plotting/examples/colormap_normalizations_custom.py   examples/userdemo/colormap_normalizations_custom.py
R089    doc/users/plotting/examples/colormap_normalizations_lognorm.py  examples/userdemo/colormap_normalizations_lognorm.py
R088    doc/users/plotting/examples/colormap_normalizations_power.py    examples/userdemo/colormap_normalizations_power.py
R079    doc/users/plotting/examples/colormap_normalizations_symlognorm.py       examples/userdemo/colormap_normalizations_symlognorm.py
R071    doc/users/plotting/examples/connect_simple01.py examples/userdemo/connect_simple01.py
R088    doc/users/plotting/examples/connectionstyle_demo.py     examples/userdemo/connectionstyle_demo.py
R081    doc/users/plotting/examples/custom_boxstyle01.py        examples/userdemo/custom_boxstyle01.py
R094    doc/users/plotting/examples/custom_boxstyle02.py        examples/userdemo/custom_boxstyle02.py
R080    doc/mpl_toolkits/axes_grid/figures/demo_axis_direction.py       examples/userdemo/demo_axis_direction.py
R058    doc/users/plotting/examples/demo_gridspec02.py  examples/userdemo/demo_gridspec02.py
R081    doc/users/plotting/examples/demo_gridspec03.py  examples/userdemo/demo_gridspec03.py
R087    doc/users/plotting/examples/demo_gridspec04.py  examples/userdemo/demo_gridspec04.py
R080    doc/users/plotting/examples/demo_gridspec05.py  examples/userdemo/demo_gridspec05.py
R071    doc/users/plotting/examples/demo_gridspec06.py  examples/userdemo/demo_gridspec06.py
R091    doc/mpl_toolkits/axes_grid/figures/demo_parasite_axes.py        examples/userdemo/demo_parasite_axes_sgskip.py
R090    doc/mpl_toolkits/axes_grid/figures/demo_ticklabel_alignment.py  examples/userdemo/demo_ticklabel_alignment.py
R069    doc/mpl_toolkits/axes_grid/figures/demo_ticklabel_direction.py  examples/userdemo/demo_ticklabel_direction.py
R070    doc/users/plotting/examples/pgf_fonts.py        examples/userdemo/pgf_fonts_sgskip.py
R058    doc/users/plotting/examples/pgf_preamble.py     examples/userdemo/pgf_preamble_sgskip.py
R088    doc/users/plotting/examples/pgf_texsystem.py    examples/userdemo/pgf_texsystem_sgskip.py
R061    doc/users/plotting/examples/simple_annotate01.py        examples/userdemo/simple_annotate01.py
R078    doc/mpl_toolkits/axes_grid/figures/simple_axis_direction01.py   examples/userdemo/simple_axis_direction01.py
R087    doc/mpl_toolkits/axes_grid/figures/simple_axis_direction03.py   examples/userdemo/simple_axis_direction03.py
R080    doc/mpl_toolkits/axes_grid/figures/simple_axis_pad.py   examples/userdemo/simple_axis_pad.py
R089    doc/mpl_toolkits/axes_grid/figures/simple_axisartist1.py        examples/userdemo/simple_axisartist1.py
R087    doc/mpl_toolkits/axes_grid/figures/simple_axisline.py   examples/userdemo/simple_axisline.py
R079    doc/mpl_toolkits/axes_grid/figures/simple_axisline2.py  examples/userdemo/simple_axisline2.py
R053    doc/mpl_toolkits/axes_grid/figures/simple_axisline3.py  examples/userdemo/simple_axisline3.py
R066    doc/users/plotting/examples/simple_legend01.py  examples/userdemo/simple_legend01.py
C084    examples/widgets/lasso_selector_demo.py examples/widgets/lasso_selector_demo_sgskip.py
R057    examples/widgets/lasso_selector_demo.py examples/widgets/polygon_selector_demo.py
R086    extern/qhull/COPYING.txt        extern/libqhull/COPYING.txt
R098    extern/qhull/geom.c     extern/libqhull/geom.c
R096    extern/qhull/geom.h     extern/libqhull/geom.h
R096    extern/qhull/geom2.c    extern/libqhull/geom2.c
R091    extern/qhull/global.c   extern/libqhull/global.c
R097    extern/qhull/io.c       extern/libqhull/io.c
R091    extern/qhull/io.h       extern/libqhull/io.h
R097    extern/qhull/libqhull.c extern/libqhull/libqhull.c
R090    extern/qhull/libqhull.h extern/libqhull/libqhull.h
R080    extern/qhull/mem.c      extern/libqhull/mem.c
R094    extern/qhull/mem.h      extern/libqhull/mem.h
R098    extern/qhull/merge.c    extern/libqhull/merge.c
R096    extern/qhull/merge.h    extern/libqhull/merge.h
R095    extern/qhull/poly.c     extern/libqhull/poly.c
R093    extern/qhull/poly.h     extern/libqhull/poly.h
R093    extern/qhull/poly2.c    extern/libqhull/poly2.c
R083    extern/qhull/qhull_a.h  extern/libqhull/qhull_a.h
R097    extern/qhull/qset.c     extern/libqhull/qset.c
R098    extern/qhull/qset.h     extern/libqhull/qset.h
R091    extern/qhull/random.c   extern/libqhull/random.c
R077    extern/qhull/random.h   extern/libqhull/random.h
R075    extern/qhull/rboxlib.c  extern/libqhull/rboxlib.c
R097    extern/qhull/stat.c     extern/libqhull/stat.c
R097    extern/qhull/stat.h     extern/libqhull/stat.h
R094    extern/qhull/user.c     extern/libqhull/user.c
R091    extern/qhull/user.h     extern/libqhull/user.h
R055    extern/qhull/usermem.c  extern/libqhull/usermem.c
R086    extern/qhull/userprintf.c       extern/libqhull/userprintf.c
R092    extern/qhull/userprintf_rbox.c  extern/libqhull/userprintf_rbox.c
R098    lib/matplotlib/backends/web_backend/mpl.js      lib/matplotlib/backends/web_backend/js/mpl.js
R100    lib/matplotlib/backends/web_backend/mpl_tornado.js      lib/matplotlib/backends/web_backend/js/mpl_tornado.js
R080    lib/matplotlib/cbook.py lib/matplotlib/cbook/__init__.py
C100    lib/matplotlib/mpl-data/stylelib/classic.mplstyle       lib/matplotlib/mpl-data/stylelib/_classic_test.mplstyle
C064    lib/matplotlib/testing/exceptions.py    lib/matplotlib/testing/_nose/exceptions.py
C100    doc/sphinxext/__init__.py       lib/matplotlib/testing/_nose/plugins/__init__.py
C090    lib/matplotlib/testing/noseclasses.py   lib/matplotlib/testing/_nose/plugins/knownfailure.py
C053    lib/matplotlib/tests/baseline_images/test_figure/figure_suptitle.pdf    lib/matplotlib/tests/baseline_images/test_figure/figure_legend.pdf
C051    lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg lib/matplotlib/tests/baseline_images/test_figure/figure_legend.svg
C056    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.pdf   lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.pdf
C064    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.svg   lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.svg
C056    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_64.pdf   lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.pdf
C069    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_64.svg   lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.svg
C055    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_64.pdf  lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.pdf
C068    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_64.svg  lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.svg
C056    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.pdf lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.pdf
C067    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.svg lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.svg
C053    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.pdf     lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.pdf
C065    lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.svg     lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.svg
R100    lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth_test_image.pdf        lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.pdf
R100    lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth_test_image.png        lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.png
R100    lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth_test_image.svg        lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.svg
R100    lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans_test_image.pdf   lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans.pdf
R100    lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans_test_image.png   lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans.png
R100    lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans_test_image.svg   lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_masks_and_nans.svg
R056    lib/matplotlib/tests/baseline_images/test_axes/units_strings.pdf        lib/matplotlib/tests/baseline_images/test_tightlayout/tight_layout9.pdf
C090    lib/mpl_toolkits/axes_grid/axes_divider.py      lib/mpl_toolkits/axisartist/axes_divider.py
C096    lib/mpl_toolkits/axes_grid/axes_grid.py lib/mpl_toolkits/axisartist/axes_grid.py
C091    lib/mpl_toolkits/axes_grid/axes_rgb.py  lib/mpl_toolkits/axisartist/axes_rgb.py
C093    lib/mpl_toolkits/axes_grid/parasite_axes.py     lib/mpl_toolkits/axisartist/parasite_axes.py
C053    lib/matplotlib/tests/baseline_images/test_figure/figure_suptitle.pdf    lib/mpl_toolkits/tests/baseline_images/test_mplot3d/axes3d_ortho.pdf
C089    lib/mpl_toolkits/tests/baseline_images/test_mplot3d/quiver3d_empty.svg  lib/mpl_toolkits/tests/baseline_images/test_mplot3d/poly3dcollection_closed.svg
R100    test_only.py    setup_tests_only.py
R099    boilerplate.py  tools/boilerplate.py
R094    tools/test_triage.py    tools/triage_tests.py
R077    doc/users/annotations.rst       tutorials/text/annotations.py
R095    doc/users/pgf.rst       tutorials/text/pgf.py
R065    doc/users/text_intro.rst        tutorials/text/text_intro.py
R089    doc/users/usetex.rst    tutorials/text/usetex.py
R060    doc/mpl_toolkits/axes_grid/users/overview.rst   tutorials/toolkits/axes_grid.py
R068    doc/mpl_toolkits/axes_grid/users/axisartist.rst tutorials/toolkits/axisartist.py

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions