Oscar Gustafsson
Oscar Gustafsson
Bug Fix For "matplotlib eventplot not shows all the binary data for big number of events" - Draft PR
And after reading the code, no, the reason is that snapping is off. As @jklymak thought that snapping can be off here, it should be good to go. But please...
Bug Fix For "matplotlib eventplot not shows all the binary data for big number of events" - Draft PR
That should be the correct ones, yes! If you copy those to the `lib/matplotlib/tests/baseline_images` (plus correct subdirectory `test_YYY`) and add them to the PR (overwrite the old ones), it should...
This is a bit confusing. `e22d` comes from https://github.com/matplotlib/matplotlib/blob/5de27aab2a15f644510ba73f564c6d441fadc42d/lib/matplotlib/_mathtext_data.py#L1286 If I understand it correctly, this is used if the "normal" rendering doesn't work. Here, the best match is used, should...
Maybe the analysis was not 100% correct, but if you install https://github.com/stipub/stixfonts/ and set `plt.rcParams['mathtext.fontset'] = 'stix'` you will at least not get an error. Then, it looks like there...
For what it is worth: this does not seem to be an issue on main using Linux (CentOS 7). So either it has been fixed in main or it is...
I have unified the doc-strings and refactored the line style verification a bit, so that all `set_linestyle` methods rely on the same code. Question: it is "line style" in text,...
I would also like some input on the best format to normalize/store line-styles. Now, they are normalized to the "short" format `'-'`, `'--'`, `'-.'`, `':'`, and `'none'`, but I think...
I guess the proper way to actually handle empty line styles in collections is to separate the line style and the dashes as in lines. Does anyone foresee any obvious...
Test failures (probably/hopefully) related to #24155
I think that this needs to be discussed as it is not really clear to me how the transition should happen. I'll add it the next time I manage to...