<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px"><div id="yiv8387186277"><div id="yui_3_16_0_ym19_1_1471132321362_20613"><div style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px;" id="yui_3_16_0_ym19_1_1471132321362_20612"><div id="yiv8387186277"><div id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_15446"><div id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_15445" style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px;"><div id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5400"><span id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5403">Thank you for the reply,</span></div><div id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5400"><span id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5600">Yes this way it works, But I was looking towards a way to set this option in startup file so that one need not type %pylab inline always after starting the kernal</span></div><div></div><div id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5360"><br clear="none"></div> <div class="yiv8387186277qtdSeparateBR" id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5501"><br clear="none">with best regards,</div><div class="yiv8387186277qtdSeparateBR" id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5501">Suhdheer</div><div class="yiv8387186277yqt3610367678" id="yiv8387186277yqt50896"></div></div></div></div><div class="yiv8387186277yqt1224685915" id="yiv8387186277yqt45149"><div id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_15479"> <div id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5394" style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px;"> <div id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5393" style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px;"> <div dir="ltr" id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5397"><font id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5396" size="2" face="Arial"> On Sunday, 14 August 2016 4:48 AM, Scott Lasley <selasley@icloud.com> wrote:<br clear="none"></font></div> <blockquote id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5392" style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;margin-top:5px;padding-left:5px;"> <br clear="none"><br clear="none"> <div class="yiv8387186277y_msg_container" id="yiv8387186277yui_3_16_0_ym19_1_1471132321362_5391">If I launch jupyter with the --pylab flag it exits with this message<br clear="none">$ jupyter qtconsole --pylab<br clear="none">...<br clear="none">[JupyterQtConsoleApp] CRITICAL | Bad config encountered during initialization:<br clear="none">[JupyterQtConsoleApp] CRITICAL | Unrecognized flag: '--pylab'<br clear="none"><br clear="none">Can you launch qtconsole then use the jupyter magics to set up pylab and inline plotting?<br clear="none"><br clear="none">$ jupyter qtconsole<br clear="none">(then in the QtConsole window enter)<br clear="none">In [1]: %pylab<br clear="none">Using matplotlib backend: MacOSX<br clear="none">Populating the interactive namespace from numpy and matplotlib<br clear="none"><br clear="none">In [2]: %matplotlib inline<br clear="none"><br clear="none">In [3]: plot([1, 2, 3])<br clear="none"><br clear="none">plots in the QtConsole window.<br clear="none"><br clear="none">This is in OS X 10.11 with python 3.5.2, matplotlib 2.0.0b3, ipython 5.1.0 and jupyter 4.1.1.  Note that I had some problems with the qtconsole when using the %pylab magic.  It's possible the problems arose because I'm using the beta version of matplotlib 2.<br clear="none"><br clear="none">hth,<br clear="none">Scott<br clear="none"><div class="yiv8387186277yqt4028676728" id="yiv8387186277yqtfd55526"><br clear="none">> On Aug 13, 2016, at 13:54, Sudheer Joseph via Matplotlib-users <<a rel="nofollow" shape="rect" ymailto="mailto:matplotlib-users@python.org" target="_blank" href="mailto:matplotlib-users@python.org">matplotlib-users@python.org</a>> wrote:<br clear="none">> <br clear="none">> Hi all,<br clear="none">>                 After following suggestion to upgrade to jupyter, I have installed jupyter. but not able to start either jupyter or ipython with --pylab inline mode .<br clear="none">> If I start <br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:sjo@SJOLTP.." target="_blank" href="mailto:sjo@SJOLTP..">sjo@SJOLTP..</a>/.jupyter~$ ipython qtconsole --pylab inline<br clear="none">> [TerminalIPythonApp] WARNING | Subcommand `ipython qtconsole` is deprecated and will be removed in future versions.<br clear="none">> <br clear="none">> I wont sart qtconsole.<br clear="none">> If I start jupyter after going to .jupyter directory it starts with pylab inline taking it form profile file ipython_config.py<br clear="none">> If I go to any other directory it wont take the configuration file.<br clear="none">> I have below line in the above ipython_config.py<br clear="none">> c.TerminalIPythonApp.profile = u'/home/sjo/.jupyter/ipython_config.py'<br clear="none">> <br clear="none">> However none works for me to make pylab inline option.<br clear="none">> Can any one throw some light in to this issue?<br clear="none">> <br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:sjo@SJOLTP.." target="_blank" href="mailto:sjo@SJOLTP..">sjo@SJOLTP..</a>/.jupyter~$ ls<br clear="none">> ipython_config.py  jupyter.desktop     jupyter_qtconsole_config.py  pynb  startup<br clear="none">> ipython.desktop    jupyter_nb.desktop  migrated                     qtpy<br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:sjo@SJOLTP.." target="_blank" href="mailto:sjo@SJOLTP..">sjo@SJOLTP..</a>/.jupyter~$ pwd<br clear="none">> /home/sjo/.jupyter<br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:sjo@SJOLTP.." target="_blank" href="mailto:sjo@SJOLTP..">sjo@SJOLTP..</a>/.jupyter~$ ls<br clear="none">> ipython_config.py  jupyter.desktop     jupyter_qtconsole_config.py  pynb  startup<br clear="none">> ipython.desktop    jupyter_nb.desktop  migrated                     qtpy<br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:sjo@SJOLTP.." target="_blank" href="mailto:sjo@SJOLTP..">sjo@SJOLTP..</a>/.jupyter~$ jupyter --version<br clear="none">> 4.1.1<br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:sjo@SJOLTP.." target="_blank" href="mailto:sjo@SJOLTP..">sjo@SJOLTP..</a>/.jupyter~$ ipython --version<br clear="none">> 5.0.0<br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:sjo@SJOLTP.." target="_blank" href="mailto:sjo@SJOLTP..">sjo@SJOLTP..</a>/.jupyter~$ <br clear="none">> <br clear="none">>  <br clear="none">> *************************************************************** Sudheer Joseph Indian National Centre for Ocean Information Services Ministry of Earth Sciences, Govt. of India POST BOX NO: 21, IDA Jeedeemetla P.O. Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) E-mail:<a rel="nofollow" shape="rect" ymailto="mailto:sjo.India@gmail.com" target="_blank" href="mailto:sjo.India@gmail.com">sjo.India@gmail.com</a>;<a rel="nofollow" shape="rect" ymailto="mailto:sudheer.joseph@yahoo.com" target="_blank" href="mailto:sudheer.joseph@yahoo.com">sudheer.joseph@yahoo.com</a> Web- <a rel="nofollow" shape="rect" target="_blank" href="http://oppamthadathil.tripod.com/">http://oppamthadathil.tripod.com </a>***************************************************************<br clear="none">> <br clear="none">> <br clear="none">> On Friday, 12 August 2016 12:02 PM, Sudheer Joseph <<a rel="nofollow" shape="rect" ymailto="mailto:sudheer.joseph@yahoo.com" target="_blank" href="mailto:sudheer.joseph@yahoo.com">sudheer.joseph@yahoo.com</a>> wrote:<br clear="none">> <br clear="none">> <br clear="none">> Thank you I got it fixed after following the link of bug report.<br clear="none">> I have added <br clear="none">> rcParams['figure.facecolor'] = 'w'<br clear="none">> in 00_startup.py file in my ipython startup directory which fixed the issue<br clear="none">>  <br clear="none">> *************************************************************** Sudheer Joseph Indian National Centre for Ocean Information Services Ministry of Earth Sciences, Govt. of India POST BOX NO: 21, IDA Jeedeemetla P.O. Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) E-mail:<a rel="nofollow" shape="rect" ymailto="mailto:sjo.India@gmail.com" target="_blank" href="mailto:sjo.India@gmail.com">sjo.India@gmail.com</a>;<a rel="nofollow" shape="rect" ymailto="mailto:sudheer.joseph@yahoo.com" target="_blank" href="mailto:sudheer.joseph@yahoo.com">sudheer.joseph@yahoo.com</a> Web- <a rel="nofollow" shape="rect" target="_blank" href="http://oppamthadathil.tripod.com/">http://oppamthadathil.tripod.com </a>***************************************************************<br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> On Thursday, 11 August 2016 10:26 PM, Sudheer Joseph via Matplotlib-users <<a rel="nofollow" shape="rect" ymailto="mailto:matplotlib-users@python.org" target="_blank" href="mailto:matplotlib-users@python.org">matplotlib-users@python.org</a>> wrote:<br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> Thank you,<br clear="none">> I am having oldverdion 1.2 but if i upgrade many system related things are getting affected. So bit worried how to handle this..<br clear="none">> <br clear="none">> Sudheer <br clear="none">> Sent from Yahoo Mail for iPhone<br clear="none">> <br clear="none">> On Thursday, August 11, 2016, 10:17 PM, Jens Nielsen <<a rel="nofollow" shape="rect" ymailto="mailto:jenshnielsen@gmail.com" target="_blank" href="mailto:jenshnielsen@gmail.com">jenshnielsen@gmail.com</a>> wrote:<br clear="none">> The relevant parameters are <br clear="none">> <br clear="none">> figure.facecolor<br clear="none">> and<br clear="none">> savefigure.facecolor<br clear="none">> <br clear="none">> but as I indicated before I think your issue is due to an out of date version of Jupyter/IPython and is fixed in the latest version. Please can you check which versions you are running<br clear="none">> I think the issue that you are seeing is <a rel="nofollow" shape="rect" target="_blank" href="https://github.com/ipython/ipython/issues/7964">https://github.com/ipython/ipython/issues/7964 </a>which was fixed in IPython 3.2<br clear="none">> <br clear="none">> <br clear="none">> best<br clear="none">> Jens<br clear="none">> <br clear="none">> <br clear="none">> On Thu, 11 Aug 2016 at 17:33 Sudheer Joseph <<a rel="nofollow" shape="rect" ymailto="mailto:sudheer.joseph@yahoo.com" target="_blank" href="mailto:sudheer.joseph@yahoo.com">sudheer.joseph@yahoo.com</a>> wrote:<br clear="none">> Thank you Benjamin & Jens,<br clear="none">>                                                   I have registered in python.org now. Regarding the issue I had already checked the matplotlibrc parameters. I tried increasing margin option but resulting in only plot getting shrunk. There is no apparent effect for facecolor parameter. May I know which parameter sets the margin as non-transparent?<br clear="none">> With best regards,<br clear="none">> Sudheer<br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> On Wednesday, 10 August 2016 8:19 PM, Benjamin Root <<a rel="nofollow" shape="rect" ymailto="mailto:ben.v.root@gmail.com" target="_blank" href="mailto:ben.v.root@gmail.com">ben.v.root@gmail.com</a>> wrote:<br clear="none">> The other reason why this message never got posted is because this message was sent to the now defunct mailing list hosted by sourceforge. The mailing list moved about a year ago (I think) to python.org. You will have to subscribe in order to post unmoderated.<br clear="none">> <br clear="none">> <a rel="nofollow" shape="rect" target="_blank" href="https://mail.python.org/mailman/listinfo/matplotlib-users">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br clear="none">> <br clear="none">> Ben Root<br clear="none">> On Wed, Aug 10, 2016 at 4:25 AM, Jens Nielsen <<a rel="nofollow" shape="rect" ymailto="mailto:jenshnielsen@gmail.com" target="_blank" href="mailto:jenshnielsen@gmail.com">jenshnielsen@gmail.com</a>> wrote:<br clear="none">> At least for me gmail put your mail in the spam folder.<br clear="none">> <br clear="none">> Anyway the inline backend is actually from in IPython/Jupyter and not in matplotlib. I think they have changed the default a couple of times and had the transparent as a default earlier but changed it. Looking at the current master it looks like they are respecting the matplotlib default colors from the matplotlib rc params. Can you please check which version on IPython and Jupyter you are running.  <br clear="none">> <br clear="none">> You can change the matplotlib rc parameters as described in the docs <a rel="nofollow" shape="rect" target="_blank" href="http://matplotlib.org/">http://matplotlib.org/ </a>users/customizing.html# customizing-matplotlib but the default ones should be white.<br clear="none">> <br clear="none">> best<br clear="none">> Jens<br clear="none">> <br clear="none">> On Wed, 10 Aug 2016 at 05:06 Sudheer Joseph <<a rel="nofollow" shape="rect" ymailto="mailto:sudheer.joseph@yahoo.com" target="_blank" href="mailto:sudheer.joseph@yahoo.com">sudheer.joseph@yahoo.com</a>> wrote:<br clear="none">> Hi,<br clear="none">> I have send below query to matplotlib user group recently but did not get posted so far. Can you please tell me is there is any thin wrong with the message?<br clear="none">> With best regards,<br clear="none">> Sudheer<br clear="none">> <br clear="none">> ><br clear="none">> > Dear Expert,<br clear="none">> >                 Recently after up-gradation of matplotlib and ubuntu 16.04 I am<br clear="none">> > getting transparent figure axis when using the "linux color scheme"<br clear="none">> > option in ipython qtconsole. May I know if there is a way to fix this issue?. I<br clear="none">> > wanted to keep black screen as it reduces eye strain.<br clear="none">> ><br clear="none">> > ipython qtconsole --matplotlib inline<br clear="none">> ><br clear="none">> > If I save the image i am able to get axis properly but to see on screen as the<br clear="none">> > axis is not plotted with white background the black axis line and labels are not<br clear="none">> > visible. Earlier I used to get figures as attached in second figure.<br clear="none">> > Earlier Satus which I am looking for below link<br clear="none">> > <a rel="nofollow" shape="rect" target="_blank" href="https://drive.google.com/open?">https://drive.google.com/open? </a>id= 0B3heUQNme7G5ZmVlUHpRakZxUlk<br clear="none">> > Present status without boarder below link<br clear="none">> ><br clear="none">> ><br clear="none">> > <a rel="nofollow" shape="rect" target="_blank" href="https://drive.google.com/open?">https://drive.google.com/open? </a>id= 0B3heUQNme7G5VkhZWHhiUnpfWDg<br clear="none">> ><br clear="none">> > Kindly suggest a solution<br clear="none">> > with best regards,<br clear="none">> > Sudheer<br clear="none">> ><br clear="none">> <br clear="none">> ------------------------------ ------------------------------ ------------------<br clear="none">> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic<br clear="none">> patterns at an interface-level. Reveals which users, apps, and protocols are<br clear="none">> consuming the most bandwidth. Provides multi-vendor support for NetFlow,<br clear="none">> J-Flow, sFlow and other flows. Make informed decisions using capacity<br clear="none">> planning reports. <a rel="nofollow" shape="rect" target="_blank" href="http://sdm.link/zohodev2dev">http://sdm.link/zohodev2dev</a><br clear="none">> ______________________________ _________________<br clear="none">> Matplotlib-users mailing list<br clear="none">> <br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:Matplotlib-users@lists." target="_blank" href="mailto:Matplotlib-users@lists.">Matplotlib-users@lists.</a> sourceforge.net<br clear="none">> <a rel="nofollow" shape="rect" target="_blank" href="https://lists.sourceforge.net/">https://lists.sourceforge.net/ </a>lists/listinfo/matplotlib- users<br clear="none">> <br clear="none">> <br clear="none">> ------------------------------ ------------------------------ ------------------<br clear="none">> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic<br clear="none">> patterns at an interface-level. Reveals which users, apps, and protocols are<br clear="none">> consuming the most bandwidth. Provides multi-vendor support for NetFlow,<br clear="none">> J-Flow, sFlow and other flows. Make informed decisions using capacity<br clear="none">> planning reports. <a rel="nofollow" shape="rect" target="_blank" href="http://sdm.link/zohodev2dev">http://sdm.link/zohodev2dev</a><br clear="none">> ______________________________ _________________<br clear="none">> Matplotlib-users mailing list<br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:Matplotlib-users@lists." target="_blank" href="mailto:Matplotlib-users@lists.">Matplotlib-users@lists.</a> sourceforge.net<br clear="none">> <a rel="nofollow" shape="rect" target="_blank" href="https://lists.sourceforge.net/">https://lists.sourceforge.net/ </a>lists/listinfo/matplotlib- users<br clear="none">> <br clear="none">> <br clear="none">> _______________________________________________<br clear="none">> Matplotlib-users mailing list<br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:Matplotlib-users@python.org" target="_blank" href="mailto:Matplotlib-users@python.org">Matplotlib-users@python.org</a><br clear="none">> <a rel="nofollow" shape="rect" target="_blank" href="https://mail.python.org/mailman/listinfo/matplotlib-users">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> _______________________________________________<br clear="none">> Matplotlib-users mailing list<br clear="none">> <a rel="nofollow" shape="rect" ymailto="mailto:Matplotlib-users@python.org" target="_blank" href="mailto:Matplotlib-users@python.org">Matplotlib-users@python.org</a><br clear="none">> <a rel="nofollow" shape="rect" target="_blank" href="https://mail.python.org/mailman/listinfo/matplotlib-users">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br clear="none"></div><br clear="none"><br clear="none"></div> </blockquote> </div> </div>  </div></div></div></div></div></div></body></html>