<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><div>Did you try:<br class=""><br class="">from matplotlib.ticker import ScalarFormatter<br class=""><br class="">fmt_no_sci = ScalarFormatter(useOffset=False)<br class="">fmt_no_sci.set_scientific(True)  # NOTE True instead of False.<br class=""><br class="">I think you just said it backwards: You want scientific ntoation, not decimal notation.<br class=""><br class="">Cheers,   Jody</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On Oct 29, 2017, at  19:29 PM, Ardeal LIANG <<a href="mailto:ardeal.liang@philips.com" class="">ardeal.liang@philips.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: LucidaSans-Typewriter; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class="">Hi Jody,<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class="">Please check the red ellipse in the picture.<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span style="font-size: 16pt; color: rgb(31, 56, 100);" class="">I want the value 1.85092e+06 to be 1850922 in the red ellipse in the following picture.<o:p class=""></o:p></span></b></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; background-color: white;" class=""><span style="font-size: 9.5pt; font-family: Consolas; background-color: rgb(255, 228, 255);" class="">fmt_no_sci</span><span style="font-size: 9.5pt; font-family: Consolas;" class=""><span class="Apple-converted-space"> </span>= ScalarFormatter(</span><span style="font-size: 9.5pt; font-family: Consolas; color: rgb(102, 0, 153);" class="">useOffset</span><span style="font-size: 9.5pt; font-family: Consolas;" class="">=</span><span style="font-size: 9.5pt; font-family: Consolas; color: navy;" class="">False</span><span style="font-size: 9.5pt; font-family: Consolas;" class="">)<br class=""><span style="background-color: rgb(228, 228, 255); background-position: initial initial; background-repeat: initial initial;" class="">fmt_no_sci</span>.set_scientific(</span><span style="font-size: 9.5pt; font-family: Consolas; color: navy;" class="">False</span><span style="font-size: 9.5pt; font-family: Consolas;" class="">)<br class=""></span><i class=""><span style="font-size: 9.5pt; font-family: Consolas; color: gray;" class=""># ax.fmt_xaxis = fmt_no_sci<br class=""><br class=""></span></i><span style="font-size: 9.5pt; font-family: Consolas;" class="">fig = plt.figure()<br class="">ax = fig.add_subplot(</span><span style="font-size: 9.5pt; font-family: Consolas; color: blue;" class="">111</span><span style="font-size: 9.5pt; font-family: Consolas;" class="">)<br class="">ax.plot(testdata)<br class="">ax.fmt_xaxis =<span class="Apple-converted-space"> </span><span style="background-color: rgb(228, 228, 255); background-position: initial initial; background-repeat: initial initial;" class="">fmt_no_sci</span><br class="">plt.show(</span><span style="font-size: 9.5pt; font-family: Consolas; color: blue;" class="">0</span><span style="font-size: 9.5pt; font-family: Consolas;" class="">)<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 56, 100);" class="">The<span class="Apple-converted-space"> </span><b class=""><span style="font-size: 16pt;" class="">x axis value displayed at the left-bottom corner of the figure</span></b><span style="font-size: 16pt;" class=""><span class="Apple-converted-space"> </span></span>is still scientific notation, but not decimal notation.<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 56, 100);" class="">Please check the<span class="Apple-converted-space"> </span><b class=""><span style="font-size: 14pt;" class="">x axis value displayed at the left-bottom corner of the figure</span></b><span style="font-size: 14pt;" class=""><span class="Apple-converted-space"> </span></span>in the red circle.<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 56, 100);" class=""><span id="cid:image001.jpg@01D35169.F2F33F40"><image001.jpg></span><o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></span></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; text-align: justify;" class=""><b class=""><span style="font-size: 10.5pt; color: rgb(31, 56, 100);" class="">Best Regards,<o:p class=""></o:p></span></b></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; text-align: justify;" class=""><b class=""><span style="font-size: 10.5pt; color: rgb(31, 56, 100);" class="">Ardeal Liang<o:p class=""></o:p></span></b></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 56, 100);" class=""><o:p class=""> </o:p></span></div><div class=""><div style="border-style: solid none none; border-top-width: 1pt; border-top-color: rgb(225, 225, 225); padding: 3pt 0cm 0cm;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>Jody Klymak [<a href="mailto:jklymak@uvic.ca" class="">mailto:jklymak@uvic.ca</a>]<span class="Apple-converted-space"> </span><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>2017<span lang="ZH-CN" style="font-family: 微软雅黑, sans-serif;" class="">年</span>10<span lang="ZH-CN" style="font-family: 微软雅黑, sans-serif;" class="">月</span>30<span lang="ZH-CN" style="font-family: 微软雅黑, sans-serif;" class="">日</span><span class="Apple-converted-space"> </span>10:24<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Ardeal LIANG <<a href="mailto:ardeal.liang@philips.com" class="">ardeal.liang@philips.com</a>><br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span>Firing Eric <<a href="mailto:efiring@hawaii.edu" class="">efiring@hawaii.edu</a>>; <a href="mailto:matplotlib-users@python.org" class="">matplotlib-users@python.org</a><br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Matplotlib-users] Scientific notation digits at left-bottom corner of figure<o:p class=""></o:p></div></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div class=""><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><br class=""><br class=""><o:p class=""></o:p></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">On Oct 29, 2017, at  17:46 PM, Ardeal LIANG <<a href="mailto:ardeal.liang@philips.com" style="color: purple; text-decoration: underline;" class="">ardeal.liang@philips.com</a>> wrote:<o:p class=""></o:p></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">HI Eric,<br class=""><br class="">Did you review the picture attached in my former email?<br class="">I suspect you go to the wrong direction about what I want to ask.<br class=""><br class="">Best Regards,<br class="">Ardeal Liang</span><o:p class=""></o:p></div></div></blockquote><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Hi Ardeal,<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Its not clear to me what you want.  Do you want 3.2 x 10^3 instead of 0.0032?  The former is scientific and the latter decimal.<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Thanks,  Jody<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><br class=""><br class=""><o:p class=""></o:p></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class="">-----Original Message-----<br class="">From: Eric Firing [</span><a href="mailto:efiring@hawaii.edu" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">mailto:efiring@hawaii.edu</span></a><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">]<br class="">Sent: 2017</span><span lang="ZH-CN" style="font-size: 9pt; font-family: 宋体;" class="">年</span><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">10</span><span lang="ZH-CN" style="font-size: 9pt; font-family: 宋体;" class="">月</span><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">28</span><span lang="ZH-CN" style="font-size: 9pt; font-family: 宋体;" class="">日</span><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><span class="Apple-converted-space"> </span>1:23<br class="">To: Ardeal LIANG <</span><a href="mailto:ardeal.liang@philips.com" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">ardeal.liang@philips.com</span></a><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">>;<span class="apple-converted-space"> </span></span><a href="mailto:matplotlib-users@python.org" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">matplotlib-users@python.org</span></a><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class="">Subject: Re: [Matplotlib-users] Scientific notation digits at left-bottom corner of figure<br class=""><br class="">I'm getting a different result, but on the basic point we now agree:<br class="">the ScalarFormatter is not the right tool for this.  What you need is a function that takes a number and returns the kind of string you want.<br class=""><br class="">Examples:<br class=""><br class="">def format_as_int(num):<br class="">    return str(int(num))<br class=""><br class="">def format_float_no_sci(num):<br class="">    return "%f" % num<br class=""><br class="">Eric<br class=""><br class="">On 2017/10/26 10:07 PM, Ardeal LIANG wrote:<br style="font-variant-caps: normal; text-align: start; -webkit-text-stroke-width: 0px; word-spacing: 0px;" class=""><br class=""></span><o:p class=""></o:p></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">Hi Eric,<br class=""><br class="">I added your code to my code:<br class=""><br class="">*from *matplotlib.ticker *import *ScalarFormatter<br class=""><br class="">fmt_no_sci = ScalarFormatter(useOffset=False)<br class="">fmt_no_sci.set_scientific(False)<br class=""><br class="">/# ax.fmt_xaxis = fmt_no_sci<br class=""><br class="">/prow = 4<br class="">pcol = 1<br class="">pidx = 0<br class="">fig = plt.figure()<br class="">pidx += 1<br class="">axx = fig.add_subplot(prow, pcol, pidx, ylabel=*'rawdata'*)<br class="">axx.plot(np.abs(testdata))<br class=""><br class="">axx.fmt_xaxis = fmt_no_sci<br class=""><br class="">The *x axis value displayed at the left-bottom corner of the figure*is<br class="">still scientific notation, but not decimal notation.<br class=""><br class="">Best Regards,<br class=""><br class="">Ardeal Liang<br class=""><br class="">-----Original Message-----<br class="">From: Matplotlib-users<br class="">[<a href="mailto:matplotlib-users-bounces+ardeal.liang=philips.com@python.org" style="color: purple; text-decoration: underline;" class="">mailto:matplotlib-users-bounces+ardeal.liang=philips.com@python.org</a>]<br class="">On Behalf Of Eric Firing<br class="">Sent: 2017</span><span lang="ZH-CN" style="font-size: 9pt; font-family: 宋体;" class="">年</span><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">10</span><span lang="ZH-CN" style="font-size: 9pt; font-family: 宋体;" class="">月</span><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">27</span><span lang="ZH-CN" style="font-size: 9pt; font-family: 宋体;" class="">日</span><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><span class="Apple-converted-space"> </span>16:00<br class="">To:<span class="Apple-converted-space"> </span><a href="mailto:matplotlib-users@python.org" style="color: purple; text-decoration: underline;" class="">matplotlib-users@python.org</a><br class="">Subject: Re: [Matplotlib-users] Scientific notation digits at<br class="">left-bottom corner of figure<br class=""><br class="">On 2017/10/26 9:50 PM, Ardeal LIANG wrote:<br class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">Hi,<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><o:p class=""> </o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">If I put the mouse on the figure, x and y axis are displayed on the<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">left-bottom corner of the figure.<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">but the x axis is displayed as scientific notation, I want it to be<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">displayed as decimal notation.<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><o:p class=""> </o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">how to make x axis or y axis values displayed as decimal notation<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">on<br class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">the left-bottom corner?<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><o:p class=""> </o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">*Best Regards,*<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><o:p class=""> </o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class=""><o:p class=""></o:p></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">*Ardeal Liang*<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class="">Something like this, assuming your Axes is ax:<br class=""><br class="">from matplotlib.ticker import ScalarFormatter<br class=""><br class="">fmt_no_sci = ScalarFormatter(useOffset=False)<br class=""><br class="">fmt_no_sci.set_scientific(False)<br class=""><br class="">ax.fmt_xaxis = fmt_no_sci<br class=""><br class="">Eric<br class=""><br class="">_______________________________________________<br class=""><br class="">Matplotlib-users mailing list<br class=""><br class=""><a href="mailto:Matplotlib-users@python.org" style="color: purple; text-decoration: underline;" class="">Matplotlib-users@python.org</a><span class="Apple-converted-space"> </span><<a href="mailto:Matplotlib-users@python.org" style="color: purple; text-decoration: underline;" class="">mailto:Matplotlib-users@python.org</a>><br class=""><br class=""><a href="https://mail.python.org/mailman/listinfo/matplotlib-users" style="color: purple; text-decoration: underline;" class="">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br class=""><br class=""><br class="">----------------------------------------------------------------------<br class="">-- The information contained in this email may be confidential and/or<br class="">legally protected under applicable law. The message is intended solely<br class="">for the addressee(s). If you are not the intended recipient, you are<br class="">hereby notified that any use, forwarding, dissemination, or<br class="">reproduction of this email is strictly prohibited and may be unlawful.<br class="">If you are not the intended recipient, please contact the sender by<br class="">return e-mail and destroy all copies of the original email.<o:p class=""></o:p></span></div></blockquote><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""><br class="">________________________________<br class="">The information contained in this email may be confidential and/or legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this email is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original email.<br class="">_______________________________________________<br class="">Matplotlib-users mailing list<br class=""></span><a href="mailto:Matplotlib-users@python.org" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">Matplotlib-users@python.org</span></a><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class=""><br class=""></span><a href="https://mail.python.org/mailman/listinfo/matplotlib-users" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: BitstreamVeraSansMono-Roman, serif;" class="">https://mail.python.org/mailman/listinfo/matplotlib-users</span></a><o:p class=""></o:p></div></div></blockquote></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div></div></div><br style="font-family: LucidaSans-Typewriter; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><hr style="font-family: LucidaSans-Typewriter; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font face="Arial" color="Gray" size="1" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">The information contained in this email may be confidential and/or legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this email is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original email.</font></div></blockquote></div><br class=""></div></body></html>