R ggplot2: possible to customize the continuity of a time scale?
        Posted  
        
            by user275455
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user275455
        
        
        
        Published on 2010-06-10T20:46:29Z
        Indexed on 
            2010/06/10
            21:02 UTC
        
        
        Read the original article
        Hit count: 241
        
Is it possible to have a datetime scale not consider weekends as part of the time continuum? For instance, if I am plotting stock prices over a 2 week period with a line geometry, I do not want to plot a 2 day period of flattness during the weekend. I would like friday to connect with Monday.
© Stack Overflow or respective owner