-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
I'm new to tikz and not experienced with iPython.
I was hoping to generate an image to display the locations of some calculated circles based on other code. However it does not appear to be possible? I guess the issue is at line 301 in tikzmagic.py where code is added (tex.append(code)), the code would need to be parsed and replacing variable names with variable contents?
\begin{tikzpicture}[scale=%(scale)s]
''' % locals())
tex.append(code)
tex.append('''
\end{tikzpicture}
\end{document}
''')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels