Here are a couple of ways to do this. The first one is a cell plot. To do this, one needs to correct your data table.
1. Delete row 1.
2. Select all columns
3. Using Standardize Attributes, change all columns from a Data Type of Character to a Data Type of Numeric.
4. Using Standardize Attributes, create a Column Property of Value Colors, and set the color of the value 0 to white, and the color of the value 1 to black
5. Run the Cell Plot Platform
Graph==>Cell Plot
Select all of the column and place them into the Y Response, and click on OK
The second example is to use the Graph Builder
1. Taking the above modified data table, a new column representing the row the data is in needs to be added. So, add a column called "Row" and set it's formula to
Row()
2. The data now needs to be stacked into basically one column of the zeros and ones. Using the
Tables==>Stack
platform, copy all of the columns, "Column 2" thru "Column 26" into the Stack Columns.
3. In the "Non-stacked columns" section, select the "Select" checkbox, and the choose the "Row" column.
3. Click on OK
4. In the new stacked data table, create a new column called "Column" and set the formula to
Num(Word(-1,:Label," "))
This will take the column number from the Label column, and make it a numeric value in the new colum
5. Open the Graph Builder Platform
Graph==>Graph Builder
6. Drag the Row column to the Y drop area
7. Drag the Column column to the X drop area
8. Right click on the graph and select
Smoother==>Remove
9. Drag the Data column to the Color drop area
10. Right click on the colored dot for the 0 in the legend and select
Color==>White
11. Right click on the colored dot for the 1 in the segend and select
Color==>Black
You will get this chart
Other methods are available too.
Jim