I have a large tikzpicture inside of a figure environment. The tikzpicture takes up an entire page apart from a small blank section in the bottom right corner. I have attached an image showing the layout I am trying to achieve
The caption is going to be quite lengthy and scaling the image content down to allow the caption to fit below the image is going to make some of the content unreadable.
What I would like to do is place the caption inside the small blank section in the image, perhaps inside a tikz node.
Is it possible to have
Code: Select all
\node[options] at (position) {\caption{\label{....}......}};
inside a tikzpicture? If not, is it possible to have plain text in the node that is formatted the way caption text is usually formatted (including the "Figure X.Y: " with the correct numbering for the current place in the document)?