- I have a dataframe (97 columns x 30 rows). In this dataframe there are only 1 and 0.
- I want to plot it like a scatter plot, in which in the x axis the are the name of the columns and in the y axis the name of the indexes.
[my dataframe is like this][1]
- The output I want is similar to the photo, but the red dot must be there only if the value of the intersection between row and columns has a 1 value.
- If there is a 0 value nothing is plot in the intersection.[][2][the output scatter plot I want][3]
