CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
plot_grid.cppm File Reference
#include "cyd_ui/components/component_macros.h"
import cydui.std.charts.plot:axis;
import fabric.logging;
import fabric.linalg;
import cydui;
+ Include dependency graph for plot_grid.cppm:

Go to the source code of this file.

Classes

struct  charts::grid_t< C >
 
struct  charts::grid_t< C >::axis_ticks
 

Namespaces

namespace  charts
 

Typedefs

using la = with_precision<double>
 

Functions

 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 >
 

Typedef Documentation

◆ la

using la = with_precision<double>

Definition at line 17 of file plot_grid.cppm.