| 81 | } |
| 82 | |
| 83 | std::string histogram::legend_string(std::string_view title) { |
| 84 | return " keyentry with boxes fillstyle solid border rgb '" + |
| 85 | to_string(edge_color_) + "' fillcolor '" + |
| 86 | to_string(face_color_) + "' title \"" + escape(title) + "\""; |
| 87 | } |
| 88 | |
| 89 | std::string histogram::data_string() { |
| 90 | make_sure_data_is_preprocessed(); |