#include "cyd_ui/components/component_macros.h"
import cydui.std.charts.plot:axis;
import fabric.logging;
import fabric.linalg;
import cydui;
Go to the source code of this file.
|
using | la = with_precision<double> |
|
|
| charts::COMPONENT (PlotGrid, { la::scalar min_x=0, max_x=1, step_x=0.1;bool major_ticks_x_show=false;bool minor_ticks_x_show=false;unsigned int minor_ticks_x_count=4;la::scalar min_y=0, max_y=1, step_y=0.1;bool major_ticks_y_show=false;bool minor_ticks_y_show=false;unsigned int minor_ticks_y_count=4;}) |
|
template<class C> |
| charts::grid_t (C &) -> grid_t< C > |
|
◆ la
using la = with_precision<double> |