Kyle Shores

Results 20 comments of Kyle Shores

For what it's worth, a quick workaround is to include some invisible text: :math:\`\phantom{~}\`

Forgive my ignorance, but it seems like there is no way to link to external websites. I want to link [the matplotlib axes documentation](https://matplotlib.org/stable/api/axes_api.html). Is there no way to do...

Oh, I see. I missed a [line](https://github.com/leotac/joypy/blob/master/joypy/joyplot.py#L522). Why can't you grab the last axes instance (`axes[-1]`) instead of creating another one?

I would like to note that an alternative to this might be using [subfigures](https://matplotlib.org/stable/gallery/subplots_axes_and_figures/subfigures.html#sphx-glr-gallery-subplots-axes-and-figures-subfigures-py), since joypy, as it stands right now, uses multiple axes within the same figure. Therefore, you...

This is the image generated with the same code in #60 using the patch I submitted in this PR, for your reference (with some added styling of the right hand...

Two of the tests in the python notebook fail: 1. The first one that shows the grid. The bottom grid is drawn correctly, but the grids above that are drawn...

There are still some outlying problems: 1. The Unknown Pleasures example, for some reason, is not rendering in the notebook for me. 2. Grid lines in density estimate plots overlay...

Well, I figured out the Unknown Pleasures issue, all that's left is the grid zorder issue.

@michaeljones it would be great to see this happen. I know that [fortls](https://github.com/gnikit/fortls) can read doxygen comments to produce intellisense for editors. Perhaps using their engine could ease the pain...