Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
80 views

I have this code that produces a nice plot library(forecast) fit <- auto.arima(WWWusage) fc <- forecast(fit, h=20, level=95) qf <- matrix(0, nrow=99, ncol=20) m <- fc$...
lucamartono2's user avatar
Best practices
0 votes
2 replies
93 views

I want to preface this by saying I am a complete amateur to web development of any kind and this is my first foray into web development of any kind, so please forgive any dumb questions or assumptions ...
Colby Johnson's user avatar
-2 votes
1 answer
105 views

Many years ago I wrote some monitoring tool that collects data using RRD (actually using perl module RRDs. The OS at that time was SLES 10 (rrdtool 1.2012 and rrdtool 1.3007). Since upgrading to SLES ...
U. Windl's user avatar
1 vote
1 answer
71 views

I have an array of data showing years and percents and I'm trying to draw a bar graph using d3. I can get a single bar drawn if I feed in numbers that I know will work, but when I'm using the x and y ...
LauraNMS's user avatar
  • 2,946
Advice
1 vote
1 replies
79 views

I'm fairly new to node-red and still trying to learn how it works. I'm populating a table with my homebrige devices with the on and off times which allows me to keep track of consumptions and working ...
João Carvalho's user avatar
Advice
0 votes
2 replies
73 views

I am working on a project that uses python. It is a mmWave board that is used to collect vital sign data. I am creating logs of the vital sign data and it saves as an excel sheet. How to automatically ...
marsc0des's user avatar
0 votes
1 answer
80 views

I'm trying to get all iOS devices from Intune with Graph. Whent testing in Graph Explorer with "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$filter=startswith(operatingSystem,...
TBoy3's user avatar
  • 73
Best practices
0 votes
0 replies
69 views

I’m building an app that stores long, unstructured notes like: “February 6th, 2026 – This is a note about Bob Maynard. He likes the color green…” These notes can be fairly long and I need to: Store ...
wgm's user avatar
  • 11
0 votes
1 answer
88 views

I have a set of classes that store tensors and perform some operation with them using a method inherent to each class. My code has a set-up phase where a list of instances of those classes is created. ...
Matheus Janczkowski's user avatar
Advice
1 vote
0 replies
33 views

In the official Microsoft documentation, I found that with the Graph webhook, you can receive notifications for permission changes for a file in a document library by inserting the prefer:...
Domenica Mastronardo's user avatar
Best practices
1 vote
0 replies
73 views

ive consulted AI in this topic but could not come up with a conclusive answer. Prior to the existence of AI i've been spending quite some time to even find the Yamada-Kinoshita Algorithm for this ...
Gewure's user avatar
  • 1,281
Advice
0 votes
2 replies
101 views

This is a follow up question to this Question. I followed the suggestions in the replies and created a workbook template. Image reference below. Excel Screenshot You can see I have put Soaking Time as ...
Hatim Jhalodwala's user avatar
Advice
0 votes
7 replies
126 views

Line Chart Example I am planning to automate charts like these. The problem I am facing is that I have to make hundreds of these a day, and each needs to be edited with dates, hours and values. This ...
Hatim Jhalodwala's user avatar
4 votes
0 answers
79 views

I am implementing the Wright inbreeding coefficient (F) for individuals in a pigeon pedigree (Django application, relational database). The current implementation builds the pedigree using a breadth-...
Alex's user avatar
  • 87
0 votes
0 answers
74 views

I have a number of graphs in NetworkX, obtained by microscopic images by NEFI https://nefi.mpi-inf.mpg.de/. Since they're from real images, the graphs nodes are always slightly displaced from one ...
alessandro's user avatar
  • 4,014
0 votes
0 answers
75 views

I am trying to map scattered points in 2D space into a grid-like arrangement, where each point can occupy one grid location. I'd like the method to retain as much of the near-neighbour properties of ...
DJM123's user avatar
  • 35
1 vote
0 answers
43 views

Our professor told us that whenever you are applying kruskal's or prim's algo ,only one unique mst will be formed and if it is a weighted graph consider it sorted and go in ascending order (...
Muhammad Ammar Khalid's user avatar
1 vote
2 answers
68 views

I have been trying to start exploring the Reactome Graph Database today following the instructions given at https://reactome.org/dev/graph-database#GetStarted I have installed Neo4j Desktop 2 (version ...
Capo Mestre's user avatar
1 vote
1 answer
155 views

I am working on a small project and it is my first time using matplotlib, and I am struggling with how to make my bar graph look better with more inputs. The whole idea of the program is to read text ...
AP_'s user avatar
  • 33
0 votes
0 answers
31 views

I checked the consistency of a graph and its associated ontology with Pellet, and Pellet raised an error related to a DatatypeProperty (Litteral) declared as a string in the ontology: rdfs:range xsd:...
Phil's user avatar
  • 314
Advice
0 votes
1 replies
54 views

I came across one of OpenTrack's manuals. I couldn't find a more up to date version, this is the latest screenshot I could find. Is the description vertex-vertex-edge-vertex-vertex actually correct? ...
TomCoding's user avatar
  • 103
1 vote
1 answer
318 views

I am tasked with a question as follows: We have n players and we want to hold a wrestling tournament with exactly n * (n - 1) / 2 matches. In each day a player can only play at most one match. However,...
Eastern Skill's user avatar
1 vote
1 answer
63 views

I would like to learn the tensorflow. While, when I run the code in my google-colab, I had the error message: 'UnavailableError: Cannot export profiling results. No profiler is running.'. The code is ...
LeiDing's user avatar
  • 31
1 vote
0 answers
72 views

I want to remove or replace sensitivity labels from SharePoint, OneDrive and Exchange without using the Microsoft Graph Metered API. According to the following article, it seems this is not possible ...
Amit's user avatar
  • 97
1 vote
0 answers
75 views

I am trying to produce a CCA graph from a large microbiome dataset of turtles that includes some additional information like diet and climate. I am trying to see how these factors influence microbial ...
Franciscus Scheelings's user avatar
2 votes
2 answers
115 views

I’m trying to implement a mutual friends feature using a graph data structure represented as an adjacency list in Python. Each node represents a person, and each edge represents a friendship (an ...
Durga's user avatar
  • 21
2 votes
1 answer
69 views

I've been trying hours to show the x axis label in my GraphRAG plot. The below is similar to my actual code but when I run this, the x axis label just doesn't appear? I am not sure if it's because the ...
Hugh L's user avatar
  • 23
0 votes
2 answers
197 views

My unordered adjacency list of nodes with their 2D coordinates: adjacency_list = [[1, 4], [0, 2, 5], [1, 3, 7], [2, 6, 12], [5, 0, 11], [4, 1, 7, 13], [3, 15, 8], [...
Optical_flow_lover's user avatar
0 votes
0 answers
29 views

I'm trying to visualize a graph with nodes and edges on a Zeppelin notebook, but it doesn't work. I was following the official document for %network display https://zeppelin.apache.org/docs/0.12.0/...
Yifei Michael Yan's user avatar
0 votes
1 answer
111 views

When generating a diagram with networkx and pyplot, the diagram is squashed in the middle with lots of empty white space around it. import networkx as nx import matplotlib.pyplot as plt print(f"...
Baldrick's user avatar
  • 11.2k
0 votes
0 answers
38 views

I want to make a "3d" offset figure of chromatogram traces. I am doing this by offsetting in both x & y but the background traces are "showing through" the area under the peaks ...
Bella Carnahan's user avatar
0 votes
1 answer
80 views

How can I use Gremlin bindings in Gremlinq so that I get the benefits of query compilation/plan caching and injection prevention?
Richard Collette's user avatar
0 votes
0 answers
32 views

I have installed Datastax Enterprise 6.8, and installed Datastax Studio. When I go to Notebook "DataStax Graph QuickStart v6.8.0", I got error says "DataStax Graph QuickStart v6.8.0&...
panoet's user avatar
  • 3,682
0 votes
1 answer
345 views

I have a spreadsheet where I track some daily values. Sometimes I don't have any values for a while, resulting in empty rows. Also I have a couple of formulas derived from the values (or even just ...
Lena's user avatar
  • 127
4 votes
1 answer
77 views

I am trying to plot something like the image below using gg_ordisurf from the ggordiplots package (which seems to work the same as ordisurf of the vegan package`): However I have NAs values in my ...
Maxime Buron's user avatar
0 votes
1 answer
225 views

I am trying to create a react flow where you have 2 nodes with multipule edges. I have the following set up but it renders only 1 edge. How do I render all 3 edges? import ReactFlow from 'reactflow'; ...
Horrerblade's user avatar
0 votes
1 answer
90 views

I recently resumed to work on a project and noticed that when I recreated a plot via matplotlib.pyplot, the default style has changed. This is a plot that was made earlier: The plot that was made ...
gotcha game's user avatar
0 votes
0 answers
13 views

I have a query var query = Graph.V($"{entityCode}") .Has(Affinity, partition) .Has(IsDeleted, IsDeletedValue) .Emit() .Repeat( OutE(...
Emilija Vilija Trečiokaitė's user avatar
0 votes
1 answer
257 views

I have a file in SharePoint and OneDrive which have Sensitive label applied with access control. I want to repalce this file with some other file in my local system which doesn't have sensitive label ...
Amit's user avatar
  • 97
1 vote
1 answer
131 views

I am using the update plotly version 6.3.0 and im trying to plot a simple stock close price in 1year period. The uploaded image is the graph output, how it can be seen its not right. Im also in ...
user30126350's user avatar
0 votes
0 answers
152 views

I try to create an app to upload files to a SharePoint library and then share the file with an external user. But I want the app to have the minimalistic permissions possible. Everything is working as ...
itsecharry's user avatar
1 vote
0 answers
131 views

I have a filter function in combination with the CHOOSECOLS, SORT and IFERROR function. I use this to draw a dynamic graph in Excel. At first it seems to work fine. However when I select values that ...
Stephan's user avatar
  • 665
0 votes
0 answers
59 views

I need to hide all the values in x-axis because they are worthless for the customer and don't want to watch them anymore. I am talking about this: How you can see, in x-axis I squared the values I ...
Byron Saldarriaga's user avatar
0 votes
0 answers
176 views

I am trying to download the content of a Microsoft Teams meeting transcript using the Microsoft Graph API with Application permissions. Despite granting admin consent for OnlineMeetingTranscript.Read....
Gustavo Neri's user avatar
-4 votes
1 answer
154 views

I have a hierarchy widget that broadcasts an event with the node selected. The hierarchy widget is something like this: Group 1 device 1 device 2 device 3 Group 2 device 1 device 2 device 3 The ...
user23510896's user avatar
0 votes
1 answer
39 views

I have a graph-based travel system where each city has two stations: a bus station and a train station. Each station is represented as a node (Node), and each connection/departure is represented as an ...
SP222's user avatar
  • 21
1 vote
0 answers
70 views

To automate processing of my e-mail messages on MS account, I have registered some application called "NameOfMyRegisteredApplication"; gave it all MS Graph Read rights; and then I ran the ...
Boba's user avatar
  • 43
4 votes
2 answers
91 views

I have an undirected graph which nodes are numbered from 0 to 5. Adjacencies are given with a vector of lists #((1 2) (0 3) (0) (1) (5) (4))), thus node 0 is connected to nodes 1 and 2, node 1 is ...
david's user avatar
  • 1,593
3 votes
2 answers
106 views

This is the code I'm using, it take around 15-16 seconds to print the graph. I was also trying to make the threads uniquely giving for every a name and starting and join using that name, but no matter ...
Danila Bakhta's user avatar
0 votes
1 answer
191 views

I have got the code below, its running with the context of an application account. Runs fine when it runs on the context of an interactive user when setting the following scopes. $scopes = @( &...
learner's user avatar
  • 1,097

1
2 3 4 5
568