Open
Description
Hi PProfizi, I'm here to provide feedback again. I'm sorry I didn't finish all the related issues at once. The new issue is that when using the DpfPlotter class for plotting, "parallel_projection=True" will fail. So I moved the code you wrote to the vicinity of the "zoom" code mentioned last time, and the modified code is as follows:
It should be noted that the code snippet for "parallel_projection" must come before "zoom", otherwise "zoom" will not work
After my testing, "parallel_projection" and "zoom" can all work in the following three plotting methods:
- Class Model, function metadata.meshed_region.plot();
- Class DpfPlotter, function show_figure();
- Class Plotter, function plot_contour().
Originally posted by @ZanePC in #1535 (comment)