You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/applications/view.rst
+36-4
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,41 @@ and to view this data in plot widgets or in simple table views.
37
37
* - |imgViewHdf5|
38
38
- Viewing metadata and HDF5 attributes
39
39
40
+
Custom plot selection
41
+
---------------------
40
42
41
-
Usage
42
-
-----
43
+
.. grid :: 1 2 2 2
44
+
45
+
.. grid-item-card::
46
+
:columns: 12
47
+
:text-align: center
48
+
49
+
.. figure:: img/silx-view-plotSelection.png
50
+
:align: center
51
+
52
+
Plot custom curves from selected 1D datasets.
53
+
54
+
How to access :
55
+
............
56
+
57
+
.. grid :: 1 2 2 2
58
+
59
+
.. grid-item-card::
60
+
:columns: 12
61
+
:text-align: center
62
+
63
+
.. figure:: img/silx-view-plotMenu.png
64
+
:align: center
65
+
66
+
Open the 'Plot selection' window (View menu -> Plot selection)
67
+
68
+
.. figure:: img/silx-view-dropPlot.png
69
+
:align: center
70
+
71
+
The "Plot selection" window opens: You can plot custom curves by dragging and dropping 1D datasets from "silx view" to "Plot selection" window's "X" and "Y" fields.
72
+
73
+
Command line
74
+
------------
43
75
44
76
.. code-block:: none
45
77
@@ -60,8 +92,8 @@ Options
60
92
--hdf5-file-locking Start the application with HDF5 file locking enabled (it is disabled by
0 commit comments