We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb8b43 commit b9ad9aaCopy full SHA for b9ad9aa
kececilayout/kececi_layout.py
@@ -3363,12 +3363,12 @@ def _generate_title(layout_type, node_count, color_scheme, dimension):
3363
scheme_text = color_scheme.capitalize()
3364
3365
layout_names = {
3366
- '3d_helix': '3D Heliks Layout',
3367
- '2d_linear': '2D Lineer Layout',
+ '3d_helix': 'Heliks Layout',
+ '2d_linear': 'Lineer Layout',
3368
'2d_circular': 'Dairesel Layout',
3369
- '3d_spherical': '3D Küresel Layout',
3370
- '2d_spring': '2D Yay Layout',
3371
- '2d_grid': '2D Grid Layout'
+ '3d_spherical': 'Küresel Layout',
+ '2d_spring': 'Yay Layout',
+ '2d_grid': 'Grid Layout'
3372
}
3373
3374
layout_name = layout_names.get(layout_type, layout_type.replace('_', ' ').title())
@@ -4266,3 +4266,4 @@ def _generate_labels(graph, periodic_elements):
4266
draw_kececi(G_test, style='3d', ax=fig_styles.add_subplot(2, 2, (3, 4), projection='3d'))
4267
plt.tight_layout(rect=[0, 0, 1, 0.96])
4268
plt.show()
4269
+
0 commit comments