cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
JGVT
Level I

Graphs: how to display months only (not years) on the x-axis without losing data?

Hi all,

 

I have a data set with months as a independent variable, which contains all months over a 10 year period. I would like to display the proportions by month, pooling all januarys over the past 10 years, all februarys, etc. My problem: I get the graph I need by artificially adding 2020 to all my dates (the year of the observation is not important but the time of the month is (for example, Jan 13). ). Yet, those years are not real, and I need to find a way to:

  1. graph the data showing months only, removing the 2020 from the x-axis, or;
  2. graph the proportions of all months grouped together, without adding the 'artificial' year of 2020 in each cell. 

Below a screen shot of a part of my dataset.

JGVT_0-1611600828125.png

 

With artificially adding 2020 to each cell, I can get an  X-axis like the picture below, but I only need the months, not the year or day. I tried changing axis settings, but the smallest display is mm/yyyy

JGVT_1-1611600956530.png

 

If I change the date column to just the month (example; 01/18/2020 -> January), I lose the precise time of the month the data are associated with (the day matters, but does not need to be displayed).

 

Thank you for your help!

 

5 REPLIES 5

Re: Graphs: how to display months only (not years) on the x-axis without losing data?

Right-click on your date column and choose New Formula Column > Date Time > Month. This will create a new column that just contains the month (your original date column will still exist). Now use that newly created Month column in your graph.

Dan Obermiller
JGVT
Level I

Re: Graphs: how to display months only (not years) on the x-axis without losing data?

Thanks for the reply, it sort of worked.

 

However, this way I lose the specific data in the month.

Example 1 is how I would like the graph, but then with the months under it.

JGVT_1-1611604545649.png

 

Example 2 is what I get after making the month column as you suggested.

JGVT_0-1611604524745.png

Is there another way?

 

Thanks, much appereciated!

Re: Graphs: how to display months only (not years) on the x-axis without losing data?

I am confused. You said you wanted months, but really you want month and day? So January 13, 2020 and January 13, 2021 should actually be combined to be on the "same date"?

Dan Obermiller
JGVT
Level I

Re: Graphs: how to display months only (not years) on the x-axis without losing data?

Sorry for the confusion.

 

Yes, I want to keep the data for the day and month, but only show the months on the x-axis.

 

Ideally something like this:

JGVT_0-1611605853235.png

 

Thanks again for your help!

Re: Graphs: how to display months only (not years) on the x-axis without losing data?

So you want to use the original value but change how it is represented or displayed? Perhaps a custom format would help.