ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Type SetType

alps::plot::SetType — An enum to distinguish various plot types.

Synopsis

// In header: <alps/plot.h>



enum SetType { xy, xdxy, xydy, xdxydy };

Description

The types of plot are

  • xy is a plot of pairs (x,y) of data points without any error bars

  • xdxy is a plot of pairs (x,y) of data points with error bars on the x values

  • xydy is a plot of pairs (x,y) of data points with error bars on the y values

  • xdxydy is a plot of pairs (x,y) of data points with error bars on the x and y values

Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext