Skip to content

Commit d08b63e

Browse files
committed
modify
1 parent d569ae1 commit d08b63e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

src/html/doc.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
for a single value of 1st axis which can be changed using the provided slider.
250250

251251
Now, for working with multiple data simultaneously files can be added through <label class="dom">File > Add File</label>.
252-
Otherwise you can add other columns of the same file using the plot list dash board.
252+
Otherwise, you can add other columns of the same file using the plot list dashboard.
253253
Although all the editing features are available only for one plot at a moment,
254254
others lines can be selected alternatively to edit, from the same plot utility or by
255255
pressing <label class="dom">Ctrl+TAB</label>.
@@ -266,7 +266,7 @@
266266
saving for first time, the application will ask for name and location of the file to save the data.
267267
Any consecutive saves will save the data in that same file.
268268
As usual use <label class="dom">File > Save As</label> to save in a different file.
269-
If you are working with multiple files then this will save the primary working datafile only. Also plots can
269+
If you are working with multiple files then this will save the primary working data file only. Also plots can
270270
be exported in any desired resolutions in five file formats including, pdf, jpeg, png, svg and webp.
271271
</p>
272272

@@ -280,24 +280,24 @@
280280
<div class="textarea">
281281
<p> The main window has basically 3 parts, Menu bar, Tool bar, Plot area and the Plot list dashboard.
282282
Most of the menubar options are self-explanatory and are detailed in the following sections.
283-
Tool bar contains the column selector and slider. Appropriate columns can be set from the column selector,
283+
Toolbar contains the column selector and slider. Appropriate columns can be set from the column selector,
284284
while setting primary editable plot and adding or removing plots is done from the Plot list dashboard.
285285
The slider, available only when working with 3D data, is used
286286
to change the X/Y value for which the corresponding 2D cut is plotted.
287287
</p>
288288

289289
<p> The Plot area is where you view the 2D plot and make your edits. It has few useful buttons which become
290-
visible when the mouse is over this area. This plot window is fully responsive and you can select points, zoom, pan,
290+
visible when the mouse is over this area. This plot window is fully responsive, and you can select points, zoom, pan,
291291
set axis ranges, labels etc. interactively with mouse. The right click context menu, appear only when some data points are
292292
selected, can be used to quickly smooth, remove or change data.
293293
</p>
294294
<p>
295295
Apart from the main window this application has 2 external windows, which are accessed from the 'windows' menu in Menubar.
296296
Using the <label class='dom'>3D Plot Viewer</label> one can
297297
view the complete 3D plot in real time as you edit the the 2D projection on main window. Two types of 3D plots are available
298-
here, surface type and wireframe type and either one can be selected using the provided menu. By default it shows only the surface being edited,
298+
here, surface type and wireframe type and either one can be selected using the provided menu. By default, it shows only the surface being edited,
299299
check <label class='dom'>Plot all</label> to show all the traces.
300-
On the otherhand, with <label class='dom'>Spreadsheet</label> one can check the data in spreadsheet like editor,
300+
On the other hand, with <label class='dom'>Spreadsheet</label> one can check the data in spreadsheet like editor,
301301
with all basic excel like feature e.g. editing, sorting, applying formulas etc. This is useful if you want to edit the
302302
data directly instead of the graphical way.
303303
</p>
@@ -319,7 +319,7 @@
319319
<ol>
320320
<li><b><i> Dragging data points.</i></b> You can edit a data points by dragging it with mouse or
321321
using the keyboard Up/Down navigation keys. To drag multiple points select the points and just drag any of them.
322-
By default data points are movable only along vertical direction. If you want to move the data points along
322+
By default, data points are movable only along vertical direction. If you want to move the data points along
323323
horizontal direction too, then check <label for="" class="dom">Edit > Points movable horizontally</label>.
324324
<p></p>
325325
</li>
@@ -337,7 +337,7 @@
337337
complete data altogether. Open <label class="dom">Edit > Auto smoother</label> and chose a desired smoothing scale to get a smoothing approximation
338338
to the original data.
339339

340-
To quickly rectily bad data points one can use the <b>Auto Corrector</b> option from the <label class="dom">Edit </label> menu. Chose proper smoothness and
340+
To quickly rectify bad data points one can use the <b>Auto Corrector</b> option from the <label class="dom">Edit </label> menu. Chose proper smoothness and
341341
cutoff for locating the bad data and the software will provide with an corrected approximation. Press <label class="dom">Apply</label> or <label class="dom">Alt+S</label>
342342
button to apply the changes
343343

@@ -382,7 +382,7 @@
382382
Go to <label for="" class="dom">Data > Fill Missing Values</label> and fill out the start,
383383
stop and step values to fill the missing values in the data. Intermediate points will be filled using a Cubic spline and outside
384384
values will just be copied from the nearest available value or by fitting a quadratic regression function.
385-
This operation can be applied to limited part of the data by onchecking the <label for="" class="dom">Set as grid </label> option
385+
This operation can be applied to limited part of the data by on checking the <label for="" class="dom">Set as grid </label> option
386386
<p></p>
387387
</li>
388388

@@ -449,7 +449,7 @@
449449
<li>
450450
<b><i>Spreadsheet.</i></b>
451451
This software includes a spreadsheet like editor and can be opened through
452-
<label for="" class="dom">Windows > Spreadsheet</label> with some of basic features
452+
<label for="" class="dom">Windows > Spreadsheet</label> with some basic features
453453
like that of MS Excel including formula support. This can be used to view, edit, copy-paste data directly.
454454
<p></p>
455455
</li>
@@ -561,8 +561,7 @@
561561
}
562562
// showThis(3)
563563
const {shell,ipcRenderer} = require("electron");
564-
// ipcRenderer.on("doc", console.log)
565-
// ipcRenderer.on("doc", ()=> {console.log('egeger'); showThis(3)})
564+
566565
document.getElementById('charsubtitle').innerHTML =`Version ${require('../../package.json').version}`
567566
</script>
568567
</body>

0 commit comments

Comments
 (0)