similar to: plotting, graph, everything

Displaying 20 results from an estimated 100 matches similar to: "plotting, graph, everything"

2011 Feb 28
1
r help for growth rate
I'm havinf a problem with a simple file i have the following data State 1960 1970 1980 1990 1 All India 35988.70 37346.00 39707.30 42321.00 2 Andhra Pradesh 3431.03 3163.27 3687.23 3695.63 3 Assam 1902.93 2001.60 2278.47 2525.33 4 Bihar 5277.07 5133.80 5138.70 4662.57 5 Gujarat 538.13 456.10 484.23 590.47 6
2013 Aug 25
3
Time axis formatting.
Attached is a plot with a time series. If I have a time series object in R. How do I get the plot in the attached format of time axis?. When I issue plot(ts) I get a time series plot with tic only for years. -- with best regards Sudheer ********************************************************************************** Dr. Sudheer Joseph Scientist INDIAN NATIONAL CENTRE FOR OCEAN INFORMATION
2004 Jun 29
3
Struct Fields Description
Hello all Can anyone point me to some form of description for the fields in the following structures : 1/ vorbis_dsp_state 2/ vorbis_block Thank you. regards ~previr _____________________________________________________________ Previr Rangroo STMicroelectronics Associate Systems Lab Engineer Plot No. 2 & 3, Audio Competence Center Sector 16A,
2004 Jun 29
3
Struct Fields Description
Hello all Can anyone point me to some form of description for the fields in the following structures : 1/ vorbis_dsp_state 2/ vorbis_block Thank you. regards ~previr _____________________________________________________________ Previr Rangroo STMicroelectronics Associate Systems Lab Engineer Plot No. 2 & 3, Audio Competence Center Sector 16A,
2008 Jul 24
0
Openssh xauth on Solaris
Hi All, I have a query.. How to build the sshd_config file with all the possible parameters set to their default values.? For eg: When I compile any version of Openssh and run make install, the sshd_config file that gets copied to the directory specified by "--sysconfigdir=" flag does not contain the parameter "XAuthLocation" at all Whereas the sshd_config.5 man file
2013 Nov 27
0
CPU and memory allocation
Hi, How does cpu and memory allocation works in KVM, If your total vm's on a certain hyp are alloted more RAM and CPU then total physically available CPU-Cores and RAM -- Ericsson Signature line *Mohit Kumar* * Back Office* Ericsson India Global Services Pvt. Ltd BUGS-GSC, Back Office A-8, Tower- A, 3rd Floor, Knowledge Boulevard, Sector-62, Noida, Uttar Pradesh-201301, India
2017 Jan 17
0
*******IEEE ICBDACI 2017 - CALL FOR PAPERS********
********IEEE ICBDACI 2017 - CALL FOR PAPERS********* *----- Apologies for cross-postings----* *Please forward to anyone who might be interested *** *Greetings from ICBDACI 2017 ??* I am happy to inform you that *International Conference on Big Data Analytics and Computational Intelligence (ICBDACI ? 2017)* is being conducted at Chirala Engineering College (CEC), Chirala, Andhra Pradesh,
2017 Jan 17
0
*******IEEE ICBDACI 2017 - CALL FOR PAPERS********
********IEEE ICBDACI 2017 - CALL FOR PAPERS********* *----- Apologies for cross-postings----* *Please forward to anyone who might be interested *** *Greetings from ICBDACI 2017 ??* I am happy to inform you that *International Conference on Big Data Analytics and Computational Intelligence (ICBDACI ? 2017)* is being conducted at Chirala Engineering College (CEC), Chirala, Andhra Pradesh,
2008 Oct 09
5
help
Hello, I'm not sure this is doable but I'm having trouble running my R script with multithreaded capability. With 16x2.93Ghz CPUs available, only one is running with 100%. Any suggestions? Thanks, Bing My system configuration is: egenera virtual machine running Linux Red Hat Enterprise Linux Server release 5.1 (Tikanga) 16x2.93GHz CUPs 99G memory
2006 Nov 20
1
Fw: need help
Hi, Please find the mail appended below. I need some help on SSH installation. The machine is running on AIX 4.3.2.0. It is a production machine and has some known vulnerable issues with current version of SSH installed. Current SSH version is openSSH_3.7p1 I need to know the highest version of SSH which can be installed on this machine. Please be so kind to send me this info. Regards,
2008 Aug 20
3
Confidence Interval
Hi! With the following script, I'm trying to make a demonstration of a Confidence Interval, but I'm observing some differences on tails. # Teste de média entre uma amostra e uma população normal # Autor: Raphael de Freitas Saldanha # Agosto de 2008 n <- 200 # Sample size xbar <- 100 # Sample mean s <- 2 # Sample SD nc <- 0.95 # Confidence level (95%
2006 Nov 02
6
Multiple items in the where clause while updating...
Hi The following is a database table named friends. +-----+------+------+-------+ | sid | id | fid | ftype | +-----+------+------+-------+ | 30 | 1 | 2 | F | | 31 | 1 | 3 | R | | 32 | 3 | 2 | F | | 33 | 3 | 4 | F | +-----+------+------+-------+ I want to update the ftype field based on id and fid. I want to achive the following. Update friends
2002 Sep 06
3
Error on Solaris 9 (2.5.5)
I'm running into some errors I can't figure out. Situation: I have a Sparc IPX (2.6 Solaris), a Mac OS X box and an Ultra Sparc 1 running Solaris 9. I am trying to rsync a web site between the IPX and Ultra 1. All boxes are running 2.5.5 rsync built from source. Problem: Can't get a a sync between the IPX -> Ultra. IPX = kashmir Ultra = vortac Mac = archer Assumptions: a).
2005 Apr 13
0
Data Mining in Europe, please advise
Our CEO, Dr. Dan Steinberg, is planning to visit Europe in May. He would like the opportunity to introduce statisticians (and statistically minded people) to data mining, data mining applications and to forefront data mining tools. Our algorithms are probably familiar to many statisticians (CART, MARS, MART, TreeNet and RandomForests), although it isn't necessary to be a statistician to
2010 Oct 20
1
problem regarding rpmbuild : creating rpm for python files
HI people , I am not sure whether this is right mailing list for this question , but i tried subscribing to redhat rpm list , failed to do so . I'm facing a issue while creating RPM for python punjab http://code.stanziq.com/punjab/ I've created a spec file which contains the list of files to packaged http://pastie.org/1236027 And when i try to run rpmbuild -ba command on this spec
2008 Nov 13
2
CROSSTABULATION
I want to form a 3x3 crosstabulation for the signs of two vectors (i.e. Negative, Zero, Positive). The problem is that I am simulating the data so for some iterations one of the categories is absent. Thus the resulting table shrinks to 3x2. I want it to be 3x3 with zero column corresponding to the missing category. Moreover, I have tried but failed to give the dimension names. -- Sohail Chand
2004 Apr 28
1
dual x100p and x-lite help for newbie
sorry to bother with this trivial issue, but i am loosing all my hair ;-) got 2 x100p's and * on a slakware box x-lite to x-lite works fine! i also have: #ztcfg -vvv Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Channel 02: FXS Kewlstart (Default) (Slaves: 02) 2 channels configured. and in extensions.conf i got: [locals] exten
2015 Jun 28
0
Compiling Libvirt-snmp on VMware Vsphere ESXi
How can I compile and run Libvirt-snmp on VMware Vsphere ESXi? Can somebody guide me with step by step procedure. I tried to followed steps mentioned on Libvirt Website <https://libvirt.org/compiling.html> but I guess they are for Linux distribution. Because I could not execute ./configure command. After searching on Google I found a similar question
2016 Aug 12
0
CentOS-announce Digest, Vol 138, Issue 5
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2016 Jan 26
0
ARPG World Reputed journals
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>My document title</title> </head> <body> <div style="color: #222222; font-family: arial, sans-serif; font-size: small; background: #d9d6cc;"><div style="padding: