We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdf5a2 commit eba95e6Copy full SHA for eba95e6
tests/test_unit_plot.py
@@ -70,7 +70,7 @@ def test_two_connected_clusters(self):
70
colors=data
71
)
72
mp_plot3.plot_pyvis(
73
- width='100%',
+ width=512,
74
height=512,
75
colors=data,
76
output_file='network.html',
0 commit comments