Set Ticks and Limits
Task
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 fromstart
toend
with the step ofstep
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.94Awesome!
Completion rate improved to 2.94
Set Ticks and Limits
Task
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 fromstart
toend
with the step ofstep
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4
single
Awesome!
Completion rate improved to 2.94
Set Ticks and Limits
Swipe to show menu
Task
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 fromstart
toend
with the step ofstep
.
Solution
Everything was clear?
Thanks for your feedback!