projects
/
thesis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c58c70
)
Fix exponent "^-1" -> "^{-1}" in fit-valley.asy
author
W. Trevor King
<wking@drexel.edu>
Wed, 28 Apr 2010 22:51:24 +0000
(18:51 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 28 Apr 2010 22:51:24 +0000
(18:51 -0400)
tex/src/figures/fit-space/fit-valley.asy
patch
|
blob
|
history
diff --git
a/tex/src/figures/fit-space/fit-valley.asy
b/tex/src/figures/fit-space/fit-valley.asy
index fb5748ca278b14223e51e8ddfb98a7dba1606de0..9e6e3a29687b8d947edc28b8ba132c95098a1308 100644
(file)
--- a/
tex/src/figures/fit-space/fit-valley.asy
+++ b/
tex/src/figures/fit-space/fit-valley.asy
@@
-12,7
+12,7
@@
xlimits(0.002,0.26383);
ylimits(0.12,0.198077);
label(sLabel("Fit quality"), point(N),N);
-xaxis(sLabel("$k_{uo}$ (s$^
-1
$)"),BottomTop,LeftTicks);
+xaxis(sLabel("$k_{uo}$ (s$^
{-1}
$)"),BottomTop,LeftTicks);
yaxis(sLabel("$x_u$ (nm)"),LeftRight,RightTicks);
add(legend(),point(E),20E,UnFill);