Dear Pymol community,
Is there a way to easily view trajectories with pymol? In VMD there is some
kind of scrollbar, with which it is really easy to scroll through a simulation.
Is some similar functionality available somehow in pymol. The only similar
thing is the movie_panel in conjunction wi
You can add a slider to the movie panel.
# Set a movie slider
set movie_panel=1
#movie.add_state_sweep(1,0,start=1)
movie.add_state_loop(1,0,start=1)
Best,
Istvan
On Tue, Nov 20, 2018 at 5:02 AM Floris van Eerden <
florisvaneer...@biken.osaka-u.ac.jp> wrote:
> Dear Pymol community,
>
> Is th