JAnderson419 / Ferro

A python package to ease manipulation of ferroelectric (and perhaps ferromagnetic) test data. Includes experimental modeling capabilities.
Other
4 stars 5 forks source link

Ferro plotting functions override some Matplotlib rcParams #1

Open JAnderson419 opened 7 years ago

JAnderson419 commented 7 years ago

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.