Tag: scaling

X and y axis equal scaling

When plotting data in Julia, it is often necessary to ensure that the X and Y axes have equal scaling. This can be particularly useful when visualizing data that has equal units

Read More »

Thickness scaling in plots jl

When working with plots in Julia, it is often necessary to adjust the thickness of the lines or markers used. This can be done using the linewidth parameter in the plot function.

Read More »