changed default show_legend = True for hv.Path elements#4919
Conversation
|
Addresses issue #2601 |
|
Sorry I didn't get around to review this. The problem here is that in many cases you are plotting a lot of paths which might be colored by different values and you do not want to generate a legend for this case by default. This is the original reason this was disabled by default, so simply setting it to true is not something I'm okay with merging. I don't currently have an alternative suggestion though. |
|
Should it respect the |
|
We had gone through a discussion of this in the past: I also found I seem to get bitten by this about once a year: As an alternative, might an argument "label='...'" without setting |
No description provided.