everybody.
I am trying to use pgfplots package. I got it from https://sourceforge.net/projects/pgfplots/ and saved in the same directory of the source file. I declared the package writing:
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat-1.16}.
When running the source file, I get the following error message: 'I can't find file `pgfplotsoldpgfsupp_loader.code.tex'. \input pgfplotsoldpgfsupp_loader.code.tex'.
How could I overcome this problem?
Thanks a lot for your help,
Giuseppe
sourceforgeis not stable. – Zarko Aug 17 '19 at 09:25pgfplotsdepends onpgf(TikZ) and so you should always update these two packages together. If you install and update packages through the MikTeX Console this should be very easy. Manual updates have all sort of pitfalls and make it tedious to update all packages involved. Make sure to update MikTeX at leas twice in User and Admin mode. Then make sure thatpgfplotsis installed. – moewe Aug 17 '19 at 11:33