Skip to content

Legend Text Size #284

@alioacar

Description

@alioacar

legend = self.legend(**pyplot_arguments)
plt.setp(legend.get_texts(), fontsize=8)
return legend

Is there a specific reason for forcing the legend text size? It seems to work better when we turn that off and use the pyplot argument instead.

ax.set_legend(
...
        fontsize=14,
...    )

wind_analysis (2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions