Skip to content

Commit 472f05a

Browse files
author
minjk-bl
committed
Edit placeholder for Ticks options on Seaborn
1 parent b82bf60 commit 472f05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/m_visualize/seaborn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
<div class="vp-grid-col-95">
126126
<label>Ticks</label>
127127
<div class="vp-grid-col-p50">
128-
<input type="text" id="xticks" class="vp-input vp-state" placeholder="X ticks location" />
129-
<input type="text" id="xticks_label" class="vp-input vp-state" placeholder="X ticks label" />
128+
<input type="text" id="xticks" class="vp-input vp-state" placeholder="X ticks location: [0,1,2]" />
129+
<input type="text" id="xticks_label" class="vp-input vp-state" placeholder="X ticks label: ['a','b','c']" />
130130
</div>
131131
</div>
132132
<div class="vp-grid-col-95">

0 commit comments

Comments
 (0)