Is there an better way to implement multiline legends in a similar way to how normal legends are generated? For example, with "dataframes" like this:
top_left_legends = [
["", "!", "@", "#", "_", "", "~", "{", "}", "|", ""],
["", "$", "%", "^", "+", "", ":", "J", " ", "⎙", ""],
["", "&", "*", "(", ")", "", ">", "", "", "", "⤓"],
];
bot_left_legends = [
["", "1", "2", "3", "4", "", "`", "[", "]", "\", ""],
["", "4", "5", "6", "=", "", ";", "'", "", "⎀", ""],
["", "7", "8", "9", "0", "", "<", "", "", "", "⤒"],
];