logx, logy feature for plotting implemented. No checking for positive definitness is preformed
This commit is contained in:
parent
f287ef666c
commit
34e8324766
@ -2191,6 +2191,11 @@ void PMusrCanvas::PlotData()
|
||||
{
|
||||
fDataTheoryPad->cd();
|
||||
|
||||
if (fMsrHandler->GetMsrPlotList()->at(fPlotNumber).fLogX)
|
||||
fDataTheoryPad->SetLogx(1);
|
||||
if (fMsrHandler->GetMsrPlotList()->at(fPlotNumber).fLogY)
|
||||
fDataTheoryPad->SetLogy(1);
|
||||
|
||||
if (!fBatchMode) {
|
||||
// uncheck fourier menu entries
|
||||
fPopupFourier->UnCheckEntries();
|
||||
|
Loading…
x
Reference in New Issue
Block a user