search for: axisdata

Displaying 1 result from an estimated 1 matches for "axisdata".

2010 Mar 17
0
How to plot line, points, using Dates as X-axis
Hello, I have an x, y data set of circa 966 points, and counting, where I am trying to plot one integer y-axis number per a corresponding x-axis date, in R. The command plot(initialPlot$Dates, initialPlot$AxisData), where $Dates is 2007-07-24:2010-03-15, and $AxisData is the corresponding y coordinates, results in an accurate x-axis, but unusable plot, as lines and points are not generated, only dashes for the plot. I wrote a simple C++ program, and stripped out the dates to Year, month, and day data sets (e...