From: Benjamin R. <ben...@gm...> - 2014-09-19 20:16:59
|
I just took a peek at the matplotlib.org page, and there is something wonky going on. The word "pyplot" in one of the paragraphs is getting a line all to itself. Similarly, a reference to "IPython" is also getting a line for itself. Ben Root |
From: Paul I. <pi...@be...> - 2014-09-19 20:27:32
|
Looks like Thomas Caswell changed what used to be <tt> tags to be <pre> tags, and those are getting their own lines. The fix would be to either change them back to <tt> tags, or adjust the CSS to wrap <pre> elements (instead of line breaking them) On Fri, Sep 19, 2014 at 1:16 PM, Benjamin Root <ben...@gm...> wrote: > I just took a peek at the matplotlib.org page, and there is something > wonky going on. The word "pyplot" in one of the paragraphs is getting a > line all to itself. Similarly, a reference to "IPython" is also getting a > line for itself. > > Ben Root > > > ------------------------------------------------------------------------------ > Slashdot TV. Video for Nerds. Stuff that Matters. > > http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > |
From: Thomas C. <tca...@gm...> - 2014-09-19 20:49:31
|
I don't remember intending to do that.... On Fri, Sep 19, 2014 at 4:27 PM, Paul Ivanov <pi...@be...> wrote: > Looks like Thomas Caswell changed what used to be <tt> tags to be <pre> > tags, and those are getting their own lines. The fix would be to either > change them back to <tt> tags, or adjust the CSS to wrap <pre> elements > (instead of line breaking them) > > On Fri, Sep 19, 2014 at 1:16 PM, Benjamin Root <ben...@gm...> wrote: >> >> I just took a peek at the matplotlib.org page, and there is something >> wonky going on. The word "pyplot" in one of the paragraphs is getting a line >> all to itself. Similarly, a reference to "IPython" is also getting a line >> for itself. >> >> Ben Root >> >> >> ------------------------------------------------------------------------------ >> Slashdot TV. Video for Nerds. Stuff that Matters. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk >> _______________________________________________ >> Matplotlib-devel mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >> > > > ------------------------------------------------------------------------------ > Slashdot TV. Video for Nerds. Stuff that Matters. > http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > -- Thomas Caswell tca...@gm... |
From: Thomas C. <tca...@gm...> - 2014-09-19 20:52:53
|
https://github.com/matplotlib/matplotlib/pull/3543 has a fix On Fri, Sep 19, 2014 at 4:49 PM, Thomas Caswell <tca...@gm...> wrote: > I don't remember intending to do that.... > > On Fri, Sep 19, 2014 at 4:27 PM, Paul Ivanov <pi...@be...> wrote: >> Looks like Thomas Caswell changed what used to be <tt> tags to be <pre> >> tags, and those are getting their own lines. The fix would be to either >> change them back to <tt> tags, or adjust the CSS to wrap <pre> elements >> (instead of line breaking them) >> >> On Fri, Sep 19, 2014 at 1:16 PM, Benjamin Root <ben...@gm...> wrote: >>> >>> I just took a peek at the matplotlib.org page, and there is something >>> wonky going on. The word "pyplot" in one of the paragraphs is getting a line >>> all to itself. Similarly, a reference to "IPython" is also getting a line >>> for itself. >>> >>> Ben Root >>> >>> >>> ------------------------------------------------------------------------------ >>> Slashdot TV. Video for Nerds. Stuff that Matters. >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Matplotlib-devel mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >>> >> >> >> ------------------------------------------------------------------------------ >> Slashdot TV. Video for Nerds. Stuff that Matters. >> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk >> _______________________________________________ >> Matplotlib-devel mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >> > > > > -- > Thomas Caswell > tca...@gm... -- Thomas Caswell tca...@gm... |