由买买提看人间百态

topics

全部话题 - 话题: yaxis
(共0页)
G***G
发帖数: 16778
1
来自主题: Biology版 - high resolution protome data 有包子
我有一个raw文件,这个文件有一个总图(图中xaxis是time,yaxis是relative
abundance)图中每一个x点对应一个scan。
每一个scan对应一个图(xasix是m/z,yaxis是relative abundance)
另外,经过蛋白质identification后,每个识别出的peptide还有一个图
(xasis是m/z, yaxis 是relative abundance)
有很多scan,很多识别出的peptide,
请问,这个reviewer的意思是让我添加什么高分率原图?
o****o
发帖数: 8077
2
来自主题: Statistics版 - R的循环语句该怎么用。
for this particular question, SAS actually is pretty handy:
*******************************;
data test;
do id=1 to 20000;
x=rannor(0);
output;
end;
run;
ods select none;
proc surveyselect data=test out=samp method=srs
seed=93759437 sampsize=1000 rep=100 ;
run;
ods select all;
proc univariate data=samp noprint;
by replicate;
histogram x/outhistogram=hist outkernel=kernel noplot;
run;
proc sgplot data=hist;
series x=_MIDPT_ y=_OBSPCT_ /group=replica... 阅读全帖
I*****e
发帖数: 319
3
来自主题: USTB版 - Looking for my friend
My good friend named Shen Yaxi gratuated from USTB in 1995. ( I remember it
is this year.)
She came to USA in 1996 or 1997.
She has a daughter.
We are very very good friend. But I have lost her information since she
came to USA. Hope to see her again.
If somebody who knows her , let me know.
Thanks!
t**x
发帖数: 1511
4
来自主题: ZSU版 - ppmm
排名不分先后:
Yolanda 抢劫珠宝 cher 98系花(无ID) say shuang yaxi freshman .....
回去查查好友列表先。
r*t
发帖数: 62
5
来自主题: ZSU版 - ppmm
cher,shuang,yaxi都認識,可是。。。
I*****e
发帖数: 319
6
来自主题: Henan版 - looking for my friend
look for my good friend. Her name is Shen Yaxi. She is from Anyang. She has
been in USA for almost ten years.
If somebody knows her info, let me know
thanks
I**J
发帖数: 199
7
来自主题: Henan版 - looking for my friend
我三年前见过yaxi姐的,不过一时半会儿找不着她的电话。若果你方便的话,可否将
您的姓名和联系方式发到我的信箱,我如果找到她的联系方式由她和您联系?

has
s*******n
发帖数: 1392
8
来自主题: Henan版 - [合集] looking for my friend
☆─────────────────────────────────────☆
Ibelive (Lily) 于 (Wed Jul 25 16:01:01 2007) 提到:
look for my good friend. Her name is Shen Yaxi. She is from Anyang. She has
been in USA for almost ten years.
If somebody knows her info, let me know
thanks
☆─────────────────────────────────────☆
summerain (summer&rain) 于 (Wed Jul 25 16:02:07 2007) 提到:
在哪个州,哪个学校,或者那里工作?
这个信息太笼统了。

has
☆─────────────────────────────────────☆
Ibelive (Lily) 于 (Fri Jul 27 10:32:31 2007) 提到:
I don't know.I have lo
f*****g
发帖数: 30
9
来自主题: EE版 - 请教Matlab画图问题
例子:
% plot (x,y1) and (x,y2) on the same graph
plot(x,y1);
axes; % generate a new axes system on the same figure
set(gca,'color','none');
% remove the default white background, so the first plot will be seen.
set(gca,'yaxis','right');
% move the y axis to the right side.
plot(x,y2);
接下来的修饰,应该都差不多了。
s**f
发帖数: 365
10
来自主题: Statistics版 - 如何用SAS输出高清晰的图?
Share some codes for Hi-Def graphs in SAS:
ODS LISTING IMAGE_DPI=300;
ODS GRAPHICS ON / RESET=ALL IMAGEFMT=TIFF IMAGENAME="XXXXXX";
PROC SGPLOT DATA=XXXXXX;
REG X=YEAR Y=XXXXXX /NOLEGFIT NOMARKERS LINEATTRS=(PATTERN=SOLID COLOR=
BLUE);
SERIES X=YEAR Y=XXXXXX /LEGENDLABEL="XXXXXX"
YAXIS LABEL = "XXXXXX" VALUES = (0 TO 12 BY 2);
XAXIS VALUES = (1980 TO 2010 BY 5);
RUN;
ODS GRAPHICS OFF;

) ?
(共0页)