Changeset 19594 for trunk/psastro/src/psastroDemoPlot.c
- Timestamp:
- Sep 17, 2008, 1:06:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDemoPlot.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDemoPlot.c
r19238 r19594 101 101 } 102 102 xVec->n = yVec->n = zVec->n = n; 103 103 104 pmKapaPlotVectorTriple_AutoLimits_OpenGraph (kapa, &graphdata, xVec, yVec, zVec, false); 104 105 … … 124 125 xVec->n = yVec->n = zVec->n = n; 125 126 pmKapaPlotVectorTriple_AutoLimits_OpenGraph (kapa, &graphdata, xVec, yVec, zVec, false); 127 128 // flip x (East increase to left) 129 SWAP (graphdata.xmin, graphdata.xmax); 130 KapaSetLimits (kapa, &graphdata); 126 131 127 132 // pause and wait for user input: … … 189 194 pmKapaPlotVectorTriple_AutoLimits_OpenGraph (kapa, &graphdata, xVec, yVec, zVec, false); 190 195 196 // flip x (East increase to left) 197 SWAP (graphdata.xmin, graphdata.xmax); 198 KapaSetLimits (kapa, &graphdata); 199 191 200 // pause and wait for user input: 192 201 // continue, save (provide name), ??
Note:
See TracChangeset
for help on using the changeset viewer.
