rlkamalapurkar / bodeplot

LaTeX package to plot Bode diagrams
LaTeX Project Public License v1.3c
6 stars 1 forks source link

pgf option doesn't work in conjunction with \usepackage pgfplots #7

Closed erwindenboer closed 1 year ago

erwindenboer commented 2 years ago

Hello,

When I use this package as follows (\usepackage[pgf]{bodeplot}) in conjunction with \usepackage{pgfplots} I get the following output:

image

But when I exclude \usepackage[pgf]{bodeplot} I get the intended output:

image

In your package, there is some interference with pgfplots

rlkamalapurkar commented 1 year ago

This package already loads pgfplots package with compat=1.18. You do not need to load it separately using \usepackage.

I am afraid it might have to do with your \usepackage{pgfplots} command overriding the compat=1.18 compatibility setting. If that is the case, there is nothing I can do. The bodeplot package needs pgfplots 1.18 or newer.

That being said, I will look into the issue if you can tell me the exact commands you are using to generate the plots above.

rlkamalapurkar commented 1 year ago

Closed due to lack of response from OP.