0

It's easy with pyplot but apparently pyplot shouldn't be used when embedding. I haven't been able to find any non-pyplot embedding examples where labels are used.

1
  • This is a bad question and not what I intended to ask but I won't delete it because there is already an answer. I meant to ask about legends in embedded plots. Commented Oct 23, 2015 at 15:54

1 Answer 1

0

Maybe you found this page, too. Maybe this example helps. I have not tested it, thus I cannot say if it works.

Staying with the example from the matplotlib example, the labels in the subplot self.axes can be set using self.axes.set_xlabel(x Label") or self.axes.set_ylabel("y Label").

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.