SPH
Functions
Plot.cpp File Reference
#include "post/Plot.h"
#include "io/Logger.h"
#include "post/Point.h"
#include "quantities/IMaterial.h"
#include "quantities/Storage.h"
#include "system/Statistics.h"
#include <set>

Go to the source code of this file.

Functions

Array< FloatgetLinearTics (const Interval &interval, const Size minCount)
 Returns the tics to be drawn on a linear axis of a plot. More...
 
Array< FloatgetLogTics (const Interval &interval, const Size minCount)
 Returns the tics to be drawn on a logarithmic axis of a plot. More...
 

Function Documentation

◆ getLinearTics()

Array<Float> getLinearTics ( const Interval interval,
const Size  minCount 
)

Returns the tics to be drawn on a linear axis of a plot.

The tics are not necessarily equidistant.

Definition at line 423 of file Plot.cpp.

◆ getLogTics()

Array<Float> getLogTics ( const Interval interval,
const Size  minCount 
)

Returns the tics to be drawn on a logarithmic axis of a plot.

Definition at line 458 of file Plot.cpp.