diff options
author | fahimkhan | 2016-08-24 11:37:50 +0530 |
---|---|---|
committer | fahimkhan | 2016-08-24 11:37:50 +0530 |
commit | ff95c8d76ed5a492fd3911fd86484cd82849ee26 (patch) | |
tree | aeaaf05e6e2821d17823270c0cb3d38240471654 /views | |
parent | 16817d4e950de742af75911c92bf53c9bdaca446 (diff) | |
download | Online-NgSpice-Simulator-ff95c8d76ed5a492fd3911fd86484cd82849ee26.tar.gz Online-NgSpice-Simulator-ff95c8d76ed5a492fd3911fd86484cd82849ee26.tar.bz2 Online-NgSpice-Simulator-ff95c8d76ed5a492fd3911fd86484cd82849ee26.zip |
Plot rows increase to 3
Diffstat (limited to 'views')
-rw-r--r-- | views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html index 2971225..4a30753 100644 --- a/views/index.html +++ b/views/index.html @@ -79,7 +79,7 @@ v1 in gnd pwl(0m 0 0.5m 5 50m 5 50.5m 0 100m 0) .end
</textarea>
<h3>Plots:</h3>
- <textarea class="form-control" id="plotOption" rows="1">
+ <textarea class="form-control" id="plotOption" rows="3">
v(in) v(out)
</textarea>
|