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.
1 parent b82bf60 commit 472f05aCopy full SHA for 472f05a
html/m_visualize/seaborn.html
@@ -125,8 +125,8 @@
125
<div class="vp-grid-col-95">
126
<label>Ticks</label>
127
<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" />
+ <input type="text" id="xticks" class="vp-input vp-state" placeholder="X ticks location: [0,1,2]" />
+ <input type="text" id="xticks_label" class="vp-input vp-state" placeholder="X ticks label: ['a','b','c']" />
130
</div>
131
132
0 commit comments