Displaying 20 results from an estimated 10000 matches similar to: "question[Scanned]"
2023 Nov 24
1
ggplot adjust two y-axis
Hi,
Just find a scaling factor that would make the two sets of data comparable.
Here I divided the second row by 5 and did the same for the second axis.
Charles-?douard
F1 <- as.table(matrix(c(50,11,6,17,16,3,1,2237,611,403,240,280,0,0), 2,7))
barplot(F1, beside = TRUE, col = c("blue", "grey")) axis(2,
at=c(0,10,20,30,40,50,60, labels=c(0,10,20,30,40,50,60))) axis(4, at =
2023 Nov 24
1
ggplot adjust two y-axis
Hi,
I don't know the axis mecanism well enough in ggplot but using the original
barplot function you can add an axis on the right using the axis function.
Here is an example:
test <- as.table(matrix(c(2,10,3,11), 2,2))
barplot(test, beside = TRUE, col = scales::brewer_pal(palette = 1)(2))
axis(4, at = c(0, 5, 10), labels = c(0,50,100))
-----Message d'origine-----
De?:
2010 May 19
1
TR: RE : RE : RE : Example of command ". / Setup / provision"
-----Message d'origine-----
De?: Viatte Fr?d?ric
Envoy??: mercredi, 19. mai 2010 11:58
??: 'Michael Wood'
Cc?: tms3 at tms3.com; samba at lists.samba.org
Objet?: RE: RE : [Samba] RE : RE : Example of command ". / Setup / provision"
I solved this error, but I have another one now, here it is:
Error occurred while starting named service.
Error: / usr / local / samba /
2023 Nov 24
1
ggplot adjust two y-axis
Dear Charles-Edouard
Thanks a lot. Yes indeed barplot sounds excellent.
Unfortunately, the scale of the smaller axis is fixed, even If I am able to
draw to axes. The idea is to expand the scale to the scale to the second
axis for comparison.
F1 <- as.table(matrix(c(50,11,6,17,16,3,1,2237,611,403,240,280,0,0), 2,7))
barplot(F1, beside = TRUE, col = c("blue", "grey"))
2004 Nov 05
1
Configuration with Windows clients
Yes, until now it works well : I had written a mistake in the smb.conf
!
Sorry
Thanks a lot
-----Message d'origine-----
De : samba-bounces+albert.hervo=sydel.fr@lists.samba.org
[mailto:samba-bounces+albert.hervo=sydel.fr@lists.samba.org]De la part
de Albert HERVO
Envoy? : vendredi 5 novembre 2004 13:25
? : Samba
Objet : TR: [Samba] Configuration with Windows clients
It doesn't
2019 Nov 14
0
Tracking of SAMBA users activity & log files
Unfortunately logs files are generated in /var/log/samba but they are all
empty, do you know the reason ?
My smb.conf :
[global]
log level = 1 auth_audit:3 vfs:2
log file = /var/log/samba/log.%U.%m
max log size = 1000
logging = syslog
[Share]
vfs objects = full_audit
full_audit:prefix = %u|%I|%m|%P|%S
full_audit:success = connect disconnect
full_audit:success = mkdir rename unlink rmdir pwrite
2014 Nov 05
0
[RFC PATCH] virtio-mmio: support for multiple irqs
Hi R?my,
On 2014/11/5 16:26, GAUGUEY R?my 228890 wrote:
> Hi Shannon,
>
>> Type of backend bandwith(GBytes/sec)
>> virtio-net 0.66
>> vhost-net 1.49
>> vhost-net with irqfd 2.01
>>
>> Test cmd: ./iperf -c 192.168.0.2 -P 1 -i 10 -p 5001 -f G -t 60
>
> Impressive results !
> Could you please detail your
2014 Nov 05
2
[RFC PATCH] virtio-mmio: support for multiple irqs
Hi Shannon,
>Type of backend bandwith(GBytes/sec)
>virtio-net 0.66
>vhost-net 1.49
>vhost-net with irqfd 2.01
>
>Test cmd: ./iperf -c 192.168.0.2 -P 1 -i 10 -p 5001 -f G -t 60
Impressive results !
Could you please detail your setup ? which platform are you using and which GbE controller ?
As a reference, it would be good also to have
2014 Nov 05
2
[RFC PATCH] virtio-mmio: support for multiple irqs
Hi Shannon,
>Type of backend bandwith(GBytes/sec)
>virtio-net 0.66
>vhost-net 1.49
>vhost-net with irqfd 2.01
>
>Test cmd: ./iperf -c 192.168.0.2 -P 1 -i 10 -p 5001 -f G -t 60
Impressive results !
Could you please detail your setup ? which platform are you using and which GbE controller ?
As a reference, it would be good also to have
2006 Dec 21
1
TR: Mail location
-----Message d'origine-----
De?: Fatou Ndiaye [mailto:fatou.ndiaye at orange.sn]
Envoy??: jeudi 21 d?cembre 2006 08:47
??: 'Dovecot Mailing List'
Cc?: 'Timo Sirainen'
Objet?: Mail location
Hi all,
Is it possible to have two mail locations in the dovecot.conf? In fact, the
disk where were the mailboxes is almost full and It will be easier for me to
just add an other disk
2023 Nov 24
1
ggplot adjust two y-axis
Hi Sibylle,
For that kind of data with two different scales, I generally use two graphs
that I name gg1 and gg2 and join them using gridExtra::grid.arrange(gg1,
gg2). This way, the red part of your graph is easier to interpret.
Have a nice day,
Charles-?douard
-----Message d'origine-----
De?: R-help <r-help-bounces at r-project.org> De la part de
sibylle.stoeckli at gmx.ch
Envoy??:
2003 Oct 22
1
Samba 3 pre01 security=domain problem to accessfromxpclient
> -----Original Message-----
> From: jean-marc pouchoulon
> [mailto:jean-marc.pouchoulon@ac-montpellier.fr]
> Sent: mercredi 22 octobre 2003 14:54
> To: 'jean-marc pouchoulon'; samba@lists.samba.org
> Cc: eric.jourdan@ac-montpellier.fr
> Subject: RE : [Samba] Samba 3 pre01 security=domain problem to
> accessfromxpclient
>
>
> Just one more thing
> With
2007 Aug 01
1
Re : Custom axis
Maybe I do not explain well what I would like to do. I do not want to change the labels of the axis, but the scale. What I want is a general procedure for changing the scale. Its like using a logarithmic scale on a plot. Labels are the same, but the increases of x along the x-axis are defined by a known monotone and continuous function.
Florent Bresson
----- Message d'origine ----
De :
2023 Jan 11
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
On 11/01/2023 12:35 p.m., RICHET Yann wrote:
> Thank you all, for these advices.
>
> So I try to fix OMP_THREADS, cleanup tests, and display explicitly what test is running by moving in tests/ instead of tests/testthat/...
> Next step should be to investigate blocking test using a reporter (maybe "list").
> For now, waiting for CRAN results...
I think Sebastian or my
2005 Nov 28
0
help. I want to unsubscribe
-----Message d'origine-----
De?: rsync-bounces+laurent.nguyen=neuf.com@lists.samba.org [mailto:rsync-bounces+laurent.nguyen=neuf.com@lists.samba.org] De la part de rsync-request@lists.samba.org
Envoy??: lundi 28 novembre 2005 13:01
??: rsync@lists.samba.org
Objet?: rsync Digest, Vol 35, Issue 27
Send rsync mailing list submissions to
rsync@lists.samba.org
To subscribe or unsubscribe via the
2003 Nov 19
1
RE : SYSLINUX 2.07-pre6 and memdisk decompression problems
Hi,
I tested this version and it works all right ! Thanks a lot for the quick fix.
Do you still want to see the output in order to check everything is OK, or you don't need it ?
---------------------
Sylvain Faivre
EdifiXio - AIH Team
+33 1 56 90 51 24
www.edifixio.com
> -----Message d'origine-----
> De : H. Peter Anvin [mailto:hpa at zytor.com]
> Envoy? : mardi 18 novembre
2002 Nov 28
0
Problem with creating machine account for domain logo n
in smb.conf use "add user script" option .
-----Message d'origine-----
De : Ernst Cozijnsen [mailto:ernst.cozijnsen@cgey.nl]
Envoy? : jeudi 28 novembre 2002 10:02
? : samba@samba.org
Objet : [Samba] Problem with creating machine account for domain logon
Hi,
If i try to let my laptop logon to my samba domain i see in the logfiles
that there must me a machine account in the
2001 Nov 19
1
why is samba more performant with 8 MB buffer (which algorith is used)
Jean-Daniel Dubois
Snoop@cgocable.ca
Pr?pos? Multim?dia
Multimedia Employee
Cog?co C?ble Canada Inc.
1 877 727-4387
1 819 375-7274
-----Message d'origine-----
De : Snoop [mailto:snoop@cgocable.ca]
Envoy? : 19 novembre, 2001 20:08
? : samba-admin@lists.samba.org
Objet : why is samba more performant with 8 MB buffer (which algorith is
used)
Hi im doing a project on samba and its global
2008 Feb 21
0
Re : unimplemented parameters for int21, ax=0x440d
----- Message d'origine ----
> De : Rayne Olivetti <rayneolivetti at yahoo.com>
> ? : wine-users at winehq.org
> Envoy? le : Mercredi, 20 F?vrier 2008, 23h43mn 11s
> Objet : [Wine] unimplemented parameters for int21, ax=0x440d
>
> I have a game that is not working under wine (it just
> seem to hang up with a black screen, though when I try
> to close the program,
2023 Jan 11
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
Thank you all, for these advices.
So I try to fix OMP_THREADS, cleanup tests, and display explicitly what test is running by moving in tests/ instead of tests/testthat/...
Next step should be to investigate blocking test using a reporter (maybe "list").
For now, waiting for CRAN results...
Yann
-----Message d'origine-----
De?: Duncan Murdoch <murdoch.duncan at gmail.com>