-
Notifications
You must be signed in to change notification settings - Fork 134
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
volume viewer GUI #561
Comments
Until such gui is implemented, is there a way to set the value to use for the isovolume? |
hi, in which context? ( |
I calculated a 3D density grid. I can display that grid as an isosurface around my molecule of interest, but I would like to choose what density value to use to draw the isosurface. |
Are you loading it with @hainm after loading such a component, how can you add representations to it? |
view.add_surface(..., component=0) # or 1, 2,
# or
view.component_0.add_surface(...) |
so |
also update current surface repr. view.component_0.update_surface(threshold=1.0) |
It works, indeed. Thanks. Is there a mailing list somewhere to ask questions without polluting the bug tracker? |
we don't mind about this. I myself prefer to use github issue here. |
The amount of questions is not that high, so just having them as separate issues marked as question if fine with me |
go back to the original issue: demo from @arose |
Hi @hainm, Hi @arose ! |
@arose Can you please provide a code spinet for this so I could introduce to nglview? thanks. |
hi @satary, It turns out that Notebook: volume_color.ipynb.txt |
Hi @hainm! |
Hm, I guess I found an error, but I have no Idea how to solve it, I can not add any component as file is not found for some reason edit. |
I think it is in 1.1.9
Hai
…On Wed, Apr 17, 2019 at 7:34 AM Grigoriy Armeev ***@***.***> wrote:
Hi @hainm <https://github.com/hainm>, am I missing something, or method
_execute_js_code() is not in the current release?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#561 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABB645O2BW2YAX62F6HCWX3PQ4DLNANCNFSM4C4D7UCQ>
.
|
@hainm It looks like nothing happens on _execute_js_code(), is there any simple way to know if it works? |
Have you tried my attached notebook above yet? It works for me.
I will post another example soon, not at my computer right now.
Hai
…On Wed, Apr 17, 2019 at 9:02 AM Grigoriy Armeev ***@***.***> wrote:
@hainm <https://github.com/hainm> It looks like nothing happens on
_execute_js_code(), is there any simple way to know if it works?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#561 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABB645LGT57OEGSWAMIOLQ3PQ4NVHANCNFSM4C4D7UCQ>
.
|
Yeap, I've tried it. No color change for me =( |
Uhm
I just saw your editted comment (it would be better if you can post a new
post so I can get notification): can you summarize again what doesn’t work
and in which environment?
Just try with notebook first. Jupyterlab is not that stable (in my opinion).
To make sure the _execute_js_code work, just try a simple JavaScript code
code = “””
console.log(‘hello’)
“””
Call the method and open the JavaScript console to see the ‘hello’ word.
(Right click -> Inspection (or similar))
…On Wed, Apr 17, 2019 at 9:09 AM Grigoriy Armeev ***@***.***> wrote:
Yeap, I've tried it. No color change for me =(
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#561 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABB645ICKTYHAI5YVQGUB3LPQ4ORPANCNFSM4C4D7UCQ>
.
|
Update, I've managed to get Hello in the console, It was due to some mismatch in js extension and python extension. Gosh, it is a bit messy. |
To recap for the Google bots:
|
great. Thanks.
… |
Hello @hainm ! |
The text was updated successfully, but these errors were encountered: