Re: [Matplotlib-users] fancy patch formatting breaking tex document
John, I remember that "-" is also rendedered as a dot in the HTML output. Using "\-" instead of "-" seems to work. But, I'm afraid that the help (or similar) command, which I frequently use in interactive sessions, may show "\-" instead of "-". So, quoting seems to be a best option to me. Regar
[Matplotlib-users] fancy patch formatting breaking tex document
In the Curve class of patches.py, where we are doing: _style_list["-"] = Curve and interpolating this into a rest table via patches._pprint_styles, which looks like this:: == = Class Name Attrs ==