poincare_maps.py [378:383]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                axs[i1, i2].yaxis.set_tick_params(labelsize=fs)
                axs[i1, i2].xaxis.set_tick_params(labelsize=fs)
                if i < n_plt:
                    marker = markesnames[i]
                    for j, label in enumerate(np.unique(labels)):
                        idx = np.where(labels == label)[0]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



poincare_maps.py [441:446]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                axs[i1, i2].yaxis.set_tick_params(labelsize=fs)
                axs[i1, i2].xaxis.set_tick_params(labelsize=fs)
                if i < n_plt:
                    marker = markesnames[i]
                    for j, label in enumerate(np.unique(labels)):
                        idx = np.where(labels == label)[0]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



