Home > Software engineering >  Multiple Plots into only one
Multiple Plots into only one

Time:09-07

I'm new into python and cannot solve my problem after googling for hours:

I adjusted an existing Python Script for Kano analysis, but want to plot all “outcome-dots” into only one combined plot instead of generating one for each Feature. (My goal is to plot all Features into one graphic with listing feature names like legends)

Here is the data to run the code: enter image description here

EDIT

As per your new request, I am adding text Feature N for each of the points. The code BELOW should be added within ShowGraphs() which has a for loop using ax.annotate(). More information on this is available enter image description here

  • Related