Add screenshot to custom_plot_manipulation example
This commit is contained in:
parent
8b4c9fd374
commit
0e7bf6dfcf
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
|
|
@ -7,7 +7,7 @@ cd "$script_path/.."
|
||||||
|
|
||||||
cd examples
|
cd examples
|
||||||
for EXAMPLE_NAME in $(ls -1d */ | sed 's/\/$//'); do
|
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 ""
|
||||||
echo "Running ${EXAMPLE_NAME}…"
|
echo "Running ${EXAMPLE_NAME}…"
|
||||||
EFRAME_SCREENSHOT_TO="temp.png" cargo run -p ${EXAMPLE_NAME}
|
EFRAME_SCREENSHOT_TO="temp.png" cargo run -p ${EXAMPLE_NAME}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue