How to plot this????

J

Jodi

I have data like this:

Insufficient 1 1 3 4 1 Sufficient
Not Informative 1 2 1 4 2 Informative
Inappropriate 1 2 3 3 1 Appropriate
Incomplete 1 4 1 2 2 Complete
Irrelevant 1 1 3 2 3 Relevant

I want to plot it as a 100% stacked bar chart like this:

Insufficient @~xxx%%%%+ Sufficient
Not Informative @~~x%%%%++ Informative
Inappropriate @~~xxx%%%+ Appropriate
Incomplete @~~~~x%%++ Complete
Irrelevant @~xxx%%+++ Relevant

I can get the chart to plot the data and the left hand vertical axis labels
but not the right hand vertical labels.

Any ideas most appreciated!
 
B

bj

put in some dummy data and add to the plot
select the plot section with this data and
<format data series>
change the axis to secondary

then go to <chart><source data> <series>
and add references to the second catagory (X) axis labels section.

Then go to <chart><Chart options><axis>
and select secondary axis catagory (X)
don't forget to set all your dummy data to zero when you are done.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top