Some of the plotting functions in ferro specify things like colormaps and linewidth directly in the function (ex. hystPlot), which means that the package does not obey currently set rcParams. This is an unfortunate side effect of the project evolving from me starting out trying to plot some personal data for a thesis and instead developing a package for others to use. The behaviour should be corrected such that plotting functions obey rcParams and accept modifications from the user as optional keyword arguments.
Some of the plotting functions in ferro specify things like colormaps and linewidth directly in the function (ex. hystPlot), which means that the package does not obey currently set rcParams. This is an unfortunate side effect of the project evolving from me starting out trying to plot some personal data for a thesis and instead developing a package for others to use. The behaviour should be corrected such that plotting functions obey rcParams and accept modifications from the user as optional keyword arguments.