15#include "ROOT/RText.hxx"
16#include "ROOT/RMarker.hxx"
28 for (
int i = 1; i < 16; i++) {
30 for (
int row = 0; row < 3; ++
row) {
39 auto text = canvas->Draw<RText>(
pt, std::to_string(
style));
41 text->text.size = 0.05;
46 auto draw = canvas->Draw<RMarker>(pm);
49 draw->marker.size = 0.1;
static std::shared_ptr< RCanvas > Create(const std::string &title)
Create new canvas instance.
static R__DLLEXPORT constexpr RGB_t kGreen
static R__DLLEXPORT constexpr RGB_t kBlue
A position (horizontal and vertical) in a RPad.
Namespace for ROOT features in testing.