Kelly Kearney

Results 19 comments of Kelly Kearney

Thanks for bringing this to my attention. I'll play around with your code suggestion in my test cases and merge it into the main branch if all works well.

Thank you for noting this. It appears to be related to the font size modification; I'll have to determine whether the mistake is in my code or in the underlying...

I like the concept. However, setting the axis line colors will only work properly if the legend isn't on top of anything (including data in an axis). For more recent...

2014b+ fix implemented: f29cb4e0e78691b9f0fd82d94408fbdf6c7bb1d6

This seems to be a bug (or feature?) within legend, which appears when legend is called with multiple outputs. The legendflex function then inherits this behavior. Compare: ```matlab Hb =...

This should be a pretty straightforward option to add to the pcolorbar function (which contourfcmap calls). Added to my to-do list...

I'm not familiar with TiledLayout; which version of Matlab are you running? Are you trying to use legendflex within App Designer, maybe, rather than a figure? This error implies that...

Following up on my own question... TiledChartLayout objects (created by tiledlayout function) were introduced in 2019b. It seems that rather than just creating a grid of axes, it wraps said...

Thanks for pointing out this issue. The logic behind the legendflex function doesn't currently support multi-line entries; adding that capability will require a bit of reworking of the code. I'll...

okay, I've received enough feedback on this topic that I'll try to implement the behavior above. I think I'll allow for a couple different behaviors: 1) remove NaNs/Infs 2) Keep...