Re: [R] igraph plot slowness

2015-08-27 Thread Loris Bennett
Loris Bennett writes: > Hi Jim, > > jim holtman writes: > >> Here is what it does locally on my PC: >> >>> library("igraph") >>> topo_data <- read.table(text = "ibcore01ibswitch01 >> + ibcore01ibswitch02 >> + ibcore01ibswitch03 >> + ibcore02ibswitch01 >> + ib

Re: [R] igraph plot slowness

2015-07-06 Thread Loris Bennett
Hi Jim, jim holtman writes: > Here is what it does locally on my PC: > >> library("igraph") >> topo_data <- read.table(text = "ibcore01ibswitch01 > + ibcore01ibswitch02 > + ibcore01ibswitch03 > + ibcore02ibswitch01 > + ibcore02ibswitch02 > + ibcore02

Re: [R] igraph plot slowness

2015-07-03 Thread jim holtman
Here is what it does locally on my PC: > library("igraph") > topo_data <- read.table(text = "ibcore01ibswitch01 + ibcore01ibswitch02 + ibcore01ibswitch03 + ibcore02ibswitch01 + ibcore02ibswitch02 + ibcore02ibswitch03 + ibswitch01 node001

[R] igraph plot slowness

2015-07-03 Thread Loris Bennett
Hi, With the following data ibcore01ibswitch01 ibcore01ibswitch02 ibcore01ibswitch03 ibcore02ibswitch01 ibcore02ibswitch02 ibcore02ibswitch03 ibswitch01 node001 ibswitch01 node002 ibswitch01 node003 ibswitch02 node004 ibswitch02