Lucas Shen Y. S.
Lucas Shen Y. S.
Hi, thanks for the great package. Is there a place where I can find what are the options I can pass into **kwargs to change the look of the maps?
Hi, thanks for all the comprehensive and great work and making this open. Are there any plans for subnational data for India?
Is it possible to open a link when I click on the live2d widget? I am using this in my code ```html L2Dwidget.init({"model":{"scale":1,"hHeadPos":0.5,"vHeadPos":0.618,"jsonPath":"/live2dw/assets/hijiki.model.json"},"display":{"superSample":2,"width":150,"height":300,"position":"right","hOffset":0,"vOffset":-20},"mobile":{"show":true,"scale":0.5},"react":{"opacityDefault":0.7,"opacityOnHover":0.2},"log":false,"pluginJsPath":"lib/","pluginModelPath":"assets/","pluginRootPath":"live2dw/","tagMode":false}); ```
I have a transcript (t) and a paragraph (p) taken from this transcript. I want to match a 2nd substring (s) to both p and t. Using partial ratio, if...
Hi, is it possible to customize the legend's axis labels in `splot`'s `vba_choropleth`? (I'm referring to this guide: https://nbviewer.org/github/pysal/splot/blob/main/notebooks/mapping_vba.ipynb) ```python from libpysal import examples import matplotlib.pyplot as plt from splot.mapping...
Some of the Lexical diversity/lexical richness studies have been cited in the [Readme](https://github.com/LSYS/LexicalRichness/blob/master/README.rst). However, the `readme.rst` does not include links to these articles. Nor does the repo include those articles...
Allow soft failure of HDD when the number of words in the text is less than the number of draws. Return `nan` when this happens
See [issue48-table-does-not-work-6rows-or-fewer.ipynb](https://github.com/LSYS/forestplot/blob/main/docs/assets/issue52-table-does-not-work-6rows-or-fewer.ipynb). ```python df = fp.load_data("sleep") fp.forestplot(df.head(6), # the dataframe with results data estimate="r", # col containing estimated effect size ll="ll", hl="hl", # lower & higher limits of conf. int....