Displaying 4 results from an estimated 4 matches for "10ex".
Did you mean:
100x
2006 Jul 10
3
10^x instead 10EX on plot axes. How?
Hi,
I'm drawing a very simple plot with both axes logarithmic (default base 10).
Example:
vec=c(1,10,100,1000,10000,100000,1000000,10000000)
plot(vec,vec,log="xy")
The axes on the plot now show the technical notation like 1E+3 but I would prefer to have it the notation 10 ^3 i.e. with the exponent here 3 superscript (raised).
Any help very much appreciated!
Best Regards
Tom
--
2002 Dec 07
1
HP Deskjet Driver Problems
...uot;
after adding the driver I use the cups webfrontend at port 631 to tell the
generated printer the real conection lp1 for example.
After this everything is done and works great.
This so for every original w2k driver comming with windows, the lexmark
drivers, the okidate driver for my okipage 10ex.
Only the damned HP driver for my 970cxi does not work. It seems to be
installed well, but if try to access the printer windows comes up with
a window : access violation at port ......
my workaround to use the original Hp Driver (the one comming with windows
has no function for duplex an no pr...
2009 May 27
1
[PATCH server] UI tweaks for cloud
...x;
height: 15ex;
}
@@ -84,18 +131,34 @@
border: 0;
color: #337ACC;
cursor: pointer;
+ margin-right:12px;
+ font-size: 1em;
+ text-decoration: underline;
+}
+
+input#submit_for_list {
+ margin:12px 16px 0 0;
+ padding:0;
}
#detail_header {
- background-color: #F0F0F0;
- height: 10ex;
- margin-bottom: 1.5ex;
+ background-color: #EFEFEF;
+ height: 5em;
+ margin-bottom: 1em;
+}
+
+#detail_header h3 {
+ color:#666666;
+ margin: 8px 12px 12px 16px;
+ display:inline-block;
+ font-size: 1.2em;
}
+
/* ----- Backgrounds for states ----- */
.state-container {
margin-left:5px...
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...lid #AAAAAA;
+ margin-top: 2ex;
+}
+
+#graph {
+ border: 1px solid #AAAAAA;
+ margin-bottom: 1.5ex;
+ height: 15ex;
+}
+
+#submit_for_list {
+ float: right;
+ background: none;
+ border: 0;
+ color: #337ACC;
+ cursor: pointer;
+}
+
+#detail_header {
+ background-color: #F0F0F0;
+ height: 10ex;
+ margin-bottom: 1.5ex;
+}
+
+/* ----- Backgrounds for states ----- */
+.state-container {
+ margin-left:5px;
+ text-indent:10px;
+}
+
+.task-canceled {background:url(../../images/icon-canceled-11px.png) left center no-repeat;}
+.task-failed {background:url(../../images/icon-failed-11px.png) le...