Skip to content

Commit 854afce

Browse files
author
minjk-bl
committed
Edit Seaborn params
1 parent 3c57ae3 commit 854afce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

visualpython/js/m_visualize/Seaborn.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,8 @@ define([
926926
etcOptionCode.push(com_util.formatString("marker='{0}'", markerStyle));
927927
}
928928
if (showValues === true && chartType === 'barplot') {
929-
etcOptionCode.push('ci=None');
929+
// etcOptionCode.push('ci=None'); // changed to errorbar
930+
etcOptionCode.push('errorbar=None');
930931
}
931932
if (setXY === false && sortType !== '') {
932933
let sortCode = '';

0 commit comments

Comments
 (0)