Open Ezequiel92 opened 3 years ago
when using marker those get also sliced up. So if you have dynamic sizes where you use the maximum and minimum of your data you will end up with those being sliced up
well that is really a feature of latex (and hence pgfplots) that it will append as much space as needed to show any content.
The outcome is that the figure of the pgfplotsx-backend will have a different size than what is specified in the defaults, while GR will always have exactly the size you tell it.
Note, that you can increase the margin via margins = 2Plots.cm
or similar.
When using personalized limits with big fonts in GR the tick labels can get cut-off.
For example, consider this MWE
you get
With a bigger plot, there is still clipping, for example with
you get
In contrast PGFPlotsX works just fine with its defaults
gives
(even without the legend there is no clipping).
I know that the trivial fix is to use left and top margins. That is way I put this as an enhancement and not a bug, as it would be nice if the defaults worked just fine across backends.
Versions
From
julia> versioninfo()
From
(@v1.5) pkg> status
From
(@v1.5) pkg> st -m