| 38 | } |
| 39 | |
| 40 | std::string circles::legend_string(std::string_view title) { |
| 41 | return " keyentry with circles linecolor var lw 4 fillstyle solid " |
| 42 | "border linecolor 'black' title \"" + |
| 43 | escape(title) + "\""; |
| 44 | } |
| 45 | |
| 46 | std::string circles::data_string() { |
| 47 | std::stringstream ss; |