Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::graphing::__internals Namespace Reference

Graphing utilities for showing graphs in the console. More...

Functions

void conPlotLine (const Number &xGridSize, const Number &yGridSize, const Number &yMax, const GraphOptions *graphOptions, const LineOptions *lineOptions, prettyPrint::ConsoleOutput *canvas, std::map< Number, Number > &fnValues)
void drawTicks (prettyPrint::ConsoleOutput *canvas, const Number &xGridSize, const Number &yGridSize, const Number &yMax, const GraphOptionsBase *graphOptions)
void drawGrid (prettyPrint::ConsoleOutput *canvas, const GraphOptionsBase *graphOptions)

Detailed Description

Graphing utilities for showing graphs in the console.

Function Documentation

◆ conPlotLine()

void steppable::graphing::__internals::conPlotLine ( const Number & xGridSize,
const Number & yGridSize,
const Number & yMax,
const GraphOptions * graphOptions,
const LineOptions * lineOptions,
prettyPrint::ConsoleOutput * canvas,
std::map< Number, Number > & fnValues )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ drawGrid()

void steppable::graphing::__internals::drawGrid ( prettyPrint::ConsoleOutput * canvas,
const GraphOptionsBase * graphOptions )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ drawTicks()

void steppable::graphing::__internals::drawTicks ( prettyPrint::ConsoleOutput * canvas,
const Number & xGridSize,
const Number & yGridSize,
const Number & yMax,
const GraphOptionsBase * graphOptions )
Here is the call graph for this function:
Here is the caller graph for this function:
Untitled