I have a data set where the time in the X column is complete, but the Y-Axis column of data has missing bits where the values are empty. Here is an example data set, where 4 and 6 have blank Y values. data_set = [[0.0,12.0],[1.0,13.0],[2.0,15.0],[3.0,17.0],[4.0,Null],[5.0,20.0],[6.0,Null],[7.0,25.0]]
What is the best way to plot this as a discontinuous line, with breaks for the missing values? -- Bryan ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
