Set Ticks and Limits
Tâche
Swipe to start coding
Using the .set() function, set the following parameters:
- limit values on the x-axis to
(0, 30000); - limit values on the y-axis to
(40, 80); - set ticks on the x-axis so that they will have a step of
5000(for instance,0, 5000, 10000, 15000, ...). You can use thenp.arange(start, end, step)function there. It will generate numbers fromstarttoendwith the step ofstep.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 4
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Suggested prompts:
Résumer ce chapitre
Expliquer le code dans file
Expliquer pourquoi file ne résout pas la tâche
Awesome!
Completion rate improved to 2.94
Set Ticks and Limits
Glissez pour afficher le menu
Tâche
Swipe to start coding
Using the .set() function, set the following parameters:
- limit values on the x-axis to
(0, 30000); - limit values on the y-axis to
(40, 80); - set ticks on the x-axis so that they will have a step of
5000(for instance,0, 5000, 10000, 15000, ...). You can use thenp.arange(start, end, step)function there. It will generate numbers fromstarttoendwith the step ofstep.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 4
single