Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. \begin{figure}
  2. \begin{center}
  3. \begin{tikzpicture}
  4. \node[fill] (O) {
  5. \begin{python}[graph.py]
  6. #plot("WHERE zone = 'alexa-A-www' GROUP BY time(1d)")
  7. plot("WHERE zone = 'com-A-www' GROUP BY time(7d)")
  8. \end{python}
  9. };
  10. \end{tikzpicture}
  11. \end{center}
  12. \caption{alexa-A-www}
  13. \end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement