Autodesk / Autodesk/notebook-molecular-visualization

Viewer ignores width and height keyword arguments

Open
#30 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
88
Forks
21
PR merge metrics
No merged PRs in 30d

Description

To reproduce:

```
mol = mdt.from_pdb('3aid')
viewer = mol.draw3d(display=True, width=1000, height=200)
```
### Expected

![image](https://cloud.githubusercontent.com/assets/9388007/19825979/abb4be76-9d35-11e6-8dd3-7359d02fd46c.png)
### observed

![image](https://cloud.githubusercontent.com/assets/9388007/19825981/bad20120-9d35-11e6-9335-3b7525671ef9.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.