Changeset 40159 for branches/eam_branches/ohana.20170822
- Timestamp:
- Oct 11, 2017, 9:55:51 AM (9 years ago)
- Location:
- branches/eam_branches/ohana.20170822/src/opihi
- Files:
-
- 4 edited
-
cmd.astro/cline.c (modified) (1 diff)
-
cmd.astro/czplot.c (modified) (1 diff)
-
cmd.data/line.c (modified) (1 diff)
-
cmd.data/zplot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/cline.c
r34088 r40159 20 20 21 21 /* set point style and errorbar mode (these are NOT sticky) */ 22 graphmode.style = 0;22 graphmode.style = KAPA_PLOT_CONNECT; 23 23 graphmode.etype = 0; 24 24 -
branches/eam_branches/ohana.20170822/src/opihi/cmd.astro/czplot.c
r40156 r40159 236 236 Zvec.Nelements = Npts; 237 237 238 graphmode.style = 2;238 graphmode.style = KAPA_PLOT_POINTS; 239 239 graphmode.color = -1; /* point color determined by Zvec */ 240 240 graphmode.etype = 0; -
branches/eam_branches/ohana.20170822/src/opihi/cmd.data/line.c
r33662 r40159 33 33 34 34 /* set point style and errorbar mode (these are NOT sticky) */ 35 graphmode.style = 0;35 graphmode.style = KAPA_PLOT_CONNECT; 36 36 graphmode.etype = 0; 37 37 -
branches/eam_branches/ohana.20170822/src/opihi/cmd.data/zplot.c
r40156 r40159 226 226 227 227 /* point size determined by Zvec */ 228 graphmode.style = 2; /* plot points */228 graphmode.style = KAPA_PLOT_POINTS; /* plot points */ 229 229 graphmode.color = -1; /* point color determined by Zvec */ 230 230 graphmode.etype = 0; /* no errorbars */
Note:
See TracChangeset
for help on using the changeset viewer.
