Lavínia Beghini
Lavínia Beghini
Hello! I am trying to embed Netgraph's plots inside my [PyQt application](https://github.com/GraphFilter/GraphFilter), however I am not being able to make the figure occupy the entire window nor scale with it....
Closes #193 Closes #191 Closes #180 Closes #182 Closes #446 Closes #435 Closes #450 > [!Tip] > - To view the visual of the software, we strongly recommend the use...
As the software grew and at speed, the architecture of the code started to degrade. Updates needs to be made to fill the most recent needs of the software. ###...
It is very important to document code, and if you want to know more you can read in [here](https://realpython.com/documenting-python-code/#why-documenting-your-code-is-so-important). Follow the [reStructuredText type](https://www.jetbrains.com/help/pycharm/using-docstrings-to-specify-types.html#manually) and document all the methods we have...
Making a quick search, it was found that Qt already provides some icons that we can reutilize. Analyze the icons that can be possibly replaced by our .png images from...
It is important to keep the version of the software in just one place, and reuse it when necessary. Figure a way to keep the version of the software in...
In order to provide easier ways to debug GraphFilter, specially after we create the executable versions, it is important to have logs in critical methods and steps throughout the code....
Whenever an external user writes us an issue, automatically: - add the label "external user" to it - add it to the project of "Requests" at the column "New"
There are many advantages in implementing tests in software. Just to cite one, it would help us to assure that new features does not break the already working code. But...
When adding a new usual graph from the template on a filtered .g6 file, the software adds to the combobox 2 items: - an empty graph - the actual graph...