Adam Sisco

Results 5 comments of 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...

Sofia, Does the following address what you are trying to do? Removing `number_format='.2f'` will remove the extra decimal places if you do not need them. I also don't know why...

Some discussion on this is available in https://github.com/proplot-dev/proplot/issues/227.