v0.6.3
Pre-release
Pre-release
-
New Features:
-
New
Spectrum1D.to_text_fileandSpectrum1DCollection.to_text_file
methods to write to column text files -
An expanded and consistent set of styling options is made
available for command-line tools that produce plots. -
Consistent styling and advanced changes can be made using
Matplotlib stylesheet files, either as a CLI argument or
usingmatplotlib.style.context()in a Python script.
-
-
Improvements:
- Internally, plot theming has been adjusted to rely on Matplotlib
style contexts. This means user changes and style context are more
likely to be respected. - Additional aliases for plot arguments in the command-line tools have
been added, for example either--x-labelor--xlabelcan be used.
- Internally, plot theming has been adjusted to rely on Matplotlib
-
Changes:
x_label,y_label,y_minandy_maxineuphonic.plot
functions have been deprecated in favour ofxlabel,ylabel,
yminandymaxrespectively, to match the Matplotlib arguments
they refer to, and to match other arguments likevmin,vmax.