-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathsaveImg.html
More file actions
32 lines (30 loc) · 1.76 KB
/
saveImg.html
File metadata and controls
32 lines (30 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div class="vp-option-page" id="vp_inputPage">
<h4 class="vp-funcNavi"> <span class="vp-multilang" data-caption-id="funcNavi"> Matplotlib > <strong><span data-caption-id="vp_functionName" class="vp_functionName"></span></span></strong></h4>
<hr/>
<form id="vp_optionForm">
<div class="vp-accordion-container vp-accordion-open">
<div class="vp-accordion-header"><span class="vp-accordion-indicator"></span><span class="vp-accordion-caption" data-caption-id="TODO:Variable">Required Input & Output</span></div>
<div id="vp_inputOutputBox" class="vp-accordion-content">
<table class="vp-option-table">
<tr>
<td>
<label for="figureVar"><span class="vp-multilang" data-caption-id="mp_saveFigureVar">Figure To Save</span></label>
</td>
<td>
<input type="text" class="vp-input input-single" id="figureVar" title="use focused plot if input nothing"/><br/>
</td>
</tr>
<tr>
<td>
<label for="imgFileName" class="vp-orange-text"><span class="vp-multilang" data-caption-id="mp_imgFileName">File Path</span></label>
</td>
<td>
<input type="text" class="vp-input input-single" id="imgFileName" placeholder="./file.png" />
<input type="button" value="path" class="vp-navi-btn black" id="vp_openFileNavigationBtn"><span id="fileName"></span>
</td>
</tr>
</table>
</div>
</div>
</form>
</div>