Color R^ error
When I try to run the scripts they all generate the following error.
E:\My_GitHub_Repo\Git\My_Scripts\LTE_Simulation>python smallNetworkSINR.py C:\Users\Yoga 12\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyltes\printer.py:102: UserWarning: color is redundantly defined by the 'color' keyword argument and the fmt string "r^" (-> color='r'). The keyword argument will take precedence. ax.plot(bs_x_locations, bs_y_locations, 'r^', color="black", markersize=10) C:\Users\Yoga 12\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyltes\printer.py:110: UserWarning: color is redundantly defined by the 'color' keyword argument and the fmt string "b*" (-> color='b'). The keyword argument will take precedence. ax.plot(ue_x_locations, ue_y_locations, 'b*', color="blue", markersize=10)
Hi! It's just a warning, I just checked it and everything works fine. To be honest, I don't know how to correct arguments in these functions, it's related to the newer version of matplotlib.