Set Ticks and Limits
Compito
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.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 4
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Fantastico!
Completion tasso migliorato a 2.94
Set Ticks and Limits
Scorri per mostrare il menu
Compito
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.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 4
single