mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
added comment for WolframAlpha input
This commit is contained in:
parent
21578e8a18
commit
b18051eb38
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@
|
|||
%xticklabels={,,},
|
||||
%yticklabels={,,}
|
||||
]
|
||||
% if you want to use Wolfram|Alpha:
|
||||
% Plot3D[x*x-4*x*y+y*y+1, {x, -5, 5}, {y, -5, 5}]
|
||||
\addplot3[surf] {x*x-4*x*y+y*y+1};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue