Changeset 40454 for trunk/psModules/src/imcombine/pmSubtractionVisual.c
- Timestamp:
- Jun 23, 2018, 11:21:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionVisual.c
r35768 r40454 908 908 909 909 graphdata.color = KapaColorByName ("black"); 910 graphdata.ptype = 2;910 graphdata.ptype = KAPA_POINT_CROSS; 911 911 graphdata.size = 0.5; 912 graphdata.style = 2;912 graphdata.style = KAPA_PLOT_POINTS; 913 913 graphdata.etype |= 0x01; 914 914 … … 974 974 975 975 graphdata.color = KapaColorByName ("black"); 976 graphdata.ptype = 2;976 graphdata.ptype = KAPA_POINT_CROSS; 977 977 graphdata.size = 0.5; 978 graphdata.style = 2;978 graphdata.style = KAPA_PLOT_POINTS; 979 979 980 980 KapaPrepPlot (kapa3, lflx->n, &graphdata); … … 1001 1001 1002 1002 graphdata.color = KapaColorByName ("black"); 1003 graphdata.ptype = 2;1003 graphdata.ptype = KAPA_POINT_CROSS; 1004 1004 graphdata.size = 0.5; 1005 graphdata.style = 2;1005 graphdata.style = KAPA_PLOT_POINTS; 1006 1006 1007 1007 KapaPrepPlot (kapa3, lflx->n, &graphdata); … … 1028 1028 1029 1029 graphdata.color = KapaColorByName ("black"); 1030 graphdata.ptype = 2;1030 graphdata.ptype = KAPA_POINT_CROSS; 1031 1031 graphdata.size = 0.5; 1032 graphdata.style = 2;1032 graphdata.style = KAPA_PLOT_POINTS; 1033 1033 1034 1034 KapaPrepPlot (kapa3, lflx->n, &graphdata);
Note:
See TracChangeset
for help on using the changeset viewer.
