Skip to main content
deleted 3 characters in body
Source Link

I am just a beginner and am writing my first report in LaTeX, so excuse me if the solution is very obvious. I am trying to plot asymptotic approximation of bode plots using the package bodeplot as answered by here, I simply copied and pasted the following sample code as give in the documentation,

\begin{BodeMagPlot}[% axes/{height=2cm, width=4cm} ] {0.01} {100} \addBodeZPKPlots[% asymptotic/{blue,dotted,thick}% ] {magnitude} {% z/{0,{-0.1,-0.5},{-0.1,0.5}}, p/{{-0.5,-10},{-0.5,10}}, k/10% } \end{BodeMagPlot} 

Now if I am using Overleaf to compile, I am getting the expected results, but then when I use the exact syntax in MikTeX installed on my PC, I do not get any plot, and instead, two warnings messages are displayed:

\ifplatform.sty:0:shell escape is disabled, so I can only detect \ifwindows

You have an axis with empty range (in direction y). Replacing it with a default range and clearing all plots

As far as I can tell the second warning is why I didn't get any plot, but I couldn't understand how to rectify this by giving the range for y-axis, and why does this run in Overleaf, but not on my system? And if the first warning is responsible for this somehow.

I am just a beginner and am writing my first report in LaTeX, so excuse me if the solution is very obvious. I am trying to plot asymptotic approximation of bode plots using the package bodeplot as answered by here, I simply copied and pasted the following sample code as give in the documentation,

\begin{BodeMagPlot}[% axes/{height=2cm, width=4cm} ] {0.01} {100} \addBodeZPKPlots[% asymptotic/{blue,dotted,thick}% ] {magnitude} {% z/{0,{-0.1,-0.5},{-0.1,0.5}}, p/{{-0.5,-10},{-0.5,10}}, k/10% } \end{BodeMagPlot} 

Now if I am using Overleaf to compile, I am getting the expected results, but then when I use the exact syntax in MikTeX installed on my PC, I do not get any plot, and instead, two warnings messages are displayed:

\ifplatform.sty:0:shell escape is disabled, so I can only detect \ifwindows

You have an axis with empty range (in direction y). Replacing it with a default range and clearing all plots

As far as I can tell the second warning is why I didn't get any plot, but I couldn't understand how to rectify this by giving the range for y-axis, and why does this run in Overleaf, but not on my system? And if the first warning is responsible for this somehow.

I am just a beginner and am writing my first report in LaTeX, so excuse me if the solution is very obvious. I am trying to plot asymptotic approximation of bode plots using the package bodeplot as answered here, I simply copied and pasted the following sample code as give in the documentation,

\begin{BodeMagPlot}[% axes/{height=2cm, width=4cm} ] {0.01} {100} \addBodeZPKPlots[% asymptotic/{blue,dotted,thick}% ] {magnitude} {% z/{0,{-0.1,-0.5},{-0.1,0.5}}, p/{{-0.5,-10},{-0.5,10}}, k/10% } \end{BodeMagPlot} 

Now if I am using Overleaf to compile, I am getting the expected results, but then when I use the exact syntax in MikTeX installed on my PC, I do not get any plot, and instead, two warnings messages are displayed:

\ifplatform.sty:0:shell escape is disabled, so I can only detect \ifwindows

You have an axis with empty range (in direction y). Replacing it with a default range and clearing all plots

As far as I can tell the second warning is why I didn't get any plot, but I couldn't understand how to rectify this by giving the range for y-axis, and why does this run in Overleaf, but not on my system? And if the first warning is responsible for this somehow.

added 3 characters in body
Source Link

I am just a beginner and am writing my first report in LaTeX, so excuse me if the solution is very obvious. I am trying to plot asymptotic approximation of bode plots using the package bodeplot as answered by here, I simply copied and pasted the following sample code as give in the documentation,

\begin{BodeMagPlot}[%  axes/{height=2cm,  width=4cm} ] {0.01} {100}  \addBodeZPKPlots[%  asymptotic/{blue,dotted,thick}%  ] {magnitude} {%  z/{0,{-0.1,-0.5},{-0.1,0.5}},  p/{{-0.5,-10},{-0.5,10}},  k/10% } \end{BodeMagPlot} 

Now if I am using Overleaf to compile, I am getting the expected results, but then when I use the exact syntax in MikTeX installed on my PC, I do not get any graph plottedplot, and instead, two warnings messages are throwndisplayed:

\ifplatform.sty:0:shell escape is disabled, so I can only detect \ifwindows

You have an axis with empty range (in direction y). Replacing it with a default range and clearing all plots

Now asAs far as I can tell the the second warning is why I didn't get any plot, but I couldn't understand how do Ito rectify this by giving the range for y axis-axis, and why does this run in Overleaf, but not on my system? And if the first warning is responsible for this somehow.

I am just a beginner and am writing my first report in LaTeX, so excuse me if the solution is very obvious. I am trying to plot asymptotic approximation of bode plots using the package bodeplot as answered by here, I simply copied and pasted the following sample code as give in the documentation,

\begin{BodeMagPlot}[% axes/{height=2cm, width=4cm} ] {0.01} {100} \addBodeZPKPlots[% asymptotic/{blue,dotted,thick}% ] {magnitude} {% z/{0,{-0.1,-0.5},{-0.1,0.5}}, p/{{-0.5,-10},{-0.5,10}}, k/10% } \end{BodeMagPlot} 

Now if I am using Overleaf to compile, I am getting the expected results, but then when I use the exact syntax in MikTeX installed on my PC, I do not get any graph plotted, and instead two warnings messages are thrown:

\ifplatform.sty:0:shell escape is disabled, so I can only detect \ifwindows

You have an axis with empty range (in direction y). Replacing it with a default range and clearing all plots

Now as far as I can tell the the second warning is why I didn't get any plot, but I couldn't understand how do I rectify this by giving the range for y axis, and why does this run in Overleaf, but not on my system? And if the first warning is responsible for this somehow.

I am just a beginner and am writing my first report in LaTeX, so excuse me if the solution is very obvious. I am trying to plot asymptotic approximation of bode plots using the package bodeplot as answered by here, I simply copied and pasted the following sample code as give in the documentation,

\begin{BodeMagPlot}[%  axes/{height=2cm,  width=4cm} ] {0.01} {100}  \addBodeZPKPlots[%  asymptotic/{blue,dotted,thick}%  ] {magnitude} {%  z/{0,{-0.1,-0.5},{-0.1,0.5}},  p/{{-0.5,-10},{-0.5,10}},  k/10% } \end{BodeMagPlot} 

Now if I am using Overleaf to compile, I am getting the expected results, but then when I use the exact syntax in MikTeX installed on my PC, I do not get any plot, and instead, two warnings messages are displayed:

\ifplatform.sty:0:shell escape is disabled, so I can only detect \ifwindows

You have an axis with empty range (in direction y). Replacing it with a default range and clearing all plots

As far as I can tell the second warning is why I didn't get any plot, but I couldn't understand how to rectify this by giving the range for y-axis, and why does this run in Overleaf, but not on my system? And if the first warning is responsible for this somehow.

Source Link

Use of the package 'bodeplot' giving warnings and doesn't produce the plot

I am just a beginner and am writing my first report in LaTeX, so excuse me if the solution is very obvious. I am trying to plot asymptotic approximation of bode plots using the package bodeplot as answered by here, I simply copied and pasted the following sample code as give in the documentation,

\begin{BodeMagPlot}[% axes/{height=2cm, width=4cm} ] {0.01} {100} \addBodeZPKPlots[% asymptotic/{blue,dotted,thick}% ] {magnitude} {% z/{0,{-0.1,-0.5},{-0.1,0.5}}, p/{{-0.5,-10},{-0.5,10}}, k/10% } \end{BodeMagPlot} 

Now if I am using Overleaf to compile, I am getting the expected results, but then when I use the exact syntax in MikTeX installed on my PC, I do not get any graph plotted, and instead two warnings messages are thrown:

\ifplatform.sty:0:shell escape is disabled, so I can only detect \ifwindows

You have an axis with empty range (in direction y). Replacing it with a default range and clearing all plots

Now as far as I can tell the the second warning is why I didn't get any plot, but I couldn't understand how do I rectify this by giving the range for y axis, and why does this run in Overleaf, but not on my system? And if the first warning is responsible for this somehow.