Exporting data only works as pdf. Axis labels are getting small and unreadable

2 views (last 30 days)
Hello,
I am working with the Episode Manager and getting the following plot:
Somehow I am only allowed to save this as pdf or png. It is shown here:
The pdf is having one scale, where the title and axis labels are very small and unreadable. How can I save this as a figure or in .eps format?
I would like to have more control with these data

Accepted Answer

Emmanouil Tzorakoleftherakis
Edited: Emmanouil Tzorakoleftherakis on 9 Apr 2021
You cannot save as .fig from the episode manager plot. If you have the training data though (it's good practice to save this data for further use) you can recreate this plot yourself.
E.g.,
load mdpTrainingStats trainingStats
plot(trainingStats.EpisodeIndex, trainingStats.EpisodeReward)
% add more here

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!