Skip to content

Legend Text Size #284

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions