IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40454


Ignore:
Timestamp:
Jun 23, 2018, 11:21:41 AM (8 years ago)
Author:
eugene
Message:

changing from numerical values to named enums for graphdata elements

Location:
trunk/psModules/src
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryVisual.c

    r40083 r40454  
    7272
    7373    graphdata.color = KapaColorByName ("black");
    74     graphdata.ptype = 7;
     74    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    7575    graphdata.size = 0.5;
    76     graphdata.style = 2;
     76    graphdata.style = KAPA_PLOT_POINTS;
    7777
    7878    section.dx = 0.5;
     
    232232
    233233    graphdata.color = KapaColorByName ("black");
    234     graphdata.ptype = 7;
     234    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    235235    graphdata.size = 0.5;
    236     graphdata.style = 2;
     236    graphdata.style = KAPA_PLOT_POINTS;
    237237
    238238    // initialize and populate plot vectors
     
    325325                       "Reference Star Luminosity Function, Shifted Raw Fit, and Cutoff",
    326326                       KAPA_LABEL_XP);
    327     graphdata.color=KapaColorByName("black");
    328     graphdata.style = 1;
     327    graphdata.color = KapaColorByName("black");
     328    graphdata.style = KAPA_PLOT_HISTOGRAM;
    329329    KapaPrepPlot (kapa1, lnMag->n, &graphdata);
    330330    KapaPlotVector(kapa1, lnMag->n,   Mag->data.F32, "x");
     
    332332
    333333    // Overplot fit
    334     graphdata.style=0;
     334    graphdata.style = KAPA_PLOT_CONNECT;
    335335    KapaPrepPlot(kapa1,2,&graphdata);
    336336    KapaPlotVector(kapa1, 2, x, "x");
     
    391391    psFree(section.name);
    392392
    393     graphdata.ptype = 7;
     393    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    394394    graphdata.size = 0.5;
    395     graphdata.style = 2;
     395    graphdata.style = KAPA_PLOT_POINTS;
    396396    graphdata.color = KapaColorByName ("black");
    397397    KapaClearPlots(kapa1);
     
    441441
    442442    graphdata.color = KapaColorByName ("red");
    443     graphdata.style = 0;
     443    graphdata.style = KAPA_PLOT_CONNECT;
    444444
    445445    // overplot clumpy regions excluded from analysis
     
    507507    KapaInitGraph (&graphdata);
    508508    KapaClearPlots (kapa1);
    509     graphdata.ptype = 2;
    510     graphdata.style = 2;
     509    graphdata.ptype = KAPA_POINT_CROSS;
     510    graphdata.style = KAPA_PLOT_POINTS;
    511511
    512512    psVector *xNew = psVectorAllocEmpty (xOld->n, PS_TYPE_F32);
     
    556556    KapaPlotVector (kapa1, xOld->n, yOld->data.F32, "y");
    557557
    558     graphdata.ptype = 1;
     558    graphdata.ptype = KAPA_POINT_BOX_OPEN;
    559559    graphdata.color = KapaColorByName("red");
    560560    KapaPrepPlot (kapa1, xNew->n, &graphdata);
     
    590590
    591591    graphdata.color = KapaColorByName ("black");
    592     graphdata.ptype = 2;
     592    graphdata.ptype = KAPA_POINT_CROSS;
    593593    graphdata.size = 0.5;
    594     graphdata.style = 2;
     594    graphdata.style = KAPA_PLOT_POINTS;
    595595
    596596    section.dx = 0.4;
     
    619619    // New Corners
    620620    graphdata.color = KapaColorByName("red");
    621     graphdata.ptype = 7;
     621    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    622622    graphdata.size = 1.5;
    623623    KapaPrepPlot (kapa1, cornerPn->n, &graphdata);
     
    812812    KapaSendLabel (kapa1, "pmAstromGridAngle residuals. Box: Correlation Peak.",
    813813                   KAPA_LABEL_XP);
    814     graphdata.style = 2;
    815     graphdata.ptype = 0;
     814    graphdata.style = KAPA_PLOT_POINTS;
     815    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    816816    graphdata.size = 0.4;
    817817    graphdata.color = KapaColorByName ("black");
     
    861861                     offsetY - 0.5 * Scale};
    862862    graphdata.color = KapaColorByName("red");
    863     graphdata.style = 0;
     863    graphdata.style = KAPA_PLOT_CONNECT;
    864864    graphdata.size = 1.0;
    865865    KapaPrepPlot(kapa1, 5, &graphdata);
     
    873873    KapaSetSection(kapa1, &sectionX);
    874874    graphdata.color = KapaColorByName("black");
    875     graphdata.ptype = 1;
    876     graphdata.style = 1;
     875    graphdata.ptype = KAPA_POINT_BOX_OPEN;
     876    graphdata.style = KAPA_PLOT_HISTOGRAM;
    877877    graphdata.ymin = 0;
    878878    graphdata.ymax = maxHorizontalSlice + 0.5;
     
    887887    float xslice[2] = {offsetX - Scale / 2., offsetX - Scale / 2.};
    888888    float yslice[2] = {-5, 100};
    889     graphdata.style = 0;
     889    graphdata.style = KAPA_PLOT_CONNECT;
    890890    graphdata.color = KapaColorByName("red");
    891891    KapaPrepPlot(kapa1, 2, &graphdata);
     
    896896    KapaSetSection(kapa1, &sectionY);
    897897    graphdata.color = KapaColorByName("black");
    898     graphdata.ptype = 1;
    899     graphdata.style = 1;
     898    graphdata.ptype = KAPA_POINT_BOX_OPEN;
     899    graphdata.style = KAPA_PLOT_HISTOGRAM;
    900900    graphdata.ymin = -maxOffpix;
    901901    graphdata.ymax = maxOffpix;
     
    912912    yslice[0] = yslice[1] = offsetY - Scale / 2.;
    913913    xslice[0] = -5; xslice[1] = 100;
    914     graphdata.style = 0;
     914    graphdata.style = KAPA_PLOT_CONNECT;
    915915    graphdata.color = KapaColorByName("red");
    916916    KapaPrepPlot(kapa1, 2, &graphdata);
     
    982982
    983983    // the point size will be scaled from the z vector
    984     graphdata.style = 2;
    985     graphdata.ptype = 2;
     984    graphdata.style = KAPA_PLOT_POINTS;
     985    graphdata.ptype = KAPA_POINT_CROSS;
    986986    graphdata.size = -1;
    987987    graphdata.color = KapaColorByName ("black");
     
    10191019
    10201020    // the point size will be scaled from the z vector
    1021     graphdata.style = 2;
    1022     graphdata.ptype = 7;
     1021    graphdata.style = KAPA_PLOT_POINTS;
     1022    graphdata.ptype = KAPA_POINT_CIRCLE_OPEN;
    10231023    graphdata.size = -1;
    10241024    graphdata.color = KapaColorByName ("red");
     
    10791079    KapaSendLabel (kapa3, "Horizontal Profile",
    10801080                   KAPA_LABEL_XP);
    1081     graphdata.style = 1;
    1082     graphdata.ptype = 0;
     1081    graphdata.style = KAPA_PLOT_HISTOGRAM;
     1082    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    10831083    graphdata.size = 0.4;
    10841084    graphdata.color = KapaColorByName ("black");
     
    11071107    KapaSendLabel (kapa3, "Vertical Profile",
    11081108                   KAPA_LABEL_XP);
    1109     graphdata.style = 1;
    1110     graphdata.ptype = 0;
     1109    graphdata.style = KAPA_PLOT_HISTOGRAM;
     1110    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    11111111    graphdata.size = 0.4;
    11121112
     
    11501150
    11511151    graphdata.color = KapaColorByName ("black");
    1152     graphdata.ptype = 7;
     1152    graphdata.ptype = KAPA_POINT_CIRCLE_OPEN;
    11531153    graphdata.size = 0.5;
    1154     graphdata.style = 2;
     1154    graphdata.style = KAPA_PLOT_POINTS;
    11551155
    11561156    section.dx = 0.4;
     
    13171317
    13181318    // X vs Y by mag (ref)
    1319     graphdata.color = KapaColorByName ("red");
    1320     graphdata.ptype = 7;
    1321     graphdata.style = 2;
    1322 
    13231319    xVec = psVectorAlloc (refstars->n, PS_TYPE_F32);
    13241320    yVec = psVectorAlloc (refstars->n, PS_TYPE_F32);
     
    13381334    }
    13391335    xVec->n = yVec->n = zVec->n = n;
     1336
     1337    graphdata.color = KapaColorByName ("red");
     1338    graphdata.ptype = KAPA_POINT_X;
     1339    graphdata.style = KAPA_PLOT_POINTS;
     1340
    13401341    pmVisualTriplePlot (kapa2, &graphdata, xVec, yVec, zVec, false);
    13411342
     
    13561357
    13571358    // X vs Y by mag (raw)
    1358     graphdata.color = KapaColorByName ("black");
    1359     graphdata.ptype = 7;
    1360     graphdata.style = 2;
    1361 
    13621359    psFree (xVec);
    13631360    psFree (yVec);
     
    13811378    }
    13821379    xVec->n = yVec->n = zVec->n = n;
     1380
     1381    graphdata.color = KapaColorByName ("black");
     1382    graphdata.ptype = KAPA_POINT_BOX_OPEN;
     1383    graphdata.style = KAPA_PLOT_POINTS;
    13831384    pmVisualTripleOverplot (kapa2, &graphdata, xVec, yVec, zVec, false);
    13841385
     
    13921393    zVec = psVectorAlloc (match->n, PS_TYPE_F32);
    13931394
    1394     graphdata.ptype = 2;
    1395     graphdata.color = KapaColorByName ("blue");
    13961395    n = 0;
    13971396    for (int i = 0; i < match->n; i++) {
     
    14111410    xVec->n = yVec->n = zVec->n = n;
    14121411    fprintf (stderr, "plotting %d matched stars (raw = blue)\n", n);
     1412
     1413    graphdata.ptype = KAPA_POINT_CROSS;
     1414    graphdata.color = KapaColorByName ("blue");
    14131415    pmVisualTripleOverplot (kapa2, &graphdata, xVec, yVec, zVec, false);
    14141416
    14151417    if (0) {
    1416         graphdata.ptype = 3;
     1418        graphdata.ptype = KAPA_POINT_X;
    14171419        graphdata.color = KapaColorByName ("green");
    14181420        n = 0;
     
    14491451    KapaClearPlots (kapa3);
    14501452
    1451     // X vs Y by mag (ref)
    1452     graphdata.color = KapaColorByName ("black");
    1453     graphdata.ptype = 2;
    1454     graphdata.style = 2;
    1455     graphdata.size = 1;
     1453    // mag vs dX
    14561454
    14571455    section.x  = 0.0;
     
    14861484    KapaSendLabel(kapa1, "raw mag", KAPA_LABEL_XM);
    14871485    KapaSendLabel(kapa1, "dY", KAPA_LABEL_YM);
     1486
     1487    graphdata.color = KapaColorByName ("blue");
     1488    graphdata.ptype = KAPA_POINT_TRIANGLE_OPEN;
     1489    graphdata.style = KAPA_PLOT_POINTS;
     1490    graphdata.size = 2;
    14881491
    14891492    KapaPrepPlot (kapa3, xVec->n, &graphdata);
  • trunk/psModules/src/detrend/pmDark.c

    r35586 r40454  
    11581158
    11591159        graphdata.color = KapaColorByName("black");
    1160         graphdata.style = 2;
    1161         graphdata.ptype = 2;
     1160        graphdata.style = KAPA_PLOT_POINTS;
     1161        graphdata.ptype = KAPA_POINT_CROSS;
    11621162        KapaPrepPlot  (kapa[i], xSub->n, &graphdata);
    11631163        KapaPlotVector(kapa[i], xSub->n, xSub->data.F32, "x");
     
    11901190        KapaGetGraphData(kapa[i], &graphdata);
    11911191        graphdata.color = KapaColorByName("red");
    1192         graphdata.style = 2;
    1193         graphdata.ptype = 7;
     1192        graphdata.style = KAPA_PLOT_POINTS;
     1193        graphdata.ptype = KAPA_POINT_CIRCLE_OPEN;
    11941194        KapaPrepPlot  (kapa[i], xFit->n, &graphdata);
    11951195        KapaPlotVector(kapa[i], xFit->n, xFit->data.F32, "x");
  • trunk/psModules/src/extras/pmKapaPlots.c

    r23487 r40454  
    136136
    137137    graphdata.color = KapaColorByName ("black");
    138     graphdata.ptype = 0;
     138    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    139139    graphdata.size = 0.5;
    140     graphdata.style = 2;
     140    graphdata.style = KAPA_PLOT_POINTS;
    141141    KapaPrepPlot (kapa, xVec->n, &graphdata);
    142142    KapaPlotVector (kapa, xVec->n, xVec->data.F32, "x");
  • trunk/psModules/src/extras/pmVisual.c

    r36856 r40454  
    262262
    263263    // the point size will be scaled from the z vector
    264     graphdata->ptype = 7;
    265     graphdata->style = 2;
     264    graphdata->ptype = KAPA_POINT_CIRCLE_OPEN;
     265    graphdata->style = KAPA_PLOT_POINTS;
    266266    graphdata->size = -1;
    267267    KapaPrepPlot (kapid, xVec->n, graphdata);
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r30622 r40454  
    505505
    506506    graphdata.color = KapaColorByName("black");
    507     graphdata.style = 2;
    508     graphdata.ptype = 2;
     507    graphdata.style = KAPA_PLOT_POINTS;
     508    graphdata.ptype = KAPA_POINT_CROSS;
    509509    KapaPrepPlot  (kapa, xSub->n, &graphdata);
    510510    KapaPlotVector(kapa, xSub->n, xSub->data.F32, "x");
     
    512512
    513513    graphdata.color = KapaColorByName("red");
    514     graphdata.style = 2;
    515     graphdata.ptype = 7;
     514    graphdata.style = KAPA_PLOT_POINTS;
     515    graphdata.ptype = KAPA_POINT_CIRCLE_OPEN;
    516516    KapaPrepPlot  (kapa, xAll->n, &graphdata);
    517517    KapaPlotVector(kapa, xAll->n, xAll->data.F32, "x");
     
    519519
    520520    graphdata.color = KapaColorByName("blue");
    521     graphdata.style = 0;
    522     graphdata.ptype = 7;
     521    graphdata.style = KAPA_PLOT_CONNECT;
     522    graphdata.ptype = KAPA_POINT_CIRCLE_OPEN;
    523523    KapaPrepPlot  (kapa, 2, &graphdata);
    524524    KapaPlotVector(kapa, 2, xline, "x");
  • trunk/psModules/src/imcombine/pmSubtractionVisual.c

    r35768 r40454  
    908908
    909909    graphdata.color = KapaColorByName ("black");
    910     graphdata.ptype = 2;
     910    graphdata.ptype = KAPA_POINT_CROSS;
    911911    graphdata.size = 0.5;
    912     graphdata.style = 2;
     912    graphdata.style = KAPA_PLOT_POINTS;
    913913    graphdata.etype |= 0x01;
    914914
     
    974974
    975975    graphdata.color = KapaColorByName ("black");
    976     graphdata.ptype = 2;
     976    graphdata.ptype = KAPA_POINT_CROSS;
    977977    graphdata.size = 0.5;
    978     graphdata.style = 2;
     978    graphdata.style = KAPA_PLOT_POINTS;
    979979
    980980    KapaPrepPlot   (kapa3, lflx->n, &graphdata);
     
    10011001
    10021002    graphdata.color = KapaColorByName ("black");
    1003     graphdata.ptype = 2;
     1003    graphdata.ptype = KAPA_POINT_CROSS;
    10041004    graphdata.size = 0.5;
    1005     graphdata.style = 2;
     1005    graphdata.style = KAPA_PLOT_POINTS;
    10061006
    10071007    KapaPrepPlot   (kapa3, lflx->n, &graphdata);
     
    10281028
    10291029    graphdata.color = KapaColorByName ("black");
    1030     graphdata.ptype = 2;
     1030    graphdata.ptype = KAPA_POINT_CROSS;
    10311031    graphdata.size = 0.5;
    1032     graphdata.style = 2;
     1032    graphdata.style = KAPA_PLOT_POINTS;
    10331033
    10341034    KapaPrepPlot   (kapa3, lflx->n, &graphdata);
  • trunk/psModules/src/objects/pmSourcePlotApResid.c

    r36856 r40454  
    153153
    154154    graphdata.color = KapaColorByName ("black");
    155     graphdata.ptype = 2;
     155    graphdata.ptype = KAPA_POINT_CROSS;
    156156    graphdata.size = 0.5;
    157     graphdata.style = 2;
     157    graphdata.style = KAPA_PLOT_POINTS;
    158158    KapaPrepPlot (kapa, n, &graphdata);
    159159    KapaPlotVector (kapa, n, x->data.F32, "x");
  • trunk/psModules/src/objects/pmSourcePlotMoments.c

    r36856 r40454  
    153153
    154154    graphdata.color = KapaColorByName ("black");
    155     graphdata.ptype = 0;
     155    graphdata.ptype = KAPA_POINT_BOX_SOLID;
    156156    graphdata.size = 0.3;
    157     graphdata.style = 2;
     157    graphdata.style = KAPA_PLOT_POINTS;
    158158    KapaPrepPlot (kapa, nF, &graphdata);
    159159    KapaPlotVector (kapa, nF, xFaint->data.F32, "x");
     
    161161
    162162    graphdata.color = KapaColorByName ("red");
    163     graphdata.ptype = 2;
     163    graphdata.ptype = KAPA_POINT_CROSS;
    164164    graphdata.size = 0.5;
    165     graphdata.style = 2;
     165    graphdata.style = KAPA_PLOT_POINTS;
    166166    KapaPrepPlot (kapa, nB, &graphdata);
    167167    KapaPlotVector (kapa, nB, xBright->data.F32, "x");
  • trunk/psModules/src/objects/pmSourcePlotPSFModel.c

    r36858 r40454  
    206206
    207207    graphdata.color = KapaColorByName ("black");
    208     graphdata.ptype = 100;
     208    graphdata.ptype = KAPA_POINT_PAIR_CONNECT;
    209209    graphdata.size = 0.3;
    210     graphdata.style = 2;
     210    graphdata.style = KAPA_PLOT_POINTS;
    211211    KapaPrepPlot (kapa, nMNT, &graphdata);
    212212    KapaPlotVector (kapa, nMNT, xMNT->data.F32, "x");
     
    214214
    215215    graphdata.color = KapaColorByName ("blue");
    216     graphdata.ptype = 100;
     216    graphdata.ptype = KAPA_POINT_PAIR_CONNECT;
    217217    graphdata.size = 0.5;
    218     graphdata.style = 2;
     218    graphdata.style = KAPA_PLOT_POINTS;
    219219    KapaPrepPlot (kapa, nPSF, &graphdata);
    220220    KapaPlotVector (kapa, nPSF, xPSF->data.F32, "x");
     
    222222
    223223    graphdata.color = KapaColorByName ("red");
    224     graphdata.ptype = 100;
     224    graphdata.ptype = KAPA_POINT_PAIR_CONNECT;
    225225    graphdata.size = 0.5;
    226     graphdata.style = 2;
     226    graphdata.style = KAPA_PLOT_POINTS;
    227227    KapaPrepPlot (kapa, nMIN, &graphdata);
    228228    KapaPlotVector (kapa, nMIN, xMIN->data.F32, "x");
  • trunk/psModules/src/objects/pmSourceVisual.c

    r36856 r40454  
    109109
    110110    graphdata.color = KapaColorByName ("black");
    111     graphdata.ptype = 2;
     111    graphdata.ptype = KAPA_POINT_CROSS;
    112112    graphdata.size = 0.5;
    113     graphdata.style = 2;
     113    graphdata.style = KAPA_PLOT_POINTS;
    114114    graphdata.etype |= 0x01;
    115115
     
    200200
    201201    graphdata.color = KapaColorByName ("black");
    202     graphdata.ptype = 2;
     202    graphdata.ptype = KAPA_POINT_CROSS;
    203203    graphdata.size = 0.5;
    204     graphdata.style = 2;
     204    graphdata.style = KAPA_PLOT_POINTS;
    205205    graphdata.etype |= 0x01;
    206206
     
    265265
    266266    graphdata.color = KapaColorByName ("black");
    267     graphdata.ptype = 2;
     267    graphdata.ptype = KAPA_POINT_CROSS;
    268268    graphdata.size = 0.5;
    269     graphdata.style = 2;
     269    graphdata.style = KAPA_PLOT_POINTS;
    270270    graphdata.etype |= 0x01;
    271271
     
    469469    KapaSendLabel (kapa1, "Model Param", KAPA_LABEL_YM);
    470470
    471     graphdata.ptype = 2;
     471    graphdata.ptype = KAPA_POINT_CROSS;
    472472    graphdata.size = 1.0;
    473     graphdata.style = 2;
     473    graphdata.style = KAPA_PLOT_POINTS;
    474474    KapaPrepPlot (kapa1,   x->n, &graphdata);
    475475    KapaPlotVector (kapa1, x->n, x->data.F32, "x");
     
    477477
    478478    graphdata.color = KapaColorByName ("red");
    479     graphdata.ptype = 1;
     479    graphdata.ptype = KAPA_POINT_BOX_OPEN;
    480480    KapaPrepPlot (kapa1,   xm->n, &graphdata);
    481481    KapaPlotVector (kapa1, xm->n, xm->data.F32, "x");
     
    483483
    484484    graphdata.color = KapaColorByName ("blue");
    485     graphdata.ptype = 1;
     485    graphdata.ptype = KAPA_POINT_BOX_OPEN;
    486486    KapaPrepPlot (kapa1,   x->n, &graphdata);
    487487    KapaPlotVector (kapa1, x->n, x->data.F32, "x");
     
    519519    KapaSendLabel (kapa1, "Model Param", KAPA_LABEL_YM);
    520520
    521     graphdata.ptype = 2;
     521    graphdata.ptype = KAPA_POINT_CROSS;
    522522    graphdata.size = 1.0;
    523     graphdata.style = 2;
     523    graphdata.style = KAPA_PLOT_POINTS;
    524524    KapaPrepPlot (kapa1,   y->n, &graphdata);
    525525    KapaPlotVector (kapa1, y->n, y->data.F32, "x");
     
    527527
    528528    graphdata.color = KapaColorByName ("red");
    529     graphdata.ptype = 1;
     529    graphdata.ptype = KAPA_POINT_BOX_OPEN;
    530530    KapaPrepPlot (kapa1,   xm->n, &graphdata);
    531531    KapaPlotVector (kapa1, xm->n, ym->data.F32, "x");
     
    533533
    534534    graphdata.color = KapaColorByName ("blue");
    535     graphdata.ptype = 1;
     535    graphdata.ptype = KAPA_POINT_BOX_OPEN;
    536536    KapaPrepPlot (kapa1,   y->n, &graphdata);
    537537    KapaPlotVector (kapa1, y->n, y->data.F32, "x");
     
    612612
    613613    graphdata->color = KapaColorByName ("black");
    614     graphdata->ptype = 100;
     614    graphdata->ptype = KAPA_POINT_PAIR_CONNECT;
    615615    graphdata->size = 0.5;
    616     graphdata->style = 2;
     616    graphdata->style = KAPA_PLOT_POINTS;
    617617    KapaPrepPlot (myKapa, xv->n, graphdata);
    618618    KapaPlotVector (myKapa, xv->n, xv->data.F32, "x");
     
    620620
    621621    graphdata->color = KapaColorByName ("blue");
    622     graphdata->ptype = 0;
     622    graphdata->ptype = KAPA_POINT_BOX_OPEN;
    623623    graphdata->size = 1.5;
    624     graphdata->style = 2;
     624    graphdata->style = KAPA_PLOT_POINTS;
    625625    KapaPrepPlot (myKapa, xv->n, graphdata);
    626626    KapaPlotVector (myKapa, xv->n, xv->data.F32, "x");
     
    652652
    653653    graphdata->color = KapaColorByName ("red");
    654     graphdata->ptype = 100;
     654    graphdata->ptype = KAPA_POINT_PAIR_CONNECT;
    655655    graphdata->size = 0.5;
    656     graphdata->style = 2;
     656    graphdata->style = KAPA_PLOT_POINTS;
    657657    KapaPrepPlot (myKapa, xv->n, graphdata);
    658658    KapaPlotVector (myKapa, xv->n, xv->data.F32, "x");
Note: See TracChangeset for help on using the changeset viewer.