Displaying 20 results from an estimated 1000 matches similar to: "Draw plot.table axis on right hand side"
2009 Oct 15
2
How to right-align labels in dotchart
I have only just discovered the joys of the dotchart (since I am reading
William Cleveland's
--
Sean Carmody
The Stubborn Mule
http://www.stubbornmule.net
http://twitter.com/seancarmody
[[alternative HTML version deleted]]
2010 May 16
3
Vector recycling and zoo
I am a bit confused about the different approaches taken to recycling in
plain data frames and zoo objects. When carrying out simple arithmetic,
dataframe seem to recycle single arguments, zoo objects do not. Here is an
example
> x <- data.frame(a=1:5*2, b=1:5*3)
> x
a b
1 2 3
2 4 6
3 6 9
4 8 12
5 10 15
> x$a/x$a[1]
[1] 1 2 3 4 5
> x <- zoo(x)
> x$a/x$a[1]
1
1
>
2009 Jul 03
1
Plot Fonts in Windows vs Mac OSX
I have been plotting the same charts using png on a Windows machine
and on a Mac OSX and the quality of the resulting images, particularly
in relation to the fonts, look far superior in the plots produced on
the Mac. Is there any way I can enhance the quality of the plots
produced on the Windows machine? I have also tried using win.metafile
on the Windows machine and the quality looks the same as
2003 Sep 09
1
Changing Tick Marks for Date Plots
I have been experimenting with various approaches to
plotting (irregular) time-series with reasonable
success. One thing I have been able to do is change
the number of tick marks on the axis. Consider the
following simple example:
> x <- as.data.frame(matrix(ncol=2,nrow=500))
> names(x) <- c("dates","values")
> x$dates <- as.POSIXct(Sys.time()+1:500*86400)
2002 Aug 20
1
(no subject)
Following the "security = domain in Samba 2.x" document in the SWAT
documentation page I do this:
root@pc194-79:/usr/local/samba/bin# smbpasswd -j MDU -r pv-mdu-server1
-Ujohnm%xxxxxxxx
Joined domain MDU.
root@pc194-79:/usr/local/samba/bin#
This is in [globals]:
security = DOMAIN
encrypt passwords = Yes
password server = pv-mdu-server1 pv-mdu-server2
And now I start Samba via smbd
2002 Aug 20
1
samba authentication not auth'ing
Trying to set up a SAMBA print server using SlackWare 8.1. Have
successfully joined it to the domain, but cannot browse into the shares, as
it constantly asks for a password, and refuses to accept any including root
and NTamdin accounts. Anybody have any ideas error logs and smb.conf are below.
This is from the machine specific log file:
[2002/08/21 11:41:56, 0]
2002 Sep 02
3
Slow Samba Printer initialisation, status, and printing
OK, I have been wrestling with this for two weeks now, so somebody please
help !
We have an existing Samba Print Server, running RedHat linux, kernel
2.2.19, that runs fine, but is a P133 with 64 mb ram. So we built a new PC,
the slowest thing we could buy, a duron 1 ghz with 512 mb RAM. Old printer
server is running Samba 2.2.5, new printer server is running samba 2.2.5,
and Slackware 8.1,
2008 May 02
1
A horizontal or vertical line draw on mosaic plot?
Hi,
I want to have a horizontal line on a mosaic plot with "vcd" package.
This would give me an idea where is 0.5 proportion in a cell. Using
"mosaicplot" function of "graphics" package, I can draw a line using
"abline." But, with "mosaic" function of "vcd" package, I have tried
to use "abline" function, which complains
2017 Jun 01
0
Gluster client mount fails in mid flight with signum 15
This has been solved, as far as we can tell.
Problem was with KillUserProcesses=1 in logind.conf. This has shown to kill mounts made using mount -a booth by root and by any user with sudo at session logout.
Hope this will anybody else who run into this.
Thanks 4 all your help and
cheers
Gabbe
1 juni 2017 kl. 09:24 skrev Gabriel Lindeborg <gabriel.lindeborg at
2017 Jun 01
1
Gluster client mount fails in mid flight with signum 15
On Thu, Jun 01, 2017 at 01:52:23PM +0000, Gabriel Lindeborg wrote:
> This has been solved, as far as we can tell.
>
> Problem was with KillUserProcesses=1 in logind.conf. This has shown to
> kill mounts made using mount -a booth by root and by any user with
> sudo at session logout.
Ah, yes, that could well be the cause of the problem.
> Hope this will anybody else who run
2008 Dec 10
1
df returns weird values
Hi,
I'm starting to play with glusterfs, and I'm having a problem with the df
output.
The value seems to be wrong.
(on the client)
/var/mule-client$ du -sh
584K .
/var/mule-client$ df -h /var/mule-client/
Filesystem Size Used Avail Use% Mounted on
glusterfs 254G 209G 32G 88% /var/mule-client
(on the server)
/var/mule$ du -sh
584K .
Is it a known
2017 Jun 01
2
Gluster client mount fails in mid flight with signum 15
All four clients did run 3.10.2 as well
The volumes has been running fine until we upgraded to 3.10, when we hit some issues with port mismatches. We restarted all the volumes, the servers and the clients and now hit this issue.
We?ve since backed up the files, remove the volumes, removed the bricks, removed gluster, installed glusterfs 3.7.20, created new volumes on new bricks, restored the
2015 Apr 14
2
Dovecot and recipient_delimiter
On 4/14/15, J. Echter <j.echter at echter-kuechen-elektro.de> wrote:
> Am 14.04.2015 um 14:04 schrieb J. Echter:
>> Hi,
>>
>> we're using thunderbird as our client, it has the functionality to
>> sort spamassassin tagged mails in a folder called 'Junk'.
>>
>> I have this folder on my dovecot server and i'd like to use the
>>
2015 Apr 14
0
Dovecot and recipient_delimiter
Am 14.04.2015 um 14:04 schrieb J. Echter:
> Hi,
>
> we're using thunderbird as our client, it has the functionality to
> sort spamassassin tagged mails in a folder called 'Junk'.
>
> I have this folder on my dovecot server and i'd like to use the
> recipient_delimiter feature to get my spam/junk mails directly to this
> folder.
>
> what i have done
2008 Sep 16
0
Turning off cookies for RESTful service connected to Mule
I''m trying to get Rails 2.1 to talk to Mule 2.0. Mule is complaining
"Invalid cookie state: domain not specified". I think I can fix this
by telling Rails not to use cookies (I don''t need any session
information). But I don''t know how to turn off cookies. I''ve tried
session :disabled => true and session :off, but these don''t fix the
2015 Apr 14
2
Dovecot and recipient_delimiter
Hi,
we're using thunderbird as our client, it has the functionality to sort
spamassassin tagged mails in a folder called 'Junk'.
I have this folder on my dovecot server and i'd like to use the
recipient_delimiter feature to get my spam/junk mails directly to this
folder.
what i have done yet:
dovecot.conf:
plugin {
recipient_delimiter = +
}
postfix: master.cf
dovecot
2015 Apr 14
0
Dovecot and recipient_delimiter
Am 14.04.2015 um 15:28 schrieb Edwardo Garcia:
> Should not need to alter flags, eg:
> dovecot unix - n n - - pipe
> flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/dovecot-lda
> -f ${sender} -e -d ${user}@${nexthop}
>
> works perfectly good.
Hi Edwardo,
here it doesn't.
If i use your settings i get this:
Apr 14 15:47:34 mule
2015 Feb 07
3
how to draw paired mosaic plot?
If there are many character variables,and I want to get the mosaic plot of every pair of each variable,how to do then?
If the variables are numeric, I can use pairs to get paired scatter plot.
But as to the character variables, how to get the "paired mosaic plot"?
Many thanks.
--
QQ: 1733768559
At 2015-02-07 17:04:26,"Jim Lemon" <drjimlemon at gmail.com>
2012 Aug 01
3
samba 3 - getting rid of some logfile errors
Hi,
i have a lot of entries in my logs which i can't solve, but everything
works as expected.
my setup:
samba pdc - bacula
samba bdc - mule
Ubuntu 10.04-LTS Server
samba 3.4.7
log file entries:
Aug 1 08:25:40 bacula smbd[23854]: canonicalize_connect_path failed for service alex, path /\\mule\alex
Aug 1 08:25:41 bacula smbd[23854]: [2012/08/01 08:25:41, 0]
2006 May 17
2
Justifying R to anti open-source management
Hi
I apologise for this question as it really must be a FAQ. Unfortunately,
I can't find the answer and I'm tired of looking at endless google results
A colleague of mine works for a state government department that has a
policy against open source software or software tainted by open
source. Other government departments in the same state use R but this
particular department is driven