Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « PolarAxes »

Méthode matplotlib.pyplot.PolarAxes.set_theta_zero_location

Signature de la méthode set_theta_zero_location

def set_theta_zero_location(self, loc, offset=0.0) 

Description

help(PolarAxes.set_theta_zero_location)

Set the location of theta's zero.

This simply calls `set_theta_offset` with the correct value in radians.

Parameters
----------
loc : str
    May be one of "N", "NW", "W", "SW", "S", "SE", "E", or "NE".
offset : float, default: 0
    An offset in degrees to apply from the specified *loc*. **Note:**
    this offset is *always* applied counter-clockwise regardless of
    the direction setting.


Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé