diff --git a/examples/custom_plot_manipulation/screenshot.png b/examples/custom_plot_manipulation/screenshot.png new file mode 100644 index 00000000000..975898b7210 Binary files /dev/null and b/examples/custom_plot_manipulation/screenshot.png differ diff --git a/scripts/generate_example_screenshots.sh b/scripts/generate_example_screenshots.sh index 4ea23da2b33..f63ecf8e8d2 100755 --- a/scripts/generate_example_screenshots.sh +++ b/scripts/generate_example_screenshots.sh @@ -7,7 +7,7 @@ cd "$script_path/.." cd examples for EXAMPLE_NAME in $(ls -1d */ | sed 's/\/$//'); do - if [ ${EXAMPLE_NAME} != "hello_world_par" ] && [ ${EXAMPLE_NAME} != "screenshot" ]; then + if [ ${EXAMPLE_NAME} != "hello_world_par" ] && [ ${EXAMPLE_NAME} != "screenshot" ] && [ ${EXAMPLE_NAME} != "multiple_viewports" ]; then echo "" echo "Running ${EXAMPLE_NAME}…" EFRAME_SCREENSHOT_TO="temp.png" cargo run -p ${EXAMPLE_NAME}