Terminal Graphics
Single-file, header-only C++20 functionality for producing graphics on the terminal using the sixel protocol
Loading...
Searching...
No Matches
TG::Plot Member List

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::Plotinline
add_line(const VerticesType &y, int colour_index=2, int stiple=0, float stiple_frac=0.5)TG::Plotinline
add_line(const VerticesTypeX &x, const VerticesTypeY &y, int colour_index=2, int stiple=0, float stiple_frac=0.5)TG::Plotinline
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::Plotinline
Plot(int width, int height, bool show_on_destruct=false)TG::Plotinline
reset()TG::Plotinline
set_colourmap(const ColourMap &colourmap)TG::Plotinline
set_grid(float x_interval, float y_interval)TG::Plotinline
set_xlim(float min, float max, float expand_by=0.0)TG::Plotinline
set_ylim(float min, float max, float expand_by=0.0)TG::Plotinline
show()TG::Plotinline
~Plot()TG::Plotinline