K
Keith R
I helped a co-worker create a column chart for her data; she wanted to graph
3 discrete populations on one chart (using different colors, but not
changing each bar color individually) so we set it up as three data series
as follows:
Graph:
|
|
| |
| | | | | |
| | | | | | | | |
|__|___|___|_____|___|___|_____|__|___|_____
1a 1b 1c 2a 2b 2c 3a 3b 3c
to get all the 1's the same color, all the 2's the same color, and all the
3's the same color, I set it up like this:
1a 2 0 0
1b 3 0 0
1c 2 0 0
( ) 0 0 0
2a 0 3 0
2b 0 3 0
2c 0 4 0
( ) 0 0 0
3a 0 0 1
3b 0 0 2
3c 0 0 3
then I set the columns to 100% overlap, and the graph looks just like she
wanted....but now....
her boss wants to put in another data series, to make this look like a
regular 2-series column chart, but keep the colors grouped as left third
blue, middle third green, right third red. the new series will be a lighter
color of each third, e.g. light blue on the left third, etc.
so it would look something like:
Graph: (square bracket indicates new column series (3) where the brackets
1's are light blue, 2's are light green, etc
|
|
|
| ]
| ] | ] | | | ]
| ]
| | ] | ] | ] | ] | ] | ] ] | ]
| ]
|__|_]__|_]__|_]____|_]__|_]__|_]____|_]_|_]__|_]____
1a 1b 1c 2a 2b 2c 3a 3b 3c
is there any way to add this new series in the existing chart based on how I
set it up? If not, what would be the optimal way to set up the source data
sheet to allow me to have what looks like a 2-series column chart, but where
the colors for each third are automatically grouped?
TIA,
Keith
3 discrete populations on one chart (using different colors, but not
changing each bar color individually) so we set it up as three data series
as follows:
Graph:
|
|
| |
| | | | | |
| | | | | | | | |
|__|___|___|_____|___|___|_____|__|___|_____
1a 1b 1c 2a 2b 2c 3a 3b 3c
to get all the 1's the same color, all the 2's the same color, and all the
3's the same color, I set it up like this:
1a 2 0 0
1b 3 0 0
1c 2 0 0
( ) 0 0 0
2a 0 3 0
2b 0 3 0
2c 0 4 0
( ) 0 0 0
3a 0 0 1
3b 0 0 2
3c 0 0 3
then I set the columns to 100% overlap, and the graph looks just like she
wanted....but now....
her boss wants to put in another data series, to make this look like a
regular 2-series column chart, but keep the colors grouped as left third
blue, middle third green, right third red. the new series will be a lighter
color of each third, e.g. light blue on the left third, etc.
so it would look something like:
Graph: (square bracket indicates new column series (3) where the brackets
1's are light blue, 2's are light green, etc
|
|
|
| ]
| ] | ] | | | ]
| ]
| | ] | ] | ] | ] | ] | ] ] | ]
| ]
|__|_]__|_]__|_]____|_]__|_]__|_]____|_]_|_]__|_]____
1a 1b 1c 2a 2b 2c 3a 3b 3c
is there any way to add this new series in the existing chart based on how I
set it up? If not, what would be the optimal way to set up the source data
sheet to allow me to have what looks like a 2-series column chart, but where
the colors for each third are automatically grouped?
TIA,
Keith