Empirical
Classes | Namespaces | Functions
axis.h File Reference

Handle drawing of axes on D3 graphts. More...

#include "../js_utils.h"
#include "../../tools/string_utils.h"
#include "d3_init.h"
#include "selection.h"
#include "scales.h"

Go to the source code of this file.

Classes

class  D3::Axis< SCALE_TYPE >
 

Namespaces

 D3
 

Functions

template<typename SCALE_X_TYPE = D3::LinearScale, typename SCALE_Y_TYPE = D3::LinearScale>
void D3::DrawAxes (Axis< SCALE_X_TYPE > &x_axis, Axis< SCALE_Y_TYPE > &y_axis, Selection &selection)
 

Detailed Description

Handle drawing of axes on D3 graphts.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2017-2018