Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jdjurado
Total activity
5
Last activity
August 22, 2023 04:47
Member since
April 26, 2020 17:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (1)
Sort by recent activity
Recent activity
Votes
Created
April 26, 2020 20:19
from matplotlib.patches import Polygonfrom pylab import zeros, onesif __name__ == '__main__': p = Polygon(zeros((100, 2)), facecolor="r", closed="False", edgecolor="none", alpha=0.3) p.set_xy...
Community
PyCharm
"Unexpected Argument" False Warning
0 votes