Adam Sisco
Adam Sisco
Thank so much @JustGlowing. That clears up ```sigma=1``` for me. However, you say above that ```bubble``` does not center properly when sigma is odd, but I'm still confused since lines...
This might be a duplicate of #331, which was resolved. If you are using an older version of proplot, it might be worth updating to the latest development version to...
If you need an immediate solution to this using only Proplot, you can use the ```drawstyle``` argument with ```ax.plot``` instead to achieve the desired behavior. ```python import proplot as pplt...