|
249 | 249 | for a single value of 1st axis which can be changed using the provided slider. |
250 | 250 |
|
251 | 251 | 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. |
253 | 253 | Although all the editing features are available only for one plot at a moment, |
254 | 254 | others lines can be selected alternatively to edit, from the same plot utility or by |
255 | 255 | pressing <label class="dom">Ctrl+TAB</label>. |
|
266 | 266 | saving for first time, the application will ask for name and location of the file to save the data. |
267 | 267 | Any consecutive saves will save the data in that same file. |
268 | 268 | 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 |
270 | 270 | be exported in any desired resolutions in five file formats including, pdf, jpeg, png, svg and webp. |
271 | 271 | </p> |
272 | 272 |
|
|
280 | 280 | <div class="textarea"> |
281 | 281 | <p> The main window has basically 3 parts, Menu bar, Tool bar, Plot area and the Plot list dashboard. |
282 | 282 | 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, |
284 | 284 | while setting primary editable plot and adding or removing plots is done from the Plot list dashboard. |
285 | 285 | The slider, available only when working with 3D data, is used |
286 | 286 | to change the X/Y value for which the corresponding 2D cut is plotted. |
287 | 287 | </p> |
288 | 288 |
|
289 | 289 | <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, |
291 | 291 | set axis ranges, labels etc. interactively with mouse. The right click context menu, appear only when some data points are |
292 | 292 | selected, can be used to quickly smooth, remove or change data. |
293 | 293 | </p> |
294 | 294 | <p> |
295 | 295 | Apart from the main window this application has 2 external windows, which are accessed from the 'windows' menu in Menubar. |
296 | 296 | Using the <label class='dom'>3D Plot Viewer</label> one can |
297 | 297 | 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, |
299 | 299 | 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, |
301 | 301 | with all basic excel like feature e.g. editing, sorting, applying formulas etc. This is useful if you want to edit the |
302 | 302 | data directly instead of the graphical way. |
303 | 303 | </p> |
|
319 | 319 | <ol> |
320 | 320 | <li><b><i> Dragging data points.</i></b> You can edit a data points by dragging it with mouse or |
321 | 321 | 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 |
323 | 323 | horizontal direction too, then check <label for="" class="dom">Edit > Points movable horizontally</label>. |
324 | 324 | <p></p> |
325 | 325 | </li> |
|
337 | 337 | complete data altogether. Open <label class="dom">Edit > Auto smoother</label> and chose a desired smoothing scale to get a smoothing approximation |
338 | 338 | to the original data. |
339 | 339 |
|
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 |
341 | 341 | 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> |
342 | 342 | button to apply the changes |
343 | 343 |
|
|
382 | 382 | Go to <label for="" class="dom">Data > Fill Missing Values</label> and fill out the start, |
383 | 383 | stop and step values to fill the missing values in the data. Intermediate points will be filled using a Cubic spline and outside |
384 | 384 | 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 |
386 | 386 | <p></p> |
387 | 387 | </li> |
388 | 388 |
|
|
449 | 449 | <li> |
450 | 450 | <b><i>Spreadsheet.</i></b> |
451 | 451 | 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 |
453 | 453 | like that of MS Excel including formula support. This can be used to view, edit, copy-paste data directly. |
454 | 454 | <p></p> |
455 | 455 | </li> |
|
561 | 561 | } |
562 | 562 | // showThis(3) |
563 | 563 | const {shell,ipcRenderer} = require("electron"); |
564 | | - // ipcRenderer.on("doc", console.log) |
565 | | - // ipcRenderer.on("doc", ()=> {console.log('egeger'); showThis(3)}) |
| 564 | + |
566 | 565 | document.getElementById('charsubtitle').innerHTML =`Version ${require('../../package.json').version}` |
567 | 566 | </script> |
568 | 567 | </body> |
|
0 commit comments