Skip to content

Commit b9ad9aa

Browse files
Update kececi_layout.py
1 parent 1cb8b43 commit b9ad9aa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

kececilayout/kececi_layout.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3363,12 +3363,12 @@ def _generate_title(layout_type, node_count, color_scheme, dimension):
33633363
scheme_text = color_scheme.capitalize()
33643364

33653365
layout_names = {
3366-
'3d_helix': '3D Heliks Layout',
3367-
'2d_linear': '2D Lineer Layout',
3366+
'3d_helix': 'Heliks Layout',
3367+
'2d_linear': 'Lineer Layout',
33683368
'2d_circular': 'Dairesel Layout',
3369-
'3d_spherical': '3D Küresel Layout',
3370-
'2d_spring': '2D Yay Layout',
3371-
'2d_grid': '2D Grid Layout'
3369+
'3d_spherical': 'Küresel Layout',
3370+
'2d_spring': 'Yay Layout',
3371+
'2d_grid': 'Grid Layout'
33723372
}
33733373

33743374
layout_name = layout_names.get(layout_type, layout_type.replace('_', ' ').title())
@@ -4266,3 +4266,4 @@ def _generate_labels(graph, periodic_elements):
42664266
draw_kececi(G_test, style='3d', ax=fig_styles.add_subplot(2, 2, (3, 4), projection='3d'))
42674267
plt.tight_layout(rect=[0, 0, 1, 0.96])
42684268
plt.show()
4269+

0 commit comments

Comments
 (0)