You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slice30 = df.loc[df['Number of Nodes'] <= 30].copy()
slice50 = df.loc[df['Number of Nodes'] <= 50].copy()
pplt.plotDataFrame(slice30,name='Slice30',choice=1,algorithm=None,fixedNodeSender=None) #Ignore algorithm and fixedNodeSender parameters, no matter for us if choice == 1
pplt.plotDataFrame(slice50,name='Slice50',choice=1,algorithm=None,fixedNodeSender=None) #Ignore algorithm and fixedNodeSender parameters, no matter for us if choice == 1