search for: vertex

Displaying 20 results from an estimated 643 matches for "vertex".

2011 Jun 25
1
if you start fifa error message comes
...ange screen BPP X11DRV_desktop_SetCurrentMode from 32 to 16 fixme: d3d: Add OpenGL context recreation support swapchain_init to context_validate_onscreen_formats Init for requests: 100 fixme: win: EnumDisplayDevicesW ((null), 0,0 x32f434, 0x00000000), stub! fixme: d3d: IWineD3DDeviceImpl_SetSoftwareVertexProcessing (0x194898): stub fixme: D3D9: D3DPERF_SetMarker (color 0xffffffff, name L "Binding Vertex Shader: XFadeScrollTexture [0]"): stub fixme: D3D9: D3DPERF_SetMarker (color 0xffffffff, name L "Binding Vertex Shader: XFadeScrollTexture [0]"): stub fixme: D3D9: D3DPERF_SetMark...
2009 Jan 05
2
Can't get Fifa 09 to start with wine
I had no problems with the install using ubuntu 8.10 and the newest version of wine, but when i start from the terminal i get this message > fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer > X Error of failed request: BadRequest (invalid request code or no such operation) > Major opcode of failed request: 143 (GLX) > Minor opcode of failed
2024 Feb 24
2
igraph_vertex
Dear R-community It would be nice to get some input how to find a solution for the following error in igraph and vertex setting. Thank you very much Sibylle > par(bg="black") > network %>% plot( + vertex.color=clrs[V(.)$community], + vertex.size=V(.)$hub_score*1, + vertex.frame.color=V(.)$color, + vertex.label.color="white", + vertex.label.cex=0.5,...
2011 Apr 12
3
New video card; wine freezing
Hello, I want to play Eve Online in Wine. It was working (mostly) on my old card, a GTX 280, using the nvidia driver. It was the 3rd card I've had from Nvidia in a row with manufacturing defects, so I bought a Radeon 6870, which is working good except with Wine. I am using fglrx, and have a dual head setup using xrandr. When I log in, I get to the screen where it is entering the game after I
2012 Jun 02
2
FM12 not running. Shader Problem?
...icesW ((null),0,0x32f1b0,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x32ef30,0x00000000), stub! fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16 fixme:win:EnumDisplayDevicesW ((null),0,0x32f3f4,0x00000000), stub! fixme:d3d:wined3d_device_set_software_vertex_processing device 0x158ca8, software 0 stub! fixme:d3d_shader:shader_select_frontend Unrecognised version token 0xdeadbeef fixme:d3d_shader:shader_set_function Unable to find frontend for shader. fixme:d3d9:D3DPERF_SetMarker (color 0xffffffff, name L"Binding Vertex Shader: XFadeScrollTexture[0...
2012 Jul 31
1
Subgraph isomorphism using vertex labels
Hi all, I want to find all the mappings of one graph in another graph, based on their vertex labels Is there any way to do this in igraph based on vertex labels. (as far as i know Igraph allows the subgraph isomorphism based only on vertex and edge colors) Eg: graph 1: x(1) x(2) x(2) y(3) y(4) x(1) z(5) x(2) graph 2: x(1) y(2) # the brackets contain the corresponding vertex ids i would...
2024 Feb 24
1
igraph_vertex
...most probably - find our those sections resulting in errors. HTH, Kimmo la, 2024-02-24 kello 12:09 +0100, SIBYLLE ST?CKLI via R-help kirjoitti: > Dear R-community > > ? > > It would be nice to get some input how to find a solution for the > following > error in igraph and vertex setting. > > ? > > Thank you very much > > Sibylle > > ? > > > par(bg="black") > > > network %>% plot( > > +???? vertex.color=clrs[V(.)$community], > > +???? vertex.size=V(.)$hub_score*1, > > +???? vertex.frame.colo...
2008 Mar 05
4
vertex labels in igraph from adjacency matrix
I am getting some unexpected results from some functions of igraph and it is possible that I am misinterpreting the vertex numbers. Eg., the max betweenness measure seems to be from a vertex that is not connected to a single other vertex. Below if my code snippet: require(igraph) my.graph <- graph.adjacency(adjmatrix = my.adj.matrix, mode=c("undirected")) most.between.vert <- colnames(my.adj.matrix)...
2024 Feb 24
1
igraph_vertex
...ous "+"'s. Some but not all API will be able to strip those characters. -- David. On 2/24/24 03:09, SIBYLLE ST?CKLI via R-help wrote: > Dear R-community > > > > It would be nice to get some input how to find a solution for the following > error in igraph and vertex setting. > > > > Thank you very much > > Sibylle > >> par(bg="black") >> network %>% plot( > + vertex.color=clrs[V(.)$community], > > + vertex.size=V(.)$hub_score*1, > > + vertex.frame.color=V(.)$color, > > + vert...
2024 Feb 25
1
igraph_vertex
...5 5 5 5 B.B 4 0 1 1 1 1 C.C 5 5 0 5 4 2 D.D 5 0 5 0 5 3 E.E 5 1 5 5 0 4 F.F 1 2 3 4 5 5",? sep="\t", row.names = 1) --- snip --- This would save us from unnecessary copy-pasting :-) However, the error is still the same I mentioned in my first reply, i.e.: network %>% plot( vertex.color=clrs[V(.)$community], vertex.size=V(.)$hub_score*5, vertex.frame.color=V(.)$color, vertex.label.color="white", vertex.label.cex=0.5, vertex.label.family="Helvetica", vertex.label.font=1, edge.curved=0.5, HERE --> edge.width= network,...
2024 Feb 24
1
igraph_vertex
...errors. > > HTH, > > Kimmo > > la, 2024-02-24 kello 12:09 +0100, SIBYLLE ST?CKLI via R-help kirjoitti: >> Dear R-community >> >> >> >> It would be nice to get some input how to find a solution for the >> following >> error in igraph and vertex setting. >> >> >> >> Thank you very much >> >> Sibylle >> >> >> >>> par(bg="black") >>> network %>% plot( >> +???? vertex.color=clrs[V(.)$community], >> >> +???? vertex.size=V(.)$hub_score*1...
2024 Feb 26
1
igraph_vertex
...?????2???????3???????4???????5???????5",? > sep="\t", row.names = 1) > --- snip --- > > This would save us from unnecessary copy-pasting :-) > > However, the error is still the same I mentioned in my first reply, > i.e.: > > network %>% plot( > ??? vertex.color=clrs[V(.)$community], > ??? vertex.size=V(.)$hub_score*5, > ??? vertex.frame.color=V(.)$color, > ??? vertex.label.color="white", > ??? vertex.label.cex=0.5, > ??? vertex.label.family="Helvetica", > ??? vertex.label.font=1, > ??? edge.curved=0.5, &...
2024 Feb 25
1
igraph_vertex
...ordered = is.ordered(V(network)$name))) %>% set_edge_attr(name = "membership", value = aes_collapsed$membership) %>% set_edge_attr(name = "color", value = c(viridis::viridis(5)) [match(E(.)$type, c(factor(V(.)$name)))]) %>% set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = "local"))) %>% set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vector)) %>% set_vertex_attr(name = "color", value = c(viridis::viridis((5))) [match(V...
2010 Jan 15
0
More on GART vertex buffer corruption
I looked a bit more into the problem of vertex corruption with GART vertex buffers that disappears putting the buffers in VRAM that I'm experiencing on my card. The system I'm seeing this on is a Dell Inspiron 9400 notebook with a GeForce Go 7900 GS on a PCI Express Intel i945 chipset. First, I've looked into the behavior of the nV...
2012 Aug 15
3
per-vertex statistics of edge weights
I have a graph with edge and vertex weights, stored in two data frames: --8<---------------cut here---------------start------------->8--- vertices <- data.frame(vertex=c("a","b","c","d"),weight=c(1,2,1,3)) edges <- data.frame(src=c("a","a","b","c&...
2006 Jun 26
1
Patch for rgl with gcc 4.0 in R 2.3.0 on OS X
...the gluProject routine. This eliminated the error messages and allowed compilation. -----RELEVANT SECTION OF rgl/src/api.cpp BEFORE --- void rgl_user2window(int* successptr, int* idata, double* point, double* pixel, double* model, double* proj, int* view) { int success = RGL_FAIL; GLdouble* vertex = pixel; int columns = idata[0]; Device* device = deviceManager->getAnyDevice(); if ( device ) { for (int i=0; i<columns; i++) { gluProject(point[0],point[1],point[2],model,proj,view, vertex,vertex+1,vertex+2); vertex[0] /= view[...
2010 Sep 27
1
Modify the vertex label
Dear r-help, I create a graph of my baysian network. I use the package igraph. The names of vertex are within the circle, I would leave them outside the circle? > E(g)$color <- "black" > tkplot(g, ,vertex.label=names,layout=layout.kamada.kawai, edge.color=E(g)$color) Best Regards [[alternative HTML version deleted]]
2024 Mar 22
1
geom_edge & color
...ow.names = F) edge_list<-read.csv("edges_table-Test.csv") #create network and add some necessary attributes (vertices) for the plot network <- graph_from_data_frame(aes_collapsed, directed= FALSE, vertices = details) ### network and vertex with 'subcategory_type' temp<-cluster_optimal(network) temp<-cbind(membership=temp$membership, Names=temp$name) aes_collapsed <- aes_collapsed %>% merge(temp, by="Names") network <- network %>% set_edge_attr(name = "type", value = factor...
2024 Mar 21
1
geom_edge & color
...V(network)$name))) %>% > ? set_edge_attr(name = "membership", value = aes_collapsed$membership) > %>% > ? set_edge_attr(name = "color", > ????????????? value = c(viridis::viridis(5)) > ????????????? [match(E(.)$type, c(factor(V(.)$name)))]) %>% > ? set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = > "local"))) %>% > ? set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vector)) %>% > ? set_vertex_attr(name = "color", > ????????????? value = c(viridis::viridis((5))) &gt...
2009 May 15
0
Ego net and merge networkss
...STATNET package which is such a good sna package. Thank you for developing it! But now I came to a point where my R skills are not good enough for what I want. So I am asking you if you might help me. The Problem: I have a network object and calculated the degree centrality (freeman) for all vertexes. Now I select the first 5 vertexes with the highest degree centrality to take a closer look at their ego networks. For the ego network analysis I tried and tried for 3 day with ego.extract, sapply and gapply but I couldn`t do it. My question: I want to look at the development of the relation...