Lucas Shen Y. S.

Results 15 comments of Lucas Shen Y. S.

`import fuzzywuzzy as fuzz` `fuzz.partial_ratio(s, t)` --> 59 `fuzz.partial_ratio(s, p)` --> 82 ```python s = u"""this is a very high percentage and is a departure from the principle of self...

@Sreetama2001 can you also remove the _(1) from the siskova paper file name?

@jessicahislop do you have an example dataset to reproduce the error?

@Aleksandra130501 do you have minimal code and data example i can use to reproduce your error?

@jdoiii good catch. @liberaliscomputing Please try that. I had a similar issue when the estimate was (erroneously) higher/lower than the upper/lower confidence limits.

Hi @juancq, thank you for using the package! Do you mean the color of the confidence interval lines? Those would be from the `linecolor` kwarg https://github.com/LSYS/forestplot/blob/30f1eef6ae64fc9145af2b4ab94f4fd25a71375b/forestplot/graph_utils.py#L48 and https://github.com/LSYS/forestplot/blob/30f1eef6ae64fc9145af2b4ab94f4fd25a71375b/forestplot/graph_utils.py#L53 But off...

Hi @Katharinebarry, this has been raised before. See #77. Use the `"xline": 1` option. For errors, showing some reproducible example would help.

Hey sjiang40, thanks so much for pointing me to [matplotlib.pyplot.table](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.table.html). I was not aware of this. Seems like a potential solution to aligning the y-labels. Will investigate this for a...

happy to have you contribute @i-akshat-jain if you have something in mind without breaking what already works. happy to describe more

@jeanbaptisteb give me some time to look at this. But absolutely, if you submit a PR to fix it with tests passing (plus other example figures all looking as expected),...