smooth

Latex 图形中的 Tikz 问题
smooth

Latex 图形中的 Tikz 问题

在下图中,我想知道为什么图中的右侧部分不连续,请参见代码和附图。 \documentclass[11pt]{scrartcl} \usepackage{graphicx} \usepackage{amsmath} \usepackage{float} \usepackage{tikz} \usetikzlibrary{patterns} \begin{document} \begin{figure}[H] \centering \begin{tikzpicture}[domain=-3:15, range=-3:15, scale=0.7, thick, ...

Admin

如何平滑用 Tikz 绘制的光谱?
smooth

如何平滑用 Tikz 绘制的光谱?

我想平滑这些根据实验室实验数据绘制的光谱,每个光谱有超过 1000 个点。我尝试使用tension=1或“每个第 n 个点”来控制平滑,但都没有用,如下图所示。这是 MWC: \documentclass{article} \usepackage{pgfplots} \pgfplotsset{width=7cm,compat=1.16} \usepackage{pgfplotstable} \begin{document} \begin{tikzpicture} \begin{axis}[ name=plot,width=0.9\textwid...

Admin

在 tikz 中平滑高斯曲线
smooth

在 tikz 中平滑高斯曲线

我想使用此代码“平滑”获得的两条高斯曲线之间的区域:任何建议都将不胜感激。非常感谢。 \documentclass[margin=10pt]{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture}[ declare function={gauss(\x)=3*exp(-(\x/3)^2);}, scale = 0.6, s/.style={shift=(0:9)}] \fill [cyan!20] plot[domain= -4:4, sam...

Admin

如何使表格图更加平滑?
smooth

如何使表格图更加平滑?

我需要平滑这两个角。我想制作化学酸度测定图。现在它看起来像这样: 我需要更多类似的东西: \begin{tikzpicture} \begin{axis}[ xmin={[normalized]-1.7}, minor tick num=1, grid = minor, grid style={ultra thin, dashed, gray!50}, xmin=0, xmax=25, ymin=0, ymax=14, xtick={0,5,10,15,20,25}, ytick={0,2,4,6,8,10,12,14}, xlabel={$V_{{ti...

Admin

平滑 pgfplot 曲线
smooth

平滑 pgfplot 曲线

我正在尝试使用该包生成具有平滑曲线的图pgfplots。在命令中设置平滑选项\addplot似乎不会产生任何变化。 \documentclass{article} \usepackage{pgfplots} \pgfplotsset{compat=1.18} \usepackage{filecontents} \begin{filecontents*}{data.csv} a,b 1,4 2,5 3,1 4,3 \end{filecontents*} \begin{document} \begin{tikzpicture} \begin{axis} \a...

Admin

pgfplots 填充和平滑不起作用
smooth

pgfplots 填充和平滑不起作用

我一直在尝试填充用 pgfplots 绘制的两条曲线之间的区域。这些图表是从下面链接中附加的外部 .dat 文件绘制的。由于某种原因,填充命令不起作用。 此外,平滑命令(带张力调节)不起作用。样品也有同样的问题。 有人有办法解决这两个问题吗? \usepackage{tikz} \usepackage{pgfplots} \usepgfplotslibrary{fillbetween} \begin{document} \pgfplotstableread[col sep = semicolon]{./k...

Admin

Tikz 多项式非常不稳定
smooth

Tikz 多项式非常不稳定

我正在尝试绘制一个多项式,其系数是通过插值找到的。结果在 Tikz 中非常不稳定。请问我该如何改进? \begin{tikzpicture}[scale=1] \tikzset{declare function={f(\t)=0.01-0.0000186012 *(\t-8.852) * (\t-6)* (\t+0.0767179)* (\t+2)* (\t+5.90209) *(\t*\t-12.349*\t+72.7683) ;} } \def\xmin{-3} \def\xmax{8} \def\ymin{-3} \def\ymax{2}\def\...

Admin

PGFPlots - 使用“平滑”不会呈现平滑曲线,但“样本”也不起作用
smooth

PGFPlots - 使用“平滑”不会呈现平滑曲线,但“样本”也不起作用

我正在使用 PGFPlots 生成函数图。我用smooth它来平滑曲线,但不够平滑。所以我尝试增加选项samples。问题是,我可以一直进行下去,samples=9000但直到最后图表才会绘制出来。以下是一些图片: 仅使用smooth: 使用smooth和samples=10: 使用smooth和samples=950: 使用smooth和samples=2950: 从中可以看出,仅使用smooth会产生不均匀的图像,而使用高值samples和smooth会产生很好的曲线,但不会像应该的那样上升到 x 轴,并且使用更高的samples值似乎会导致收益...

Admin

如何在 Tikz 中获得部分平滑的封闭曲线
smooth

如何在 Tikz 中获得部分平滑的封闭曲线

使用答案中所示的命令这个问题,可以得到一个封闭的、平滑的循环。复制示例: \begin{tikzpicture} \draw [red] plot [smooth cycle] coordinates {(0,0) (1,1) (3,1) (1,0) (2,-1)}; \end{tikzpicture} 考虑一下您只希望闭合循环的一部分是平滑的,例如下图: 您应该在代码中更改什么? 最好有一个提供封闭循环的命令,以便之后可以填充它。 ...

Admin

TikZ:如何以简单的方式绘制曲线?
smooth

TikZ:如何以简单的方式绘制曲线?

我是 TikZ 的初学者,试图说明不同的信号输出(基线 + 单脉冲、基线 + 多脉冲和基线 + 持续脉冲等),但却遇到了很大困难。 关于这个主题还有其他问题,我尝试了不同的方法,例如和draw,plot smooth但hobby输出从来不像我预期的那样和/或真的很难实现。 以下是一些示例图像,我想在 TikZ 中复制。它们不需要完全像这样,它们更多是为了说明目的。 我想问的是 TikZ 的资深用户,您将如何解决这个问题?哪种方法最适合?我经常遇到这样的问题:hobby其他软件包在达到峰值之前会使我的“基线”出现下降。 ...

Admin

如何获得良好的平滑插值?从 mathematica 导入
smooth

如何获得良好的平滑插值?从 mathematica 导入

我想要一个平滑的插值,到目前为止我使用 \documentclass[letter,11pt,twoside]{article} \usepackage{tikz} \usepackage{pgfplots} \usepackage{pgfplotstable} \usepackage{stmaryrd} \usepackage{array,booktabs} \usepackage{placeins} \pgfplotsset{ compat=newest, xlabel near ticks, ylabel near ticks...

Admin

pgfplots:如何平滑 3D 曲面图?
smooth

pgfplots:如何平滑 3D 曲面图?

已经过去很长时间了 - 基于这和这问题是我想知道pgfplots2019 年是否已经支持基于坐标的 3D 图的表面平滑? 最小工作示例(MWE): \documentclass{standalone} \usepackage{pgfplots,pgfplotstable} \usepackage{filecontents} \begin{filecontents}{testdata.csv} x;y;z 0;0;4 0;1;4 0;2;4 1;0;2 1;1;2 1;2;2 2;0;3...

Admin

Tikz/Pgf-具有平滑颜色过渡的冲浪图
smooth

Tikz/Pgf-具有平滑颜色过渡的冲浪图

我正在使用绘制surf3d 图。该表面需要投影到平面上,这可以通过添加另一个图来实现。Tikz/Pgfgnuplotsurf 问题是,surf尽管使用了 shader=interp 一种可能性是增加数量,samples但是构建变得缓慢,我无法超过 75 个样本。 接下来是示例代码 \documentclass{standalone} \usepackage{pgfplots} \usepackage{tikz} \usepgfplotslibrary{patchplots} \begin{document} \begin{tikzpictu...

Admin

拐角处椭圆形框存在问题,不平滑
smooth

拐角处椭圆形框存在问题,不平滑

我正在使用此命令制作椭圆形盒子: \usepackage{fancybox} \newcommand\codeBox[1]{ \setlength{\fboxsep}{1em} \setlength{\fboxrule}{0.01pt} \begin{center} \ovalbox{ \begin{minipage}{\linewidth} \textit{#1} \end{min...

Admin

`bodegraph` 不再流畅
smooth

`bodegraph` 不再流畅

当我尝试使用软件包手册绘制 Bode 时bodegraph,我注意到相位图不是直线(垂直时),请参见 因此,我使用了const plot选项,并且相位图的垂直部分是直的,但是幅度图不再平滑,请参见 是否有可能保持幅度图平滑,同时相位图具有垂直部分? 这是 MWE \documentclass{article} \usepackage{bodegraph} \usepackage{tikz} \begin{document} \begin{tikzpicture}[xscale=7/4] \begin{scope}[yscale=...

Admin