Skip to content

Commit

Permalink
smaller font size on qr potential plots
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogila committed Feb 10, 2025
1 parent a186d79 commit d92bd14
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion aton/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"""

__version__ = 'v0.0.28'
__version__ = 'v0.0.29'

2 changes: 1 addition & 1 deletion aton/qrotor/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def potential(system, title:str=None, marker='', linestyle='-') -> None:
plt.plot(s.grid, s.potential_values, marker=marker[i], linestyle=linestyle[i], label=s.comment)

if all(s.comment for s in system) and len(system) != 1:
plt.legend()
plt.legend(fontsize='small')

plt.show()

Expand Down
2 changes: 1 addition & 1 deletion docs/aton.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2>Submodules</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
4 changes: 2 additions & 2 deletions docs/aton/_version.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down Expand Up @@ -116,7 +116,7 @@ <h1 class="modulename">
</span><span id="L-10"><a href="#L-10"><span class="linenos">10</span></a>
</span><span id="L-11"><a href="#L-11"><span class="linenos">11</span></a><span class="sd">&quot;&quot;&quot;</span>
</span><span id="L-12"><a href="#L-12"><span class="linenos">12</span></a>
</span><span id="L-13"><a href="#L-13"><span class="linenos">13</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;v0.0.28&#39;</span>
</span><span id="L-13"><a href="#L-13"><span class="linenos">13</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;v0.0.29&#39;</span>
</span></pre></div>


Expand Down
2 changes: 1 addition & 1 deletion docs/aton/interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>Submodules</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/interface/castep.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/interface/phonopy.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/interface/qe.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/interface/slurm.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/phys.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>Submodules</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/phys/atoms.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/phys/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/phys/units.html
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/qrotor.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>Submodules</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/qrotor/constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
6 changes: 3 additions & 3 deletions docs/aton/qrotor/plot.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down Expand Up @@ -210,7 +210,7 @@ <h1 id="index">Index</h1>
</span><span id="L-58"><a href="#L-58"><span class="linenos"> 58</span></a> <span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">s</span><span class="o">.</span><span class="n">grid</span><span class="p">,</span> <span class="n">s</span><span class="o">.</span><span class="n">potential_values</span><span class="p">,</span> <span class="n">marker</span><span class="o">=</span><span class="n">marker</span><span class="p">[</span><span class="n">i</span><span class="p">],</span> <span class="n">linestyle</span><span class="o">=</span><span class="n">linestyle</span><span class="p">[</span><span class="n">i</span><span class="p">],</span> <span class="n">label</span><span class="o">=</span><span class="n">s</span><span class="o">.</span><span class="n">comment</span><span class="p">)</span>
</span><span id="L-59"><a href="#L-59"><span class="linenos"> 59</span></a>
</span><span id="L-60"><a href="#L-60"><span class="linenos"> 60</span></a> <span class="k">if</span> <span class="nb">all</span><span class="p">(</span><span class="n">s</span><span class="o">.</span><span class="n">comment</span> <span class="k">for</span> <span class="n">s</span> <span class="ow">in</span> <span class="n">system</span><span class="p">)</span> <span class="ow">and</span> <span class="nb">len</span><span class="p">(</span><span class="n">system</span><span class="p">)</span> <span class="o">!=</span> <span class="mi">1</span><span class="p">:</span>
</span><span id="L-61"><a href="#L-61"><span class="linenos"> 61</span></a> <span class="n">plt</span><span class="o">.</span><span class="n">legend</span><span class="p">()</span>
</span><span id="L-61"><a href="#L-61"><span class="linenos"> 61</span></a> <span class="n">plt</span><span class="o">.</span><span class="n">legend</span><span class="p">(</span><span class="n">fontsize</span><span class="o">=</span><span class="s1">&#39;small&#39;</span><span class="p">)</span>
</span><span id="L-62"><a href="#L-62"><span class="linenos"> 62</span></a>
</span><span id="L-63"><a href="#L-63"><span class="linenos"> 63</span></a> <span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</span><span id="L-64"><a href="#L-64"><span class="linenos"> 64</span></a>
Expand Down Expand Up @@ -438,7 +438,7 @@ <h1 id="index">Index</h1>
</span><span id="potential-59"><a href="#potential-59"><span class="linenos">59</span></a> <span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">s</span><span class="o">.</span><span class="n">grid</span><span class="p">,</span> <span class="n">s</span><span class="o">.</span><span class="n">potential_values</span><span class="p">,</span> <span class="n">marker</span><span class="o">=</span><span class="n">marker</span><span class="p">[</span><span class="n">i</span><span class="p">],</span> <span class="n">linestyle</span><span class="o">=</span><span class="n">linestyle</span><span class="p">[</span><span class="n">i</span><span class="p">],</span> <span class="n">label</span><span class="o">=</span><span class="n">s</span><span class="o">.</span><span class="n">comment</span><span class="p">)</span>
</span><span id="potential-60"><a href="#potential-60"><span class="linenos">60</span></a>
</span><span id="potential-61"><a href="#potential-61"><span class="linenos">61</span></a> <span class="k">if</span> <span class="nb">all</span><span class="p">(</span><span class="n">s</span><span class="o">.</span><span class="n">comment</span> <span class="k">for</span> <span class="n">s</span> <span class="ow">in</span> <span class="n">system</span><span class="p">)</span> <span class="ow">and</span> <span class="nb">len</span><span class="p">(</span><span class="n">system</span><span class="p">)</span> <span class="o">!=</span> <span class="mi">1</span><span class="p">:</span>
</span><span id="potential-62"><a href="#potential-62"><span class="linenos">62</span></a> <span class="n">plt</span><span class="o">.</span><span class="n">legend</span><span class="p">()</span>
</span><span id="potential-62"><a href="#potential-62"><span class="linenos">62</span></a> <span class="n">plt</span><span class="o">.</span><span class="n">legend</span><span class="p">(</span><span class="n">fontsize</span><span class="o">=</span><span class="s1">&#39;small&#39;</span><span class="p">)</span>
</span><span id="potential-63"><a href="#potential-63"><span class="linenos">63</span></a>
</span><span id="potential-64"><a href="#potential-64"><span class="linenos">64</span></a> <span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</span></pre></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/qrotor/potential.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/qrotor/rotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/qrotor/solve.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/qrotor/system.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/qrotor/systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/spx.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>Submodules</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/spx/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/spx/deuterium.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/spx/fit.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/spx/normalize.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/spx/plot.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/spx/samples.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/st.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Submodules</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/st/alias.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/st/call.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/st/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/txt.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>Submodules</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/txt/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/txt/extract.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/aton/txt/find.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2>API Documentation</h2>
</ul>


<footer>ATON v0.0.28 documentation</footer>
<footer>ATON v0.0.29 documentation</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down

0 comments on commit d92bd14

Please sign in to comment.