python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible to embed a manifest file inside the executable of a VB.NET (VS2010) project?
I'm currently working on a small VB.NET app on VS2010, and it seems that setting the "dpiAware" field on True in the project's manifest file is the only way of having the program not come up...

RespawnAl
Votes: 0
Answers: 0
How to make matplotlib plots "finer" without having to set all individual settings?
I have a plot that I'm saving with plt.savefig. However, I don't like that everything looks so bulky: the line width, the font size etc.
I know that I can do plt.rcParams.update({"font.size"...
rattlesnake
Votes: 0
Answers: 1