如何更改阴影绘制颜色 2024-5-23 • tikz-pgf shading 使用这个代码 \begin{figure}[h!] \centering \begin{tikzpicture} \shadedraw[shading=radial, color=blue] (0,0) circle (4); \end{tikzpicture} \end{figure} 我明白了 但是是否可以更改阴影的颜色。我尝试过,shading color=blue但 latex 停止了。我使用 lualatex,但我认为这无关紧要。 答案1 \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \shadedraw[shading=radial, line width=3mm, color=blue, outer color=red, inner color=yellow] (0,0) circle (4); \end{tikzpicture} \end{document} 相关内容 \newenvironment 中的 \ifthenelse 导致的错误 使用 pgfplots 绘制球体的封闭部分 如何判断 VPS 服务器是否可以处理当前流量?[关闭] 在计算机之间同步 Thunderbird 配置 root 组和 sudo 组有什么区别?为什么 root 用户默认不是 sudo 组的成员? 是否有一个 GUI 程序可以安全地删除文件和文件夹?[重复] 从不同的目录创建 tar.gz 文件,tar 必须将文件保留在特定的目录结构中 ubuntu 用户如何使用 teamviewer?[关闭] 计算机鼠标无法正确检测表面 穿过表格单元格的对角线