Python and phyphox: Difference between revisions
From wikiluntti
| Line 7: | Line 7: | ||
Activate the matchit.vim macro <code>:runtime macros/matchit.vim</code> and set the filetype <code>:set filetype=html</code> (or xml), and now % swaps between the tags. | Activate the matchit.vim macro <code>:runtime macros/matchit.vim</code> and set the filetype <code>:set filetype=html</code> (or xml), and now % swaps between the tags. | ||
<code><container></code> tag contains the data. | The data is located in <code><data-containers></code> blocks and <code><container></code> tag contains the data of each measurements. | ||
== Flights == | == Flights == | ||
Revision as of 17:09, 9 June 2025
Introduction
VIM and XML mode
Activate the matchit.vim macro :runtime macros/matchit.vim and set the filetype :set filetype=html (or xml), and now % swaps between the tags.
The data is located in <data-containers> blocks and <container> tag contains the data of each measurements.