minor fixes

main
Luca Lombardo 3 years ago
parent b28dc138ac
commit 4d50a16dd0

@ -37,6 +37,7 @@ for actor_id_1, actor_id_2 in edges:
# net.repulsion(node_distance=500, central_gravity=0.3, spring_length=200, spring_strength=0.05, damping=0.2)
# net.show_buttons()
# I suggest to modify this parametres using the GUI
net.set_options(""""
var options = {
"edges": {

@ -52,6 +52,7 @@ for actor_id_1, actor_id_2 in edges:
# net.repulsion(node_distance=500, central_gravity=0.3, spring_length=200, spring_strength=0.05, damping=0.2)
# net.show_buttons()
# I suggest to modify this parametres using the GUI
net.set_options("""
var options = {
"nodes": {

@ -52,6 +52,7 @@ for actor_id_1, actor_id_2 in edges:
# net.repulsion(node_distance=500, central_gravity=0.3, spring_length=200, spring_strength=0.05, damping=0.2)
# net.show_buttons()
# I suggest to modify this parametres using the GUI
net.set_options("""
var options = {
"edges": {

@ -20,7 +20,6 @@
float: left;
}
#loadingBar {
position:absolute;
top:0px;

@ -20,7 +20,6 @@
float: left;
}
#loadingBar {
position:absolute;
top:0px;

@ -37,6 +37,8 @@ for movie_id_1, movie_id_2 in edges:
# net.repulsion(node_distance=500, central_gravity=0.3, spring_length=200, spring_strength=0.05, damping=0.2)
# net.show_buttons()
# I suggest to modify this parametres using the GUI
net.set_options(""""
var options = {
"nodes": {

Loading…
Cancel
Save