<p><span style="padding: 3px 10px; border-radius: 5px; color: #ffffff; font-weight: bold; display: inline-block; background-color: #ff0000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;External Email - Use Caution&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p></p><div>Hi Alexandra,<br></div><div><br></div><div>Raw.plot() is intended primarily as an interactive data browser (with scrollbars, lots of keyboard shortcuts, etc), which is why it does not permit plotting into a pre-defined axes object.&nbsp; One rather tedious workaround is to use matplotlib interactive mode (`import matplotlib.pyplot as plt; plt.ion()`) and then open two plotting windows (one for unfiltered data, the other for filtered data) and go back and forth between them to keep scrolling/scaling/etc. in sync between the two windows.<br></div><div><br></div><div>Another approach would be to pre-determine the channels/time windows you want to compare, set up a for-loop to cycle through those views of the data one at a time, and on each loop iteration, pop open two raw.plot() windows (one filtered, one unfiltered). That avoids the tedious back-and-forth of scrolling two windows together, in exchange for a bit more coding up front.<br></div><div><br></div><div>Note that Raw.plot() already supports toggling projectors on and off within a given plot window; in principle it would be possible to also allow toggling filters on and off too, but it's not yet implemented.&nbsp; I'm in the midst of a large refactoring of the Raw.plot() code right now, so such a feature wouldn't get added until that is finished, but feel free to open an issue (<a href="https://github.com/mne-tools/mne-python/issues/new/choose">https://github.com/mne-tools/mne-python/issues/new/choose</a>) for that feature request if you think it is something you would use frequently. Be sure to describe your use case in detail (i.e., is plotting into existing axes what you really care about?&nbsp; Would interactive toggling of filters within a single window be adequate/worse/better? etc).<br></div><div class="protonmail_signature_block"><div class="protonmail_signature_block-user"><div>-- dan<br></div><div>Daniel McCloy<br></div><div>https://dan.mccloy.info<br></div><div>Research Scientist<br></div><div>Institute for Learning and Brain Sciences<br></div><div>University of Washington<br></div></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><br></div><div>‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐<br></div><div> On Friday, July 24, 2020 6:23 AM, Aleksandra Pestka &lt;aleksandra.anna.pestka@gmail.com&gt; wrote:<br></div><div> <br></div><blockquote class="protonmail_quote" type="cite"><p><span style="background-color:rgb(255, 0, 0)"><span style="color:rgb(255, 255, 255)"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;External Email - Use Caution&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></span></span><br></p><p><br></p><div dir="ltr"><div>Hello,&nbsp;<br></div><div><br></div><div>Is it possible to visualize multiple datasets at once using&nbsp;<i>mne.io.RawArray.plot</i> method or any other?<br></div><div><br></div><div>My goal is to compare data in time domain before and after filtering. Making subplots is not a solution for me.&nbsp;<br></div><div>I've noticed that I cannot pass <i>axes </i>as an argument&nbsp;to&nbsp;<i>mne.io.RawArray.plot </i>just like in&nbsp;<i>mne.io.RawArray.plot_psd</i> function.&nbsp;<br></div><div><br></div><div>I'll be grateful for any advice.&nbsp;<br></div><div><br></div><div>Best,<br></div><div>Alexandra&nbsp;<br></div></div></blockquote><div><br></div>