Hi,

I made a time-series plot using ggplot. All the points are shown in the
graph but unfortunately it does not display all the months in the graph
X-axis text/labels but only one month per year. 

Furthermore, the data contain some NA as not all the month as Y values. 

Therefore, how can I display all the months in the X axis text/labels?
how can I display only January, April, July and October the months in the X
axis text/labels?

Thanks,
Ashz

PS
axis.text.x  = theme_text(angle=90)
and
scale_x_date(format = "%b-%Y")


--
View this message in context: 
http://r.789695.n4.nabble.com/Time-series-and-ggplot2-tp3761434p3761434.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to