Lavínia Beghini

Results 8 comments of Lavínia Beghini

This warnings are not much of a problem, I just mentioned cause I thought it could help in the issue somehow, since it mention about the axis limit and it...

I also want to make the figure tight with the QtWindow. Even if the figure is squared, it still have this space where I can not stretch the drawing of...

So, the behavior I want is to scale with the window. I am scaling it. Vertical scaling works perfectly as it maximizes the graph. Horizontally it creates this invisible border...

I have gotten here so far. ```python import sys import matplotlib; matplotlib.use("Qt5Agg") from PyQt5 import QtWidgets from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg import matplotlib.pyplot as plt from netgraph import EditableGraph class ResizableGraph(EditableGraph):...

🎉 Congratulations on the newborn! And a special thanks for your help in our request. First of all, it is a nice feature to rescale the node positions when resize...

Hello @paulbrodersen ! It is been a while since the last time I posted here, I had to stop with the scope of our project for a while. Now we...

That's all right! Yesterday we just merged this proposed changes to our project! It worked perfectly, thanks a lot!