Title: document moved examples · Issue #8688 · matplotlib/matplotlib · GitHub
Open Graph Title: document moved examples · Issue #8688 · matplotlib/matplotlib
X Title: document moved examples · Issue #8688 · matplotlib/matplotlib
Description: 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...
Open Graph Description: 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 a...
X Description: 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 a...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/8688
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"document moved examples","articleBody":"We are re-arranging the examples (which is good!) but I worry that we are going to break a bunch \r\n\r\n```\r\ngit config diff.renameLimit 2048\r\ngit diff --name-status -C -C v2.0.0 master | grep ^[RC]\r\n```\r\n\r\nwill 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.\r\n\r\nhttps://stackoverflow.com/questions/6058101/in-git-how-do-i-get-a-detailed-list-of-file-changes-from-one-revision-to-anothe\r\n\r\n---\r\n\r\n\u003cdetails\u003e\r\ncurrent output\r\n\r\n```\r\nR100 .travis/matplotlibDeployKey.enc ci/travis/matplotlibDeployKey.enc\r\nR100 .travis/setup.cfg ci/travis/setup.cfg\r\nR100 doc/faq/anatomy.png doc/_static/anatomy.png\r\nC057 doc/api/offsetbox_api.rst doc/api/container_api.rst\r\nC058 doc/api/rcsetup_api.rst doc/api/contour_api.rst\r\nR096 CHANGELOG doc/users/prev_whats_new/changelog.rst\r\nR092 examples/pylab_examples/animation_demo.py examples/animation/animation_demo.py\r\nR094 examples/animation/basic_example_writer.py examples/animation/basic_example_writer_sgskip.py\r\nR096 examples/animation/bayes_update.py examples/animation/bayes_update_sgskip.py\r\nR094 examples/animation/double_pendulum_animated.py examples/animation/double_pendulum_animated_sgskip.py\r\nR093 examples/pylab_examples/image_slices_viewer.py examples/animation/image_slices_viewer.py\r\nR093 examples/animation/moviewriter.py examples/animation/moviewriter_sgskip.py\r\nR100 examples/api/demo_affine_image.py examples/api/affine_image.py\r\nR096 examples/api/agg_oo.py examples/api/agg_oo_sgskip.py\r\nR100 examples/api/barchart_demo.py examples/api/barchart.py\r\nR094 examples/api/collections_demo.py examples/api/collections.py\r\nR061 examples/api/date_demo.py examples/api/date.py\r\nR100 examples/api/donut_demo.py examples/api/donut.py\r\nR098 examples/api/font_family_rc.py examples/api/font_family_rc_sgskip.py\r\nR098 examples/api/font_file.py examples/api/font_file_sgskip.py\r\nR095 examples/api/histogram_path_demo.py examples/api/histogram_path.py\r\nR100 examples/api/legend_demo.py examples/api/legend.py\r\nR093 examples/api/logo2.py examples/api/logos2.py\r\nR100 examples/api/power_norm_demo.py examples/api/power_norm.py\r\nR100 examples/api/sankey_demo_basics.py examples/api/sankey_basics.py\r\nR100 examples/api/sankey_demo_links.py examples/api/sankey_links.py\r\nR100 examples/api/sankey_demo_rankine.py examples/api/sankey_rankine.py\r\nR098 examples/axes_grid/demo_axes_divider.py examples/axes_grid1/demo_axes_divider.py\r\nR065 examples/axes_grid/demo_axes_grid.py examples/axes_grid1/demo_axes_grid.py\r\nR098 examples/axes_grid/demo_axes_grid2.py examples/axes_grid1/demo_axes_grid2.py\r\nR095 examples/axes_grid/demo_axes_hbox_divider.py examples/axes_grid1/demo_axes_hbox_divider.py\r\nR097 examples/axes_grid/demo_axes_rgb.py examples/axes_grid1/demo_axes_rgb.py\r\nR060 doc/mpl_toolkits/axes_grid/figures/demo_colorbar_of_inset_axes.py examples/axes_grid1/demo_colorbar_of_inset_axes.py\r\nR064 doc/mpl_toolkits/axes_grid/figures/demo_colorbar_with_axes_divider.py examples/axes_grid1/demo_colorbar_with_axes_divider.py\r\nR090 examples/axes_grid/demo_colorbar_with_inset_locator.py examples/axes_grid1/demo_colorbar_with_inset_locator.py\r\nR097 examples/axes_grid/demo_edge_colorbar.py examples/axes_grid1/demo_edge_colorbar.py\r\nR074 doc/mpl_toolkits/axes_grid/figures/demo_fixed_size_axes.py examples/axes_grid1/demo_fixed_size_axes.py\r\nR084 examples/axes_grid/demo_imagegrid_aspect.py examples/axes_grid1/demo_imagegrid_aspect.py\r\nR086 examples/axes_grid/inset_locator_demo.py examples/axes_grid1/inset_locator_demo.py\r\nR095 examples/axes_grid/inset_locator_demo2.py examples/axes_grid1/inset_locator_demo2.py\r\nR093 examples/axes_grid/make_room_for_ylabel_using_axesgrid.py examples/axes_grid1/make_room_for_ylabel_using_axesgrid.py\r\nR090 doc/mpl_toolkits/axes_grid/figures/parasite_simple.py examples/axes_grid1/parasite_simple.py\r\nR095 examples/axes_grid/parasite_simple2.py examples/axes_grid1/parasite_simple2.py\r\nR089 examples/axes_grid/scatter_hist.py examples/axes_grid1/scatter_hist.py\r\nR095 examples/axes_grid/simple_anchored_artists.py examples/axes_grid1/simple_anchored_artists.py\r\nR084 doc/mpl_toolkits/axes_grid/figures/simple_axes_divider1.py examples/axes_grid1/simple_axes_divider1.py\r\nR077 doc/mpl_toolkits/axes_grid/figures/simple_axes_divider2.py examples/axes_grid1/simple_axes_divider2.py\r\nR079 doc/mpl_toolkits/axes_grid/figures/simple_axes_divider3.py examples/axes_grid1/simple_axes_divider3.py\r\nR081 examples/axes_grid/simple_axesgrid.py examples/axes_grid1/simple_axesgrid.py\r\nR093 examples/axes_grid/simple_axesgrid2.py examples/axes_grid1/simple_axesgrid2.py\r\nR087 examples/axes_grid/simple_axisline4.py examples/axes_grid1/simple_axisline4.py\r\nR078 doc/mpl_toolkits/axes_grid/figures/simple_colorbar.py examples/axes_grid1/simple_colorbar.py\r\nR078 doc/mpl_toolkits/axes_grid/figures/simple_rgb.py examples/axes_grid1/simple_rgb.py\r\nR078 examples/axes_grid/demo_axisline_style.py examples/axisartist/demo_axisline_style.py\r\nR098 examples/axes_grid/demo_curvelinear_grid.py examples/axisartist/demo_curvelinear_grid.py\r\nR088 examples/axes_grid/demo_curvelinear_grid2.py examples/axisartist/demo_curvelinear_grid2.py\r\nR096 examples/axes_grid/demo_floating_axes.py examples/axisartist/demo_floating_axes.py\r\nR097 examples/axes_grid/demo_floating_axis.py examples/axisartist/demo_floating_axis.py\r\nR096 examples/axes_grid/demo_parasite_axes2.py examples/axisartist/demo_parasite_axes2.py\r\nR055 examples/pylab_examples/color_by_yvalue.py examples/color/color_by_yvalue.py\r\nR071 examples/color/color_cycle_demo.py examples/color/color_cycle.py\r\nR065 examples/pylab_examples/color_demo.py examples/color/color_demo.py\r\nR098 examples/pylab_examples/colours.py examples/color/colors_sgskip.py\r\nC100 examples/event_handling/README.txt examples/event_handling/README\r\nR079 examples/event_handling/pong_gtk.py examples/event_handling/pong_gtk_sgskip.py\r\nR100 examples/frontpage/plot_3D.py examples/frontpage/3D.py\r\nR100 examples/frontpage/plot_contour.py examples/frontpage/contour.py\r\nR100 examples/frontpage/plot_histogram.py examples/frontpage/histogram.py\r\nR099 examples/frontpage/plot_membrane.py examples/frontpage/membrane.py\r\nR086 examples/pylab_examples/contour_corner_mask.py examples/images_contours_and_fields/contour_corner_mask.py\r\nR082 examples/images_contours_and_fields/image_demo_clip_path.py examples/images_contours_and_fields/image_clip_path.py\r\nR098 examples/pylab_examples/image_masked.py examples/images_contours_and_fields/image_masked.py\r\nR096 examples/pylab_examples/image_nonuniform.py examples/images_contours_and_fields/image_nonuniform.py\r\nR075 examples/lines_bars_and_markers/barh_demo.py examples/lines_bars_and_markers/barh.py\r\nR095 examples/pylab_examples/broken_barh.py examples/lines_bars_and_markers/broken_barh.py\r\nR050 examples/lines_bars_and_markers/fill_demo_features.py examples/lines_bars_and_markers/fill.py\r\nR052 examples/pylab_examples/scatter_demo2.py examples/lines_bars_and_markers/scatter_demo2.py\r\nR087 examples/pylab_examples/scatter_hist.py examples/lines_bars_and_markers/scatter_hist.py\r\nR075 examples/pylab_examples/scatter_star_poly.py examples/lines_bars_and_markers/scatter_star_poly.py\r\nR074 examples/pylab_examples/scatter_symbol.py examples/lines_bars_and_markers/scatter_symbol.py\r\nR094 examples/misc/image_thumbnail.py examples/misc/image_thumbnail_sgskip.py\r\nR084 examples/misc/multiprocess.py examples/misc/multiprocess_sgskip.py\r\nR094 examples/misc/rc_traits.py examples/misc/rc_traits_sgskip.py\r\nR075 examples/mplot3d/2dcollections3d_demo.py examples/mplot3d/2dcollections3d.py\r\nR054 examples/mplot3d/contour3d_demo3.py examples/mplot3d/contour3d_3.py\r\nR054 examples/mplot3d/contourf3d_demo2.py examples/mplot3d/contourf3d_2.py\r\nR084 examples/mplot3d/hist3d_demo.py examples/mplot3d/hist3d.py\r\nR073 examples/mplot3d/lines3d_demo.py examples/mplot3d/lines3d.py\r\nR059 examples/mplot3d/mixed_subplots_demo.py examples/mplot3d/mixed_subplots.py\r\nR061 examples/mplot3d/pathpatch3d_demo.py examples/mplot3d/pathpatch3d.py\r\nR100 examples/mplot3d/quiver3d_demo.py examples/mplot3d/quiver3d.py\r\nR100 examples/mplot3d/rotate_axes3d_demo.py examples/mplot3d/rotate_axes3d.py\r\nR093 examples/mplot3d/scatter3d_demo.py examples/mplot3d/scatter3d.py\r\nR100 examples/mplot3d/subplot3d_demo.py examples/mplot3d/subplot3d.py\r\nR100 examples/mplot3d/surface3d_demo.py examples/mplot3d/surface3d.py\r\nR100 examples/mplot3d/surface3d_demo2.py examples/mplot3d/surface3d_2.py\r\nR100 examples/mplot3d/surface3d_demo3.py examples/mplot3d/surface3d_3.py\r\nR100 examples/mplot3d/surface3d_radial_demo.py examples/mplot3d/surface3d_radial.py\r\nR076 examples/mplot3d/text3d_demo.py examples/mplot3d/text3d.py\r\nR100 examples/mplot3d/tricontour3d_demo.py examples/mplot3d/tricontour3d.py\r\nR100 examples/mplot3d/tricontourf3d_demo.py examples/mplot3d/tricontourf3d.py\r\nR100 examples/mplot3d/trisurf3d_demo.py examples/mplot3d/trisurf3d.py\r\nR100 examples/mplot3d/trisurf3d_demo2.py examples/mplot3d/trisurf3d_2.py\r\nR100 examples/mplot3d/wire3d_demo.py examples/mplot3d/wire3d.py\r\nR100 examples/mplot3d/wire3d_animation_demo.py examples/mplot3d/wire3d_animation.py\r\nR095 examples/pie_and_polar_charts/pie_demo_features.py examples/pie_and_polar_charts/pie_features.py\r\nR074 examples/pie_and_polar_charts/polar_bar_demo.py examples/pie_and_polar_charts/polar_bar.py\r\nR061 examples/pie_and_polar_charts/polar_scatter_demo.py examples/pie_and_polar_charts/polar_scatter.py\r\nR095 examples/pylab_examples/cursor_demo.py examples/pylab_examples/cursor_demo_sgskip.py\r\nR098 examples/pylab_examples/demo_text_path.py examples/pylab_examples/demo_text_path_sgskip.py\r\nR091 examples/pylab_examples/font_table_ttf.py examples/pylab_examples/font_table_ttf_sgskip.py\r\nR063 examples/pylab_examples/ginput_demo.py examples/pylab_examples/ginput_demo_sgskip.py\r\nR093 examples/pylab_examples/ginput_manual_clabel.py examples/pylab_examples/ginput_manual_clabel_sgskip.py\r\nR095 examples/pylab_examples/hyperlinks.py examples/pylab_examples/hyperlinks_sgskip.py\r\nR061 examples/pylab_examples/major_minor_demo1.py examples/pylab_examples/major_minor_demo.py\r\nR062 examples/pylab_examples/print_stdout.py examples/pylab_examples/print_stdout_sgskip.py\r\nR094 examples/pylab_examples/webapp_demo.py examples/pylab_examples/webapp_demo_sgskip.py\r\nR083 examples/shapes_and_collections/path_patch_demo.py examples/shapes_and_collections/path_patch.py\r\nR063 examples/shapes_and_collections/scatter_demo.py examples/shapes_and_collections/scatter.py\r\nR092 examples/showcase/integral_demo.py examples/showcase/integral.py\r\nR076 examples/pylab_examples/barchart_demo2.py examples/statistics/barchart_demo.py\r\nC099 examples/statistics/boxplot_demo.py examples/statistics/boxplot.py\r\nR061 examples/statistics/boxplot_color_demo.py examples/statistics/boxplot_color.py\r\nR079 examples/statistics/boxplot_vs_violin_demo.py examples/statistics/boxplot_vs_violin.py\r\nR098 examples/statistics/bxp_demo.py examples/statistics/bxp.py\r\nR098 examples/statistics/customized_violin_demo.py examples/statistics/customized_violin.py\r\nR100 examples/statistics/errorbar_demo.py examples/statistics/errorbar.py\r\nR100 examples/statistics/errorbar_demo_features.py examples/statistics/errorbar_features.py\r\nR099 examples/statistics/histogram_demo_cumulative.py examples/statistics/histogram_cumulative.py\r\nR098 examples/statistics/histogram_demo_features.py examples/statistics/histogram_features.py\r\nR097 examples/statistics/histogram_demo_histtypes.py examples/statistics/histogram_histtypes.py\r\nR098 examples/statistics/histogram_demo_multihist.py examples/statistics/histogram_multihist.py\r\nR097 examples/statistics/violinplot_demo.py examples/statistics/violinplot.py\r\nR091 examples/style_sheets/plot_ggplot.py examples/style_sheets/ggplot.py\r\nR082 examples/style_sheets/plot_grayscale.py examples/style_sheets/grayscale.py\r\nR079 examples/pylab_examples/subplot_demo.py examples/subplots_axes_and_figures/subplot.py\r\nR084 examples/pylab_examples/subplot_toolbar.py examples/subplots_axes_and_figures/subplot_toolbar.py\r\nR072 examples/pylab_examples/subplots_adjust.py examples/subplots_axes_and_figures/subplots_adjust.py\r\nR071 examples/pylab_examples/subplots_demo.py examples/subplots_axes_and_figures/subplots_demo.py\r\nR093 examples/tests/backend_driver.py examples/tests/backend_driver_sgskip.py\r\nR072 examples/text_labels_and_annotations/autowrap_demo.py examples/text_labels_and_annotations/autowrap.py\r\nR082 examples/pylab_examples/alignment_test.py examples/text_labels_and_annotations/text_alignment.py\r\nR063 examples/text_labels_and_annotations/text_demo_fontdict.py examples/text_labels_and_annotations/text_fontdict.py\r\nR075 examples/pylab_examples/newscalarformatter_demo.py examples/ticks_and_spines/scalarformatter.py\r\nR086 examples/ticks_and_spines/spines_demo_bounds.py examples/ticks_and_spines/spines_bounds.py\r\nR085 examples/ticks_and_spines/spines_demo_dropped.py examples/ticks_and_spines/spines_dropped.py\r\nR085 examples/ticks_and_spines/ticklabels_demo_rotation.py examples/ticks_and_spines/ticklabels_rotation.py\r\nR096 examples/user_interfaces/embedding_in_gtk2.py examples/user_interfaces/embedding_in_gtk2_sgskip.py\r\nR091 examples/user_interfaces/embedding_in_gtk3_panzoom.py examples/user_interfaces/embedding_in_gtk3_panzoom_sgskip.py\r\nR093 examples/user_interfaces/embedding_in_gtk3.py examples/user_interfaces/embedding_in_gtk3_sgskip.py\r\nR086 examples/user_interfaces/embedding_in_gtk.py examples/user_interfaces/embedding_in_gtk_sgskip.py\r\nR091 examples/user_interfaces/embedding_in_qt4.py examples/user_interfaces/embedding_in_qt4_sgskip.py\r\nR090 examples/user_interfaces/embedding_in_qt4_wtoolbar.py examples/user_interfaces/embedding_in_qt4_wtoolbar_sgskip.py\r\nR088 examples/user_interfaces/embedding_in_qt5.py examples/user_interfaces/embedding_in_qt5_sgskip.py\r\nR093 examples/user_interfaces/embedding_in_tk2.py examples/user_interfaces/embedding_in_tk2_sgskip.py\r\nR093 examples/user_interfaces/embedding_in_tk_canvas.py examples/user_interfaces/embedding_in_tk_canvas_sgskip.py\r\nR096 examples/user_interfaces/embedding_in_tk.py examples/user_interfaces/embedding_in_tk_sgskip.py\r\nR096 examples/user_interfaces/embedding_in_wx2.py examples/user_interfaces/embedding_in_wx2_sgskip.py\r\nR097 examples/user_interfaces/embedding_in_wx3.py examples/user_interfaces/embedding_in_wx3_sgskip.py\r\nR098 examples/user_interfaces/embedding_in_wx4.py examples/user_interfaces/embedding_in_wx4_sgskip.py\r\nR086 examples/user_interfaces/embedding_in_wx5.py examples/user_interfaces/embedding_in_wx5_sgskip.py\r\nR099 examples/user_interfaces/embedding_webagg.py examples/user_interfaces/embedding_webagg_sgskip.py\r\nR099 examples/user_interfaces/fourier_demo_wx.py examples/user_interfaces/fourier_demo_wx_sgskip.py\r\nR098 examples/user_interfaces/gtk_spreadsheet.py examples/user_interfaces/gtk_spreadsheet_sgskip.py\r\nR090 examples/user_interfaces/histogram_demo_canvasagg.py examples/user_interfaces/histogram_demo_canvasagg_sgskip.py\r\nR099 examples/user_interfaces/interactive2.py examples/user_interfaces/interactive_sgskip.py\r\nR087 examples/user_interfaces/lineprops_dialog_gtk.py examples/user_interfaces/lineprops_dialog_gtk_sgskip.py\r\nR099 examples/user_interfaces/mathtext_wx.py examples/user_interfaces/mathtext_wx_sgskip.py\r\nR092 examples/user_interfaces/mpl_with_glade_316.py examples/user_interfaces/mpl_with_glade_316_sgskip.py\r\nR097 examples/user_interfaces/mpl_with_glade.py examples/user_interfaces/mpl_with_glade_sgskip.py\r\nR096 examples/user_interfaces/pylab_with_gtk.py examples/user_interfaces/pylab_with_gtk_sgskip.py\r\nR095 examples/user_interfaces/svg_histogram.py examples/user_interfaces/svg_histogram_sgskip.py\r\nR055 examples/user_interfaces/svg_tooltip.py examples/user_interfaces/svg_tooltip_sgskip.py\r\nR076 examples/user_interfaces/toolmanager.py examples/user_interfaces/toolmanager_sgskip.py\r\nR098 examples/user_interfaces/wxcursor_demo.py examples/user_interfaces/wxcursor_demo_sgskip.py\r\nR066 doc/users/plotting/examples/anchored_box02.py examples/userdemo/anchored_box02.py\r\nR070 doc/users/plotting/examples/anchored_box04.py examples/userdemo/anchored_box04.py\r\nR084 doc/users/plotting/examples/annotate_explain.py examples/userdemo/annotate_explain.py\r\nR058 doc/users/plotting/examples/annotate_simple01.py examples/userdemo/annotate_simple01.py\r\nR062 doc/users/plotting/examples/annotate_simple02.py examples/userdemo/annotate_simple02.py\r\nR074 doc/users/plotting/examples/annotate_simple03.py examples/userdemo/annotate_simple03.py\r\nR082 doc/users/plotting/examples/annotate_simple04.py examples/userdemo/annotate_simple04.py\r\nR069 doc/users/plotting/examples/annotate_simple_coord01.py examples/userdemo/annotate_simple_coord01.py\r\nR064 doc/users/plotting/examples/annotate_simple_coord02.py examples/userdemo/annotate_simple_coord02.py\r\nR083 doc/users/plotting/examples/annotate_simple_coord03.py examples/userdemo/annotate_simple_coord03.py\r\nR080 doc/users/plotting/examples/annotate_text_arrow.py examples/userdemo/annotate_text_arrow.py\r\nR079 doc/mpl_toolkits/axes_grid/figures/axis_direction_demo_step01.py examples/userdemo/axis_direction_demo_step01.py\r\nR088 doc/mpl_toolkits/axes_grid/figures/axis_direction_demo_step02.py examples/userdemo/axis_direction_demo_step02.py\r\nR089 doc/mpl_toolkits/axes_grid/figures/axis_direction_demo_step03.py examples/userdemo/axis_direction_demo_step03.py\r\nR091 doc/mpl_toolkits/axes_grid/figures/axis_direction_demo_step04.py examples/userdemo/axis_direction_demo_step04.py\r\nR098 doc/users/plotting/examples/colormap_normalizations.py examples/userdemo/colormap_normalizations.py\r\nR092 doc/users/plotting/examples/colormap_normalizations_bounds.py examples/userdemo/colormap_normalizations_bounds.py\r\nR093 doc/users/plotting/examples/colormap_normalizations_custom.py examples/userdemo/colormap_normalizations_custom.py\r\nR089 doc/users/plotting/examples/colormap_normalizations_lognorm.py examples/userdemo/colormap_normalizations_lognorm.py\r\nR088 doc/users/plotting/examples/colormap_normalizations_power.py examples/userdemo/colormap_normalizations_power.py\r\nR079 doc/users/plotting/examples/colormap_normalizations_symlognorm.py examples/userdemo/colormap_normalizations_symlognorm.py\r\nR071 doc/users/plotting/examples/connect_simple01.py examples/userdemo/connect_simple01.py\r\nR088 doc/users/plotting/examples/connectionstyle_demo.py examples/userdemo/connectionstyle_demo.py\r\nR081 doc/users/plotting/examples/custom_boxstyle01.py examples/userdemo/custom_boxstyle01.py\r\nR094 doc/users/plotting/examples/custom_boxstyle02.py examples/userdemo/custom_boxstyle02.py\r\nR080 doc/mpl_toolkits/axes_grid/figures/demo_axis_direction.py examples/userdemo/demo_axis_direction.py\r\nR058 doc/users/plotting/examples/demo_gridspec02.py examples/userdemo/demo_gridspec02.py\r\nR081 doc/users/plotting/examples/demo_gridspec03.py examples/userdemo/demo_gridspec03.py\r\nR087 doc/users/plotting/examples/demo_gridspec04.py examples/userdemo/demo_gridspec04.py\r\nR080 doc/users/plotting/examples/demo_gridspec05.py examples/userdemo/demo_gridspec05.py\r\nR071 doc/users/plotting/examples/demo_gridspec06.py examples/userdemo/demo_gridspec06.py\r\nR091 doc/mpl_toolkits/axes_grid/figures/demo_parasite_axes.py examples/userdemo/demo_parasite_axes_sgskip.py\r\nR090 doc/mpl_toolkits/axes_grid/figures/demo_ticklabel_alignment.py examples/userdemo/demo_ticklabel_alignment.py\r\nR069 doc/mpl_toolkits/axes_grid/figures/demo_ticklabel_direction.py examples/userdemo/demo_ticklabel_direction.py\r\nR070 doc/users/plotting/examples/pgf_fonts.py examples/userdemo/pgf_fonts_sgskip.py\r\nR058 doc/users/plotting/examples/pgf_preamble.py examples/userdemo/pgf_preamble_sgskip.py\r\nR088 doc/users/plotting/examples/pgf_texsystem.py examples/userdemo/pgf_texsystem_sgskip.py\r\nR061 doc/users/plotting/examples/simple_annotate01.py examples/userdemo/simple_annotate01.py\r\nR078 doc/mpl_toolkits/axes_grid/figures/simple_axis_direction01.py examples/userdemo/simple_axis_direction01.py\r\nR087 doc/mpl_toolkits/axes_grid/figures/simple_axis_direction03.py examples/userdemo/simple_axis_direction03.py\r\nR080 doc/mpl_toolkits/axes_grid/figures/simple_axis_pad.py examples/userdemo/simple_axis_pad.py\r\nR089 doc/mpl_toolkits/axes_grid/figures/simple_axisartist1.py examples/userdemo/simple_axisartist1.py\r\nR087 doc/mpl_toolkits/axes_grid/figures/simple_axisline.py examples/userdemo/simple_axisline.py\r\nR079 doc/mpl_toolkits/axes_grid/figures/simple_axisline2.py examples/userdemo/simple_axisline2.py\r\nR053 doc/mpl_toolkits/axes_grid/figures/simple_axisline3.py examples/userdemo/simple_axisline3.py\r\nR066 doc/users/plotting/examples/simple_legend01.py examples/userdemo/simple_legend01.py\r\nC084 examples/widgets/lasso_selector_demo.py examples/widgets/lasso_selector_demo_sgskip.py\r\nR057 examples/widgets/lasso_selector_demo.py examples/widgets/polygon_selector_demo.py\r\nR086 extern/qhull/COPYING.txt extern/libqhull/COPYING.txt\r\nR098 extern/qhull/geom.c extern/libqhull/geom.c\r\nR096 extern/qhull/geom.h extern/libqhull/geom.h\r\nR096 extern/qhull/geom2.c extern/libqhull/geom2.c\r\nR091 extern/qhull/global.c extern/libqhull/global.c\r\nR097 extern/qhull/io.c extern/libqhull/io.c\r\nR091 extern/qhull/io.h extern/libqhull/io.h\r\nR097 extern/qhull/libqhull.c extern/libqhull/libqhull.c\r\nR090 extern/qhull/libqhull.h extern/libqhull/libqhull.h\r\nR080 extern/qhull/mem.c extern/libqhull/mem.c\r\nR094 extern/qhull/mem.h extern/libqhull/mem.h\r\nR098 extern/qhull/merge.c extern/libqhull/merge.c\r\nR096 extern/qhull/merge.h extern/libqhull/merge.h\r\nR095 extern/qhull/poly.c extern/libqhull/poly.c\r\nR093 extern/qhull/poly.h extern/libqhull/poly.h\r\nR093 extern/qhull/poly2.c extern/libqhull/poly2.c\r\nR083 extern/qhull/qhull_a.h extern/libqhull/qhull_a.h\r\nR097 extern/qhull/qset.c extern/libqhull/qset.c\r\nR098 extern/qhull/qset.h extern/libqhull/qset.h\r\nR091 extern/qhull/random.c extern/libqhull/random.c\r\nR077 extern/qhull/random.h extern/libqhull/random.h\r\nR075 extern/qhull/rboxlib.c extern/libqhull/rboxlib.c\r\nR097 extern/qhull/stat.c extern/libqhull/stat.c\r\nR097 extern/qhull/stat.h extern/libqhull/stat.h\r\nR094 extern/qhull/user.c extern/libqhull/user.c\r\nR091 extern/qhull/user.h extern/libqhull/user.h\r\nR055 extern/qhull/usermem.c extern/libqhull/usermem.c\r\nR086 extern/qhull/userprintf.c extern/libqhull/userprintf.c\r\nR092 extern/qhull/userprintf_rbox.c extern/libqhull/userprintf_rbox.c\r\nR098 lib/matplotlib/backends/web_backend/mpl.js lib/matplotlib/backends/web_backend/js/mpl.js\r\nR100 lib/matplotlib/backends/web_backend/mpl_tornado.js lib/matplotlib/backends/web_backend/js/mpl_tornado.js\r\nR080 lib/matplotlib/cbook.py lib/matplotlib/cbook/__init__.py\r\nC100 lib/matplotlib/mpl-data/stylelib/classic.mplstyle lib/matplotlib/mpl-data/stylelib/_classic_test.mplstyle\r\nC064 lib/matplotlib/testing/exceptions.py lib/matplotlib/testing/_nose/exceptions.py\r\nC100 doc/sphinxext/__init__.py lib/matplotlib/testing/_nose/plugins/__init__.py\r\nC090 lib/matplotlib/testing/noseclasses.py lib/matplotlib/testing/_nose/plugins/knownfailure.py\r\nC053 lib/matplotlib/tests/baseline_images/test_figure/figure_suptitle.pdf lib/matplotlib/tests/baseline_images/test_figure/figure_legend.pdf\r\nC051 lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg lib/matplotlib/tests/baseline_images/test_figure/figure_legend.svg\r\nC056 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.pdf lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.pdf\r\nC064 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.svg lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_81.svg\r\nC056 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_64.pdf lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.pdf\r\nC069 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_64.svg lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavusans_81.svg\r\nC055 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_64.pdf lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.pdf\r\nC068 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_64.svg lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_dejavuserif_81.svg\r\nC056 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.pdf lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.pdf\r\nC067 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_64.svg lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_81.svg\r\nC053 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.pdf lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.pdf\r\nC065 lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_64.svg lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans_81.svg\r\nR100 lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth_test_image.pdf lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.pdf\r\nR100 lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth_test_image.png lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.png\r\nR100 lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth_test_image.svg lib/matplotlib/tests/baseline_images/test_streamplot/streamplot_linewidth.svg\r\nR100 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\r\nR100 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\r\nR100 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\r\nR056 lib/matplotlib/tests/baseline_images/test_axes/units_strings.pdf lib/matplotlib/tests/baseline_images/test_tightlayout/tight_layout9.pdf\r\nC090 lib/mpl_toolkits/axes_grid/axes_divider.py lib/mpl_toolkits/axisartist/axes_divider.py\r\nC096 lib/mpl_toolkits/axes_grid/axes_grid.py lib/mpl_toolkits/axisartist/axes_grid.py\r\nC091 lib/mpl_toolkits/axes_grid/axes_rgb.py lib/mpl_toolkits/axisartist/axes_rgb.py\r\nC093 lib/mpl_toolkits/axes_grid/parasite_axes.py lib/mpl_toolkits/axisartist/parasite_axes.py\r\nC053 lib/matplotlib/tests/baseline_images/test_figure/figure_suptitle.pdf lib/mpl_toolkits/tests/baseline_images/test_mplot3d/axes3d_ortho.pdf\r\nC089 lib/mpl_toolkits/tests/baseline_images/test_mplot3d/quiver3d_empty.svg lib/mpl_toolkits/tests/baseline_images/test_mplot3d/poly3dcollection_closed.svg\r\nR100 test_only.py setup_tests_only.py\r\nR099 boilerplate.py tools/boilerplate.py\r\nR094 tools/test_triage.py tools/triage_tests.py\r\nR077 doc/users/annotations.rst tutorials/text/annotations.py\r\nR095 doc/users/pgf.rst tutorials/text/pgf.py\r\nR065 doc/users/text_intro.rst tutorials/text/text_intro.py\r\nR089 doc/users/usetex.rst tutorials/text/usetex.py\r\nR060 doc/mpl_toolkits/axes_grid/users/overview.rst tutorials/toolkits/axes_grid.py\r\nR068 doc/mpl_toolkits/axes_grid/users/axisartist.rst tutorials/toolkits/axisartist.py\r\n\r\n```\r\n\r\n\u003c/details\u003e","author":{"url":"https://github.com/tacaswell","@type":"Person","name":"tacaswell"},"datePublished":"2017-05-31T04:23:15.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/8688/matplotlib/issues/8688"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:af91c5f0-1bf7-29e2-0dac-86728d32cc95 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E7C2:20A2E2:466669:5E544F:6A51C572 |
| html-safe-nonce | 4627b886560e28f87111753cda7a32a37c054db8271ded2458c89693f6b57eeb |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFN0MyOjIwQTJFMjo0NjY2Njk6NUU1NDRGOjZBNTFDNTcyIiwidmlzaXRvcl9pZCI6IjEwMzgwMjE5MDk5Mjc4MDYzMjIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 58dd867f284730af5d82feb9235355a57421906baf4169098ffb629ce2e6dabe |
| hovercard-subject-tag | issue:232449650 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/8688/issue_layout |
| twitter:image | https://opengraph.githubassets.com/2b0ad006448560e533cb7d2fc79db161ce870affe7b1c6127dc3ad399a29033d/matplotlib/matplotlib/issues/8688 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/2b0ad006448560e533cb7d2fc79db161ce870affe7b1c6127dc3ad399a29033d/matplotlib/matplotlib/issues/8688 |
| og:image:alt | 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 a... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | tacaswell |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7aed05249554b889eb33d002851a973eebcc7e91 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width