Luke Davis

Results 33 issues of Luke Davis

Example: I also tried the following workaround from #1086 to at least disable the markings but it does not work: ```vim " Attempt to remove markdown markings in preview window...

wontfix

In RST, the proper way to comment out lines is by prefixing them with a `..` followed by a newline and two spaces: ```rst .. This is a comment. It...

bug
question

I often have very long tables that cannot be shortened and raise line-too-long doc8 errors. For example: ```rest ======================= ====================================================================================================== Header Description ======================= ====================================================================================================== Rather long header item My very...

help wanted
feature

I get the following traceback in a `jupyter console` session with the `itermplot==0.5` version recommended in the readme. Using `pip install --upgrade itermplot` to version 0.331 also does not help....

Follow-up from discussion in #68. IMO functions decorated with `@property` should be excluded from imperative mood checking. Given this example: ```python @property def quantity(self): """The data values of this `~xarray.DataArray`...

I want to programatically detect whether the `%matplotlib inline` backend is available, because I am writing a package that tries to automatically activate either the `qt` or `inline` backends. Unfortunately...

status:awaiting-response

I think it would be really awesome if users could generate mp4s and gifs by passing arrays with an extra "time" dimension and the keyword arg `animate=True` to arbitrary plotting...

feature

This will implement a `Color` class with methods that replace the confusingly names, loose methods currently defined under `utils.py` like `set_luminance` and `set_alpha`. The old methods will redirect to new...

enhancement

This PR will make a variety of improvements to inset title, outer title, "super" label, "super" title, inset colorbar, and inset legend positioning with the use of a few `matplotlib.offsetbox.AnchoredOffsetbox`...

enhancement
high priority

### Problem It is quite common to want separate figure-files for individual subplots along with a single larger figure containing the exact same subplots in a grid. In matplotlib, there...

feature