rowlesmr
What is a good way to visualise the profiles of individual phases or peaks when in launch mode?
Mousing over the peaks doesn't work.
Matthew
johnsoevans
I'm probably missing the point of your question. If phase names are turned on (view/phase names/tick) you just hover the mouse over each phase. Of you can turn them on permanently with "view/calculate,difference etc/single peaks/tick".
rowlesmr
Hi John
I might have cast my title a little too broad. I'm only thinking about xo phases.
I can't make the individual peaks show up either by hovering over their peak marker, or turning on the individual peaks option button.
.
I've make up a bunch of #if statements to make iters 0 and only show the peaks I want, but it does seem a little kludgy.
Mathew
johnsoevans
That makes more sense. I thought I was giving a bit of a patronising answer!
I don't know an answer off hand. Is there anything possible via Plot_Fit_Obj? test_examples\voigt-approx\fit-obj.inp has something that's not dissimilar. test_examples\pvs.inp might be even closer?
Maybe Alan knows a proper way.
rowlesmr
that works on fit objs by casting them as dummy strs. I'm starting with xo_Is. Maybe I can rewrite them as PV fitobjs, and try that....