Fix bugs identified by user #224
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

C. Balz contacted me with some bugs - specifically relating to tutorials 12 and 35:
disp2sqw_evalin Horace has changed and needs a flag'-all'at the end to compute the intensities, so we need to change the example in tutorial 12.In tutorial 35, a long-known bug is that the experiment points shift if you resize the figure because they are actually- Fixed on webpage already'circles'plotted on the canvas coordinates rather than the data coordinates. There are two work arounds which should be documented.sw_plotspechas the option to overplot data (likefitspecdoes) but it assumes that the column names areEn#,I#, ands#whereasfitspecignores the names and just uses the column ordering - but the example file LuVO3_fitted_modes.txt calls the final columnsigma#rather thans#sosw_plotspecfails when given it as input.