When I use “scatter()” function with the parameter of “dpi”, the output figure looks strange.
On windows 7, Julia0.5.2, Plots v0.11.4, Python2.7, matplotlib v1.1.1
using Plots; using StatPlots;
pyplot( legend = true, dpi=300 )
scatter( frm_container, :Gt, :Engine_KW_Total, dpi=300)
savefig( "d:\\figure1")
The saved figure looks strange, also not proper in Juno plots window