Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08321ae

Browse files
author
minjk-bl
committed
Fix code bug on Matplotlib app
1 parent3d44c01 commit08321ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎html/m_visualize/chart.html‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
<tr>
150150
<th>Marker</th>
151151
<td><selectid="markerSelector"class="vp-select option-select vp-state">
152+
<optionvalue="">Select option...</option>
152153
<optionvalue="."data-img="m00.png"data-caption-id="point">.</option>
153154
<optionvalue=","data-img="m01.png"data-caption-id="pixel">,</option>
154155
<optionvalue="o"data-img="m02.png"data-caption-id="circle">o</option>
@@ -178,6 +179,7 @@
178179
<tr>
179180
<th>Line Style</th>
180181
<td><selectid="linestyle"class="vp-select option-select vp-state">
182+
<optionvalue="">Select option...</option>
181183
<optionvalue="-">solid</option>
182184
<optionvalue="--">dashed</option>
183185
<optionvalue=":">dotted</option>
@@ -252,6 +254,7 @@
252254
<tr>
253255
<th>Legend Position</th>
254256
<td><selectclass="vp-select vp-state"id="legendLoc">
257+
<optionvalue="">Select option...</option>
255258
<optionvalue="best">best</option>
256259
<optionvalue="upper right">upper right</option>
257260
<optionvalue="upper left">upper left</option>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp