Is it possible to create a plot of a 2x2 matrix?

cnbingham

New Member
Joined
Feb 23, 2006
Messages
1
I have 2-dimensional qualitative data that I want to plot on a 2x2 (or 4 quadrant) chart
Code:
                 Axis 1         Axis2
Option 1:    +                 -
Option 2:    =                 -
Option 1:    -                 +
Option 1:    =                 =

Where + is positive, = is parity, - is negative. Has anyone tried to do such a thing before?

Thanx tons,

Curtis
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Put some real values into the table:

Code:
              X     Y
Option 1:     1    -1
Option 2:     0    -1
Option 1:    -1     1
Option 1:     0     0

Select the data, create an XY chart. Double click on the X axis, set the minimum=-2, maximum = 2, major unit = 2, Y Value axis crosses at 0. Double click on the Y axis, set the minimum=-2, maximum = 2, major unit = 2, X Value axis crosses at 0. The axes will serve to divide the chart into quadrants.

You could construct a combination chart if you wanted to display differently formatted quadrants:

http://peltiertech.com/Excel/Charts/ColoredQuadrantBackground.html
 
Upvote 0

Forum statistics

Threads
1,223,099
Messages
6,170,114
Members
452,302
Latest member
TaMere

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top