The gnuplot_i++
C++ interface to gnuplot easily displays
configurations produced by Monte Carlo simulation.
| Gnuplot | initialize |
| cmd | send a command to gnuplot |
| set_style | set line style |
| set_xlabel | set x axis label |
| set_ylabel | set y axis label |
| plot_x | plot a single vector |
| plot_xy | plot x,y pairs |
| plot_slope | plot an equation y = ax + b |
| plot_equation | plot an equation supplied as a string |
| reset_plot | clear the plot area |
|
|
|
| 64X64 triangular lattice, freezing | 32X32 square lattice, frozen | 32X32 hexagonal lattice, gaseous |