Terminal Graphics
Single-file, header-only C++20 functionality for producing graphics on the terminal using the sixel protocol
|
This is the complete list of members for TG::Plot, including all inherited members.
add_line(float x0, float y0, float x1, float y1, int colour_index=2, int stiple=0, float stiple_frac=0.5) | TG::Plot | inline |
add_line(const VerticesType &y, int colour_index=2, int stiple=0, float stiple_frac=0.5) | TG::Plot | inline |
add_line(const VerticesTypeX &x, const VerticesTypeY &y, int colour_index=2, int stiple=0, float stiple_frac=0.5) | TG::Plot | inline |
add_text(const std::string &text, float x, float y, float anchor_x=0.5, float anchor_y=0.5, int colour_index=1) | TG::Plot | |
disable_transparency() | TG::Plot | inline |
Plot(int width, int height, bool show_on_destruct=false) | TG::Plot | inline |
reset() | TG::Plot | inline |
set_colourmap(const ColourMap &colourmap) | TG::Plot | inline |
set_grid(float x_interval, float y_interval) | TG::Plot | inline |
set_xlim(float min, float max, float expand_by=0.0) | TG::Plot | inline |
set_ylim(float min, float max, float expand_by=0.0) | TG::Plot | inline |
show() | TG::Plot | inline |
~Plot() | TG::Plot | inline |