You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The view port settings returned on seven lines with line continuation symbols from the command [`get_view()`](http://pymolwiki.org/index.php/Get_View) in [PyMOL](https://www.pymol.org/) are too hard to copy and paste onto the command line becuase the line breaks have to be removed. These settings are often changed many times during the editing of a new scene.
23
+
###Problem:
24
+
the view port settings returned on seven lines with line continuation symbols from the command [`get_view()`](http://pymolwiki.org/index.php/Get_View) in [PyMOL](https://www.pymol.org/) are too hard to copy and paste onto the command line becuase the line breaks have to be removed. These settings are often changed many times during the editing of a new scene.
25
25
26
26
```python
27
27
PyMOL>get_view
@@ -37,7 +37,8 @@ set_view(\
37
37
### cut above here and paste into script ###
38
38
```
39
39
40
-
## *Solution*: The function `roundview()` in the script [`roundview.py`](.\roundview.py) which is available from this website.
40
+
### Solution:
41
+
The function `roundview()` in the script [`roundview.py`](.\roundview.py) which is available from this website.
0 commit comments