projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2580b3
)
pbs-0.5M-CaCl2-hist.asy: Use a linear y-axis (unfolding frequency)
author
W. Trevor King
<wking@tremily.us>
Tue, 28 May 2013 15:44:12 +0000
(11:44 -0400)
committer
W. Trevor King
<wking@tremily.us>
Tue, 28 May 2013 15:44:12 +0000
(11:44 -0400)
On a log scale, significant differences don't seem so significant ;).
media/src/asy/pbs-0.5M-CaCl2-hist.asy
patch
|
blob
|
history
diff --git
a/media/src/asy/pbs-0.5M-CaCl2-hist.asy
b/media/src/asy/pbs-0.5M-CaCl2-hist.asy
index 9fada9fb87637cc64878d6b966afe2578fd2c2bb..7dc60b6b9c8edb018c7ff1aedb9435d671d796f7 100644
(file)
--- a/
media/src/asy/pbs-0.5M-CaCl2-hist.asy
+++ b/
media/src/asy/pbs-0.5M-CaCl2-hist.asy
@@
-3,7
+3,7
@@
import wtk_graph;
size(6cm, 4cm, IgnoreAspect);
-scale(Linear, L
og
);
+scale(Linear, L
inear
);
real fscale=1e12;
pen p_pbs = blue;