Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd28585

Browse files
almarkleinarchmoj
andauthored
Update src/traces/image/attributes.js
Co-authored-by: Mojtaba Samimi <[email protected]>
1 parent a3eff71 commit bd28585

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/traces/image/attributes.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ module.exports = extendFlat({
5757
dflt: false,
5858
role: 'info',
5959
editType: 'plot',
60-
description: [
61-
'The type of interpolation for rendering the image.',
62-
'Default `nearest` (nearest neighbor interpolation).',
63-
'Can also be set to `linear` (bilinear interpolation).'
64-
].join(' ')
60+
description: [
61+
'Picks a smoothing algorithm use to smooth `z` data.'
62+
].join(' ')
6563
},
6664
zmin: {
6765
valType: 'info_array',

0 commit comments

Comments
 (0)