carlosqsilva/pyspc

issue with IMRX plot generation

Closed this issue · 0 comments

mk2s6 commented

Please change the line 32 in imrx.py file in ccharts to the following code
sizes, data = [i for i in range(len(data))], data.T

As written in the code that to generate imrx plot, it creates a dictionary for the further processing, So even when we transpose the we do not get the Key values for the dictionary where we use sizes for the keys of the dictionary, so the proposes change in the line 32 will be a solution for the problem.

Thank you.