<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body>
        <p>
            Hi Maren, and all users having font inversion<br />
            <br />
            > I have some display problems with the topoplot function. As soon as I<br />
            > use this function for plotting either alone or in a subplot, especially<br />
            > for interactive plots, the fonts (axes/legends) are messy. The numbers<br />
            > or letters appear several times and make the plot unreadable. I am also<br />
            > using the LIMO toolbox and also here the interactive plots (view results<br />
            > -> image all) cannot be used anymore. As soon as I save the image as<br />
            > .eps or .png the figure looks ok. So it might be just a Matlab problem.<br />
            <br />
            the problem comes from an incompatibility between the Matlab OpenGL renderer and some graphics cards - most of them works just fine but for a few the render is wrong.<br />
            <br />
            anyway here is a solution that seems to work (sometimes), once you have a figure type set(gcf,'InvertHardCopy','off'); - this property should only affect the printed output, but somehow it fixes the font inversion issue<br />
            <br />
            another option that seems to work is to 'disable' the open GL from your video card typiing into matlab opengl software - that forces matlab to use the sotfware version<br />
            <br />
            let me know which solution works for you (hard to reproduce as none of my machines have this problem) - we may as well set those options into EEGLAB - LIMO if that work ok ...<br />
            <br />
            cyril<br />
            <br />
            <br />
            <br />
        </p>
        <p>
            --<br />
            Dr Cyril Pernet,<br />
            Academic Fellow<br />
            Brain Research Imaging Center<br />
            Neuroimaging Sciences<br />
            University of Edinburgh<br />
            <br />
            Western General Hospital<br />
            Division of Clinical Neurosciences<br />
            Crewe Road<br />
            Edinburgh<br />
            EH4 2XU<br />
            Scotland, UK<br />
            <br />
            cyril.pernet@ed.ac.uk<br />
            tel: +44(0)1315373661<br />
            <a target="_blank" href="http://www.sinapse.ac.uk/">http://www.sinapse.ac.uk/</a><br />
            <a target="_blank" href="http://www.sbirc.ed.ac.uk/cyril">http://www.sbirc.ed.ac.uk/cyril</a>
        </p>
        <p>
            <br />
            <br />
            --<br />
            The University of Edinburgh is a charitable body, registered in<br />
            Scotland, with registration number SC005336.<br />
        </p>
    </body>
</html>