I use Julia v.0.6.4 on latest Windows 10/64 bit with latest update of packages. Some “problems” with Juno and plotting:
using Plots, I assume thatGRis the default backend. Today, the plots in Juno are “unusably” small:
It is possible I’m getting old…, but my eyes are not made for reading such small plots.
- Is it possible to change the scaling of the plot window so that the plots appear larger on screen?
- Note: I haven’t noticed such small plots in Juno before – but then I haven’t used Juno for a while.
- I normally use the
pyplotbackend because it traditionally has had better support forLaTeX. However, for a while,Junohas given the following error message when I try to use thepyplot()backend:
Note:
- Command
pyplot()seems to work in Juno… - …while the subsequent command
plot(x,y)gives this error message.
Any ideas on how to solve this problem are welcome.

