We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8960dda + 7dc785f commit 43dbf66Copy full SHA for 43dbf66
glue_plotly/html_exporters/qt/scatter3d.py
@@ -61,7 +61,7 @@ def activate(self):
61
checked_dictionary[layer_state.layer.label] = {component.label: False
62
for component in layer_state.layer.components}
63
64
- proceed = warn('Scatter 3d plotly may look different',
+ proceed = warn('3D Scatter Plots May Look Different',
65
'Plotly and Matlotlib graphics differ and your graph may look different when exported. Do you '
66
'want to proceed?',
67
default='Cancel', setting='SHOW_WARN_PLOTLY_3D_GRAPHICS_DIFFERENT')
0 commit comments