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();
|
fDataTheoryPad->cd();
|
||||||
|
|
||||||
|
if (fMsrHandler->GetMsrPlotList()->at(fPlotNumber).fLogX)
|
||||||
|
fDataTheoryPad->SetLogx(1);
|
||||||
|
if (fMsrHandler->GetMsrPlotList()->at(fPlotNumber).fLogY)
|
||||||
|
fDataTheoryPad->SetLogy(1);
|
||||||
|
|
||||||
if (!fBatchMode) {
|
if (!fBatchMode) {
|
||||||
// uncheck fourier menu entries
|
// uncheck fourier menu entries
|
||||||
fPopupFourier->UnCheckEntries();
|
fPopupFourier->UnCheckEntries();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user