2. See the result:
![image](https://github.com/pnnl/HyperNetX/assets/12850723/71e78658-56e5-485b-8695-af77dd95d180)
As an example, the node 76 seems to be *inside* the edge Onto, but it's actually not.
**Expected behavior**
Edges should have node inside them only when they're actually part of them.
**Environment (please complete the following information):**
- OS: Linux
- Python Version Py3.9
Describe the bug The draw function overlaps edges, making it seem that they share nodes.
To Reproduce Steps to reproduce the behavior:
hnx.drawing.draw( H_collapsed, edges_kwargs={ 'linewidths': 2, }, nodes_kwargs={ 'facecolors': colors }, edge_labels_kwargs={ 'fontsize': 16, }, **kwargs) plt.show()