Conversation
|
wow, that was fast @aespitia, thanks so much! Do you think we should roll changes from #4893 into this PR too and merge it all at once? I haven't done a thorough review yet, but adding underline support seems closely related and I'm not sure whether these branches would cause merge conflicts or perhaps if you'd be a good person to consolidate these different PRs into this one because you have the finger on the pulse of what our emerging API is for font styling. I'm about to head out camping for several days, but I'll be back Monday and can take a closer look after that! It's at Anastasia State Park in Florida with 100F/38C heat so it'll be quite an experience lol Thanks again for all your help on this! I really appreciate all the heavy lifting you do with these complex PRs and nuanced topics 🚀 |
I think this particular PR is a little different, this one is about legend markers, I had this PR in before the Font Resolver PR, however, I think the #4893 underline changes can probably be merged into the font one, I can make another local branch and do a test merge to see if I run into any conflicts, but it might go in clean. Also, have fun camping in this heat, I'm in NC, and it's not been fun outside for the last few weeks lol. stay hydrated! |
|
@swharden I locally did a test merge with the Underline branch + this Marker branch and separately did the Underline + the Font branch and did not run into any merge conflicts with either one, so they should all be able to be merged cleanly |
Thanks for looking into it! I just merged and it was super easy 😎
It was fun, but not gonna challenge that in July again lol 🔥 |
|
Hi @aespitia I have recently opened a new pull request that builds upon the changes made here. It would be great if you could take a look at my changes to ensure they don’t conflict with the intent of your original fix. I tried to preserve the functionality you introduced while resolving the size and clipping issues. Thanks in advance |
I pulled your branch and the recipe i added still works, I like it, thanks for taking a look. I wasn't sure what was going on in there, which is why I left that note in there, but it had fixed an existing bug anyway where some of the legend items were using the wrong marker anyway. thanks again! |
|
Quick update, signal plots now show large circle markers
I think the issue is here. I'll try to get a quick fix in by editing #5048 ScottPlot/src/ScottPlot5/ScottPlot5/Primitives/Legend.cs Lines 321 to 335 in a69387c |
* Fonts.Reset() * Legend: improve default marker styling extends #5006 * Radar: use new polar plot rotation features

This is to hopefully implement a default marker type, in case you want to keep all of legend defaults, but change the marker style. Looking for feedback from @swharden or anyone else familiar with the Legend/LegendItems, but hopefully fixes issue #5005
I included a new cookbook item for Legend > Default Marker style