-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sim.plot_structures no longer plotting right. #1442
Comments
wanted to double check one thing: before 2.5.0 (when scene was introduced), tidy3d/tidy3d/components/simulation.py Line 1587 in f60bf47
but then this is overwritten a few lines later which sets plotting bounds as simulation size + PLOT_BUFFER tidy3d/tidy3d/components/simulation.py Line 1591 in f60bf47
The difference is very minor, but still wanted to double check what I should set the default plotting domain to? I guess options are:
|
Thanks @dbochkov-flexcompute . I don't have a very strong opinion on this but simulation size + PML size makes sense to me but I'll have @momchil-flex and others share their thoughts. |
I don't really remember what the |
yea I think blot buffer was from way long ago and we can just do size + PML |
A user found that in 2.5.2, sim.plot_structures no longer finds the right bounds while sim.plot works well.
According to Weiliang, it's potentially related to the introduction of
scene
. Do you think it's the case @dbochkov-flexcompute ? If so, can we fix it in the next version?The text was updated successfully, but these errors were encountered: