Without correct axis alignment, the device becomes a standard (non-PM) isolator, losing its ability to maintain polarization.
<div id="viz-container" style="width: 800px; height: 500px;"></div> <script> const viz = new VisgMS( target: 'viz-container', type: 'scatter', data: [ x: 10, y: 20 , x: 15, y: 35 ] ); viz.render(); </script> js-visg-m-s manual