Displaying 3 results from an estimated 3 matches for "ytrans".
Did you mean:
trans
2007 Oct 11
3
Printing in Corel Draw through CUPS
...howpage\n";
>
> (deleting pgsave restore\n)
>
>
> at the begining of PSDRV_WriteNewPage
> added return 1; to essentially bypass the code.
>
> INT PSDRV_WriteNewPage( PSDRV_PDEVICE *physDev )
> {
> char *buf;
> char name[100];
> signed int xtrans, ytrans, rotation;
>
> return 1;
>
> ============================================
>
> in escape.c in the function PSDRV_ExtEscape
>
> commented out all of the code for the POSTSCRIPT_PASSTHROUGH case
> and replaced with a call to PSDRV_WriteSpool
>
> case POSTSCRIP...
2011 Jul 25
1
two sample histogram
dear all,
i am anewcomer. i have a set of paired data, the values are great different from each other. i want to show them in histogram.
first, how to draw each bar for corresponding paired data side by side;
second, how to set the scale of y axis? one is up to 100-fold to the other. ifdoubleslash is used to omit some coordinates, the histogram will looks better.
is there anyone that can help
2013 Aug 27
1
Error in simulation. NAN
Hi all,
im triyng to implement a bayesian model with R and c++.
I have a strange problem. I can't reproduce the error with a small
script and then i post the original one.
The problem is after the line
for(MCMC_iter2=0;MCMC_iter2<thin;MCMC_iter2++)
For the first 34 iterations all work fine, after, all the simulations
of mu_acc_P return an "nan". If i delete the line