Constantinos Menelaou
Constantinos Menelaou
I have created a [fork](https://github.com/konmenel/Kaleido) that essentially removes the stroke when Mathjax is loaded as @alexcjohnson suggested. I build kaleido locally and tested it using the snipped that @dajerlont provided...
Just created to [PR](https://github.com/plotly/Kaleido/pull/168).
I made the suggested changes. > One related aspect to think about: Do we anticipate that we'll need a distinction between x and y axis as well? Because if so,...
Sorry I forgot to update the ".pyi" file
> Basically yes. Exact spelling t.b.d. I think this is possible however it might look "ugly". The change will require the `Tick` class to know which child (`XTick`, `YTick`) was...
Out of the four, I prefer two: - "xtick.major.grid.linestyle" - many options already exist under "xtick.major.*" so it is logical. - "grid.xaxis.major.linestyle" - configures similar to both axis. Also, it...
I implemented the x and y axis distinction however I came across something that needs further clarification. Right now "grid.xaxis.major.linestyle" is a valid key but "grid.xaxis.linestyle" is not. Should it...
I added the What's New note. I am not if the syntax is correct for the rc parameters. I have never used rst before so let me know if it...
Do you want me to create the test in the file "test_rcparams.py" or create a separate file?
I was working on the test and I realised that the `get_gridlines()` only returns the major gridlines. If it's okay I will introduce two new functions `get_major_gridlines()` and `get_minor_gridlines()` to...