How can I arrange months on a viz

Hi,
I created a yearly visualization, but the months on x-axis do not appear in order. I am lost about which function to order the months in ggplot.month

You should have the dates either be a proper Date type variable, or if they must be 'text' then the dates should be ordered as factors.

If you would like more specific/concrete help. Please provide a reprex.

Yeah, but which function to use?

That depends on your data, which we don't know about.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.