-
Notifications
You must be signed in to change notification settings - Fork 18
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
An Error In Openmc Plotter #103
Comments
Hi @Seamoon-Wang! Thanks for reporting this! We'll see what we can do. It sounds like you're either logging into another machine with Either way, would you mind sending along the following information so I can work on reproducing this issue?
|
@pshriwise Hi! By the way, I had to use the Openmc Plotter correctly, but I don't know why it got mistaken after the weekend. |
Hi @Seamoon-Wang. I had a typo in my commands above. I just fixed it. Can you try getting the |
@pshriwise Hi! |
Ah, indeed. Corrected. I'll try to reproduce this error soon. Thanks! |
I am using wsl2 and ubuntu 22.04, before I use the openmc-plotter, I have to install some xkb library denpendences. I got the same error and tried to figure out why. I upgrade the openmc-plotter to the latest version manually using the source code. Afterward, it works!, and I figure out that there is a void blank area in my model which possibly caused the error. However, I can't reproduce the error now in the old version(that's quite strange). Anyway, upgrading may be helpful to you. (My English is poor, sorry for any mistakes) |
In case it's helpful, I was getting a similar error to the one initially reported here. For me what solved it was deleting the |
Hi,Everyone!
There is an error when I use the Openmc-Plotter through Ubuntu & Xming.Here is the error:
File “/home/rookie/anaconda3/envs/openmc-env/lib/python3.10/site-packages/openmc_plotter/plotgui.py”, line 75, in getPlotCoords
transform = self.ax.transAxes.inverted()
AttributeError: ‘PlotImage’ object has no attribute ‘ax’. Did you mean: ‘x’?
Traceback (most recent call last):
File “/home/rookie/anaconda3/envs/openmc-env/lib/python3.10/site-packages/openmc_plotter/plotgui.py”, line 220, in mouseMoveEvent
xPlotPos, yPlotPos = self.getPlotCoords(event.pos())
If you have some advices, Please text it,Thank You!
Best Wishes!
The text was updated successfully, but these errors were encountered: