Kaj-Ivar van der Wijst

Results 3 issues of Kaj-Ivar van der Wijst

Very strange indeed. ``` fig = go.Figure() fig.add_scatter(x=[1,2,3],y=[5,6,7]) fig.update_xaxes(title='Test', title_standoff=0, showticklabels=False) ``` produces: ![image](https://user-images.githubusercontent.com/863938/102076317-d5f18300-3e07-11eb-9166-8237638a2264.png)

type: bug

It might be nice to be able to compute quantiles after a groupby command, maybe in a syntax similar to this: ``` ( df .filter(variable="Emissions|CO2") .compute.groupby("category") .quantiles([0.05, 0.95]) .plot(color="category", fill_between=True)...

Hi, While this plugin works great with normal markdown documents, most of my model documentation is located in the docstrings of functions. Unfortunately, the citations I put in the docstrings...