vMeijin / pySmithPlot

Matplotlib extension for creating Smith charts with Python
127 stars 73 forks source link

How to change the distance of the labels? #25

Closed alexpacini closed 4 years ago

alexpacini commented 5 years ago

I would like to move the "Z0 = 50 Ohm" or the values of the axis (the imaginary units further away from the plot). Is there an easy option?

alexpacini commented 5 years ago

Here it is:

 axes.ylabel.correction: (-1, 0, 0)
    Correction in x, y, and radial direction for the labels of the imaginary axis.
    Usually needs to be adapted when fontsize changes 'font.size'.
    Accepts: (float, float, float)