graphs
Here are 1,314 public repositories matching this topic...
-
Updated
Jun 3, 2020 - Python
Graphview is not plotting the line in the graph. Background (grid) still shows up, but I have no lines in the graph, even when I copied and paste the code from the documentation.
code as follows:
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.view.View;
import android.widget.LinearLayout;
-
Updated
Jun 16, 2020 - Python
Canvas context menu and also node context menu are overrideable, but when you click on slot you get only the build version.
I would like to see that could also be overriden.
-
Updated
Jun 17, 2020 - Java
Some algorithms supported in StellarGraph via demos aren't listed in documentation on readthedocs
Describe the bug
In StellarGraph, some algorithms are in demo notebooks or scripts, without being listed in our main documentation. This could mean that a user reading our docs thinks they're not supported in StellarGraph.
I noticed line 139 in "lib/utils.py" should be modified
from "model = gensim.models.Word2Vec(Sentences(self.documents), size)"
to "model = gensim.models.Word2Vec(sentences=Sentences(self.documents), size=size)"
I guess the parameter list of the Word2Vec constructor changed...
-
Updated
Mar 1, 2018 - JavaScript
For different use cases, like bencheeorg/benchee_html#10 it'd be great to have statistics about statistics - what I'd call "meta statistics" - although there's probably some better real statistics name for this :)
What should be in there (that I know of so far):
- job size (how many jobs are in there)
- minimum of run times over all jobs
- maximum of run times over all jobs
This should be
Bug report
One cannot use height inside options object.
Codepen
Modify this codepen with height: "200px",
chartOptions: {
chart: {
height: "200px",
id: "vuechart-example"
},
or look at this codepen i forked from someone
https://codepen.io/qadosch/pen/WNvpXYZ
row 98 is height: "200px",
-
Updated
Feb 27, 2017 - Ruby
-
Updated
Dec 4, 2019 - Go
-
Updated
Jun 14, 2020 - C++
As a new Simit user, it would be nice to have more examples, such as the elastic shell simulation presented in the paper.
Thanks!
-
Updated
May 27, 2020 - Python
Hello everybody,
Is your item request related to a problem? Please describe your request
I would like to be able to at the onMouseOverNode() event of the :
get the x, y positioning information and the current node property object to position a tooltip containing the node information.
Describe the solution you would like
I would like to be able to have the following arguments:
As the testing suite develops there will be a need to create data in the database prior to running tests. Currently this is being done with the use of factory-boy for Users.
class Use-
Updated
May 11, 2020 - C++
-
Updated
Dec 23, 2019 - C++
-
Updated
Feb 28, 2020 - C
-
Updated
Jun 2, 2020 - Go
The README.md describes what KGCN is, but it does not describe how it will be beneficial for users.
We should have a use-case section describing the kind of problems in which KGCN makes sense as a solution.
Improve this page
Add a description, image, and links to the graphs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphs topic, visit your repo's landing page and select "manage topics."
Bug report
Minor issue in documentation page:
https://apexcharts.com/docs/options/chart/events/
The click event entry is duplicated.
Explanation