diff --git a/docs/examples.rst b/docs/examples.rst index 02a89ed..967a01e 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -3,7 +3,7 @@ General Usage tips and Example Scripts ====================================== -PLEASE NOTE THAT MANY OF THESE EXAMPLES ARE ***EXTREMELY*** OUTDATED. I WILL UPDATE THEM, I PROMISE. +Examples are now more or less up-to-date with PyMieScatt's modern syntax. PyMieScatt's functions are designed to work as a standalone calculator or as part of larger, more customized scripts. This page has a few selected examples which will expand as more innovative use cases appear. If you use PyMieScatt in your research in an unexpected or novel way, please `contact the author `_ to post an example here. @@ -64,7 +64,7 @@ The `angular functions ", connectionstyle="arc3"), ) ax1.annotate("Integrated value = {i:1.3f}".format(i=int_ninety), xy=(np.pi/2, S[3][180]), xycoords='data', - xytext=(2*np.pi/5, 2), textcoords='data', + xytext=(np.pi/2, 8000), textcoords='data', arrowprops=dict(arrowstyle="->", connectionstyle="arc3"), ) diff --git a/docs/images/saltsif.png b/docs/images/saltsif.png index 7c9eaab..74a316a 100644 Binary files a/docs/images/saltsif.png and b/docs/images/saltsif.png differ