Helvetica is the standard font for scientific plots. However, the default for matplotlib
is not helvetica. You can use the following tutorial for making the change.
[Update in 2022/11/11]
Just have the following line in the beginning of a notebook will take care of the problem.
%config InlineBackend.figure_format='svg'