A graph can refer to a graphic (such as a chart or diagram) showing or displaying the relationship between two or more variables used, for instance, in visualising scientific data.
-1
votes
4answers
41 views
Breadth First Search or Depth First Search?
I am implementing a huge directed graph consisting of 100,000+ nodes. I am just beginning python so I only know of these two search algorithms. Which one would be more efficient if I wanted to find ...
2
votes
0answers
9 views
Pchart - Line chart on wrong axis
Im trying to build a combined scatter and line graph. Currently the Scatter plots fine, when i come to adding the lines they're rotated 90 deg to the right, so they are vertical and not horizontal. I ...
0
votes
0answers
8 views
Create a Graph in Excel of a Count of 2 lists of dates
I am trying to create an excel graph that is essentially going to be a line graph of an X vs Y.
The graph is essentially going to look like this, in fact it is also graphing dates as well:
...
0
votes
1answer
40 views
Fastest way to convert a dict's keys & values from `str` to `unicode`?
I'm working with a counter from collections import Counter
and I want to print it's values using matplotlib.pylot
when I try to do it using
plt.bar(range(len(cnt)), cnt.values(), align='center')
...
1
vote
1answer
10 views
SSRS chart x-axis, group by one value but label with another
For example, this might be the result in my data set:
QuarterValue QuarterLabel InterestingNumber
0 Q1 - FY12/13 57
1 Q2 - FY12/13 ...
-1
votes
0answers
10 views
how to represent a graph with a set of complex numbers [closed]
Assuming that you have a set of complex numbers, for example:
1 + 2i
-2 + 3i
0.5 + 0.02i
How will the graph look like? Are they points on a two-axis graph? Or a line chart?
Any help would be ...
2
votes
0answers
16 views
Drawing clustered graphs in Python
I already have a way of clustering my graph, so the process of clustering isn't the issue here. What I want to do is, once we have all the nodes clustered - to draw the clustered graph in Python, ...
0
votes
1answer
24 views
hovertext to label (is there a way to make the hovertext stay displayed forever and not only when u hover your mouse over the chart)
This is my php script where i am querying a database to get data and plot the data using fusion chart
$query = "SELECT * FROM chronology_chart";
if( $result = mysqli_query ($connect,$query)){
$stack ...
2
votes
2answers
47 views
Directed graph - Unreachable node
What is the best way to find unreachable nodes in a directed weighted graph. I already use A* for pathfinding. So, the data contains list of nodes, links, and adjacency list. I was thinking BFS/DFS ...
0
votes
1answer
13 views
neo4j logic gate simulation, how to?
I would like to create a bunch of "and" and "or" and "not" gates in a directed graph.
And then traverse from the inputs to see what they results are.
I assume there is a ready made traversal that ...
0
votes
0answers
12 views
AndroidPlot: Adding and Removing XYSeries
I'm having a problem with this implementation:
if(blueActive) {
blueFormat = new LineAndPointFormatter(Color.rgb(0,0,255), null, null);
blue = new ...
-7
votes
1answer
57 views
Drawing Social graph in matlab and tag nodes [closed]
I need help about the social network graph.
1.) Can I put tags on the nodes?
2.) How can I modify the connecting lines?
The social network graph should look like this.
-3
votes
0answers
21 views
How do I plot one-class svm classification in R [closed]
I'm doing one class classification using svm in R. How do I represent the prediction graphically? My data has many dimensions, can i graph my decision boundary?
2
votes
3answers
169 views
Sudoku solving algorithm C++
I'm trying to make a Sudoku Solving program for a couple of days but I'm stuck with the methods. I found this algorithm here but I don't really understand it:
start at the first empty cell, and ...
-1
votes
1answer
11 views
How can I transfer ownership of live apps to another FB user?
I would like to transfer the ownership of some of my FB apps to another FB user, how can I do this?
0
votes
0answers
13 views
Retrieving mouse-clicks in Graphstream
Since I couldn't find any specific place to discuss this, I thought I'd post here...
I'm using graphstream 1.1 (http://graphstream-project.org/), a graph visualization library for java, to develop a ...
0
votes
1answer
52 views
Building a Graph Editor - How to create a data driven graph [closed]
I'm developing a graph-editor that uses drag and drop to build hierarchical graphs (containing nodes and links), each node in the graph should be linked to a table in our database (SQL Server), I did ...
0
votes
1answer
45 views
All Paths Between 2 vertexes in R
I use igraph.
I want yo find all the possible paths between 2 nodes.
For the moment, there doesn't seem to exist any function to find all the paths between 2 nodes in igraph
I found this subject ...
0
votes
0answers
32 views
Using vertex_name when reading a GraphML file with Boost Graph
I am trying to load a simple GraphML file such that each vertex has a vertex name as stored in the GraphML. I can change the GraphML, the important thing is that I have access to the vertex_name from ...
0
votes
0answers
25 views
Draw on achartengine on touch
i'm trying to compare two values from two series at the same X value from the chart below:
i can get the values with .getCurrentSeriesAndPoint() but it is not really usable
is it possible with the ...
0
votes
2answers
22 views
Quickly Coloring a Graph's Edges
Suppose I am greedily assigning colors to edges of a graph G = (V,E) as follows,
Select an uncolored edge (u,v)
Identify the colors of all edges touching u and select the lowest unused color. Do the ...
0
votes
0answers
15 views
Graph API Returning All Status Results as Undefined
I am creating a search bar that queries Facebook for results. When I type a word to search and click search, I get results but anyone who posted a "Status"....I get a lot of undefined fields. So it ...
0
votes
1answer
25 views
How to make a plot that has x-axis for specified time frame in tcl/tk?
I'm fairly new to tcl/tk and i'm trying to create a stripchart plot that allows me to set the time frame for x-axis example:
Link to pic of a time graph
I'm able to do it with dates, like this:
set ...
0
votes
1answer
24 views
QT Graph plotting, how to change coordinate system/geometry of QGraphicsView
I am using QT and try to plot a graph with QGraphicsView and QGraphicsScene..i dont want any additional dependencies, thats why i dont use QWT. When i plot my data, at the moment i use
...
0
votes
1answer
23 views
Recursive Graph Traversal
I'm writing a program in Java to solve puzzles from this game:
http://universefactory.net/0/
I've modeled the problem as follows
Node Class:
package model;
import java.util.ArrayList;
...
0
votes
1answer
16 views
Searching app users
I want to create a dating app where the app user would search for matches based on gender, age, and current city, even if those matches are not friends. I'm assuming that there's no way to search all ...
1
vote
0answers
8 views
Panorama graph using gephi
I'm saving graph in .DOT language format using opencv stitching module.
ofstream f("graph.dot");
f << matchesGraphAsString(img_names, pairwise_matches, conf_thresh);
f.close();
I can plot ...
1
vote
0answers
48 views
All Shortest Paths To A Given Vertex
Given a directed graph G=(V,E) and a weight function w : E - > R+ (only positive weights for edges in the graph) , I need to find all the shortest paths from every vertex v in V to a given vertex k.
...
0
votes
1answer
33 views
facebook returns Unsupported get request on some apps?
I cannot understand the behavior of Facebook: this call working perfectly
https://graph.facebook.com/142809522573631?callback=jQuery18309434105455875397_1369031461008&_=1369031607843
but ...
1
vote
1answer
15 views
For each loop Facebook graph api
I'm trying to make a for each loop on the field name of an user like. Problem is that I get only errors or no result at all. Could someone please show me the right way to parse this data?
I'm trying ...
1
vote
1answer
37 views
Function to map an image to 3D point by point
I am trying to map my image point by point to 3 dimensional space.
For example, if my original image has intensity of 100 at location X, I want to plot this point in 3D location Y with intensity of ...
0
votes
1answer
14 views
How to maintain follow list like in Instagram?
I am trying to make a network similar to Instagram / Facebook principle; i.e. there will be many users and they might be connected to one another in uni-directional way. Something like a graph.
A ...
1
vote
0answers
36 views
Creating fixed size groups based on matching attributes and minimizing the number of un-grouped entites
my problem is this:
I have a list of people, each person has a certain number of Facebook likes. I want to partition those people into N groups such that, for each group, every member shares at least ...
-1
votes
0answers
19 views
Dendogram graph - hierarchical clustering [closed]
I want to build a dendogram graph in c#, is there a best way for this? I look around on internet but didn't find relevant things...
1
vote
1answer
39 views
Graph handling library
I need to find a library for representing and drawing graphs in C (not C++). I wish to find one with a GPL licence.
I have to build dynamically some graphs, and draw it. It would be perfect to find a ...
0
votes
1answer
19 views
overlapping lables in JFreeChart pie charts
i'm using JFreeChart to plot some data in to a pie chart. when the amount of data is getting high
the labels of the graph is overlapping as shown below?
can any one suggest me to avoid this issue ...
0
votes
1answer
27 views
I am using achart engine and want to add starting and ending date
![enter image description here][1] I am using achartengine for graphs plotting in android and i want to add starting ending date just like in snapshoot.Make enable this code with date and save ...
0
votes
0answers
22 views
Graph Traversal - Path History Duplicates Itself
Pulled out some old code and I'm having some trouble working out why it's producing the current output!
BFS search function:
NodeQueue queue = new NodeQueue();
ArrayList<Object> ...
-1
votes
0answers
55 views
Shortest path with odd weight [closed]
Let G be a directed graph with non-negative weights. We call a path between two vertices an "odd path" if its weight is odd.
We are looking for an algorithm for finding the weight of the shortest ...
-1
votes
0answers
28 views
Shortest path candidate [closed]
Let G = (V,E) be a directed graph with a weight function w such that there are no negative-weight cycles, and let v be a vertex such that there is a path from v to every other vertex. Let f : V to ...
0
votes
1answer
31 views
Check if an undirected graph is a tree in networkx
I would like to know if there is a simple way to check whether a certain undirected graph in networkx is a tree or not
0
votes
0answers
17 views
Does matlab build-in max-flow algorithm support undirected graph?
I am using the matlab build-in max-flow algorithm for undirected graph. Every edge is replaced by two directed edge with same capacity 1. However, it encounters an error:
"Reciprocal edges are not ...
0
votes
1answer
22 views
Legend in biograph plot in Matlab
I have a biograph object, and I want to "color-code" the edges and vertices.
Is it possible to get legends in the biograph plot, similar to the ones in plot.
My code is like this:
Sys = ...
0
votes
0answers
8 views
Exceed query limitation solution Facebook fql
I've found that fb have query limitation of 600 calls per 600 seconds, per token & per IP.
I query about 30,000 fql everyday,
i run this process on multiply machine with multiply fb apps to get ...
0
votes
2answers
18 views
Converting Vertex[] to graph
I am making a pacman game and i am currently working on the ghosts ai. I am planning on using Dijkstra's algorithm for the pathfinding. My problem is that when my game is loaded the vertexes for the ...
0
votes
2answers
59 views
graph representation with minimum cost (time and space)
i have to represent a graph in java but neither as an adjacency list nor an adjacency matrix..
the basic idea is that if
deg[i]
is that exit degree of vertex i, then its neigboors can store in
...
0
votes
2answers
29 views
LAN network connectivity path drawing tool [closed]
I need a tool to visualize network like which system is connected to which port of a switch. the main reason is some users connect personal laptop to network and it starts broadcasting. It gets ...
0
votes
0answers
20 views
MAGENTO How to override the graph in dashboard
I have a table included some data about warehouse operation (order_id, phase, duration, datetime, order_canceled), so I need to draw a graph to present these data for performance management.
I tried ...
0
votes
0answers
36 views
How to use TSP methods to get shortest Hamiltonian path from a given node [closed]
I have a complete weighted graph and all the edges satisfy the triangle inequality. I want to find the shortest path through all nodes from a given node. After looking around, I noticed that one ...
-3
votes
1answer
35 views
Dijkstra Graph as matrix cpp implementation [closed]
Is there book or site where I can find implemented Dijkstra in cpp for graph given as A matrix?
Something like int ShortestPath(int startID, int endID, int** path, int& pathLength)
And graph ...




