Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [graph]

This "graph" tag refers to a graphical data presentation, e.g. chart or diagram. For the mathematical concept use [graph-theory].

0 votes
0 answers
15 views

Display the rate of change of a value that did not exist before in PromQL

I am trying to display the rate of failing Kubernetes jobs using the kube_job_failed metric. It will display 1 job failed, 0 if not. I had the plan to take the rate()and then aggregate using sum() ...
user3045272's user avatar
0 votes
0 answers
8 views

Traverse a graph with multiple stops from a starting point? [duplicate]

I have an undirected weighted graph I need to traverse from X node to a list of nodes. The list is unordered by default, meaning that the order of which nodes are traversed is not important. What's ...
hesoyam's user avatar
0 votes
0 answers
20 views

How to find group pair duplicates in Excel (creating graph nodes)

I have a class of 40 students performing 5 group activities. Each group having 3-4 students per activity. My goal using Excel is to find and minimize the number of instances where students have the ...
Shawn Janzen's user avatar
0 votes
0 answers
16 views

How can I find all unique sub graphs within a graph database such as memgraph?

I have a dataset of tens of thousands of directed subgraphs. The subgraphs are trees, they branch from the root node and never merge. I want to find all the unique subgraphs based on the event_type ...
Adrian Montagu's user avatar
-2 votes
0 answers
24 views

Efficient approximation algorithm for this optimization problem [closed]

I'm trying to solve the following optimization problem. The context is defined by the following paper https://www.mdpi.com/1911-8074/14/9/452 The authors of the paper suggest to map it to a Min Cost ...
Enrico Bottazzi's user avatar
0 votes
0 answers
13 views

Why can't I just substitute with new nodes and links in this html code?

I have the following HTML code, which allows me to visualize the nodes and links stored in arrays nodesALPHV and linksALPHV. However I need to visualize entirely different nodes and links so I try to ...
Iñaki Berumen's user avatar
0 votes
0 answers
44 views

Is there a way to build a 360* plot in r?

This is all i have so far: data2 <- data.frame(time = c(ts_nodates), bearing = c(T6PO_Clean$bearing)) ggplot(data2, aes(x = bearing, y = time, fill = factor(bearing))) + geom_col(width = 5) ...
user26467970's user avatar
-1 votes
0 answers
21 views

Create a layered ggplot with 2 different scale x axis? [duplicate]

I'm a litte stuck, I wanna create a plot showing 2 variables based on time, however one of those variable needs to be shown on a log scale (going from 0.01 to 100), and the other one on a regular ...
IlyLemon's user avatar
2 votes
1 answer
66 views

Having issues calculating APSP for matrix size n >= 4

I'm having issues finding the problem with the following implementation of Floyd-Warshall APSP Algorithm. Currently working on a vjudge exercise and I'm having issues figuring out what's the problem ...
str8's user avatar
  • 23
0 votes
0 answers
16 views

Dynagraph library for a C# .NET option

Is there any way I can create a dynagraph on C# and .NET for a Windows application? I have tried to search ready library but I didn't found any one? And if this is not available then any idea how can ...
DeveshM's user avatar
  • 476
-1 votes
0 answers
14 views

MS Graph API for Filtering SharePoint list items

I used MS Graph Explorer to use multiple filters on a SharePoint List. https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items?$filter=fields/Type eq 'Email Received'&$filter=fields/...
user26434782's user avatar
-1 votes
0 answers
21 views

what kind of pre-processing is required to apply on sentence before passing it dependency parser?

I'm trying out sentiment analysis where I convert the sentence into a Graph with nodes being word embedding and edges being dependency between the two words. I'm still confused how exactly should I ...
Harsh Chauhan's user avatar
-1 votes
1 answer
22 views

Confusion regarding disconnected graph

I am learning graph data structure and want to understand how to handle this scenario. I have multiple directed graphs inside a .NET C# program like so: C<-A->B<-D E->F Here A points ...
Wild-Programmer's user avatar
-1 votes
0 answers
14 views

Values that doesn't appear in graph bar [closed]

I made two bar graphs, one with the top 10 maximum values and the other with the top 10 minimum values of a count(value). However, I can't see the values for the last 6 bars that have the minimum ...
tiagobmarinho's user avatar
1 vote
0 answers
28 views

Indicate label for Horizontal line

I'm trying to find a way to add a label to show what red horizontal line indicates (in this case it's target) Can anyone help me to add a label for horizontal line which cross through y = 100, please? ...
Wathsala Heenkende's user avatar

15 30 50 per page
1
2 3 4 5
1917