Hi! I'm wondering how one would go about plotting nothing.
Lets say I have a dataset with values for each day of the month. Now, this is fine until the day where there's no data, ie. Sunday. One could simply ignore the days without any data, but that is not desired in this case. Let's say I have a list of data, [10.5, 11.3, 10.2, None, 10.7] and I'm using r.plot(data, type = "l"), None will be treated as 0.0 instead of just empty. Same thing if I use type = "o" or whatever. I want the line just to stop where there's no data and then continue again where I have some data. How would I do that? Regards, Knut Ivar Nesheim ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ rpy-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rpy-list
