Skip to content

Color R^ error #17

@Probador4242

Description

@Probador4242

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions