Class: UnicodePlot::Lineplot

Inherits:
GridPlot show all
Defined in:
lib/unicode_plot/lineplot.rb

Constant Summary

Constants inherited from GridPlot

GridPlot::DEFAULT_HEIGHT, GridPlot::MIN_HEIGHT, GridPlot::MIN_WIDTH

Constants inherited from Plot

Plot::COLOR_CYCLE, Plot::DEFAULT_BORDER, Plot::DEFAULT_MARGIN, Plot::DEFAULT_PADDING, Plot::DEFAULT_WIDTH

Constants included from StyledPrinter

StyledPrinter::COLOR_DECODE, StyledPrinter::COLOR_ENCODE, StyledPrinter::DISABLE_TEXT_STYLE, StyledPrinter::TEXT_COLORS

Instance Attribute Summary

Attributes inherited from Plot

#border, #colors_deco, #colors_left, #colors_right, #decorations, #labels_left, #labels_right, #margin, #padding, #title, #xlabel, #ylabel

Method Summary

Methods inherited from GridPlot

#initialize, #lines!, #n_columns, #n_rows, #origin_x, #origin_y, #plot_height, #plot_width, #points!, #print_row

Methods inherited from Plot

#annotate!, #annotate_row!, #initialize, #next_color, #render, #show_labels?, #title_given?, #to_s, #xlabel_given?, #ylabel_given?, #ylabel_length

Methods included from StyledPrinter

#color?, #print_color, #print_styled

Constructor Details

This class inherits a constructor from UnicodePlot::GridPlot