Conteúdo do Curso
Visualization in Python with matplotlib
Visualization in Python with matplotlib
Group by Continuous Variable
Swipe to show code editor
This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi'
column values.
- Initialize a scatter plot with the next parameters:
Save the call of the
.scatter()
function to thecax
variable.- Set points color (
c
) to the'hdi'
column values of thedata
; - Set colormap (
cmap
) to'plasma'
.
- Set points color (
- Apply
.colorbar()
function toFigure
object assigningcax
as an argument.
Obrigado pelo seu feedback!
Group by Continuous Variable
Swipe to show code editor
This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi'
column values.
- Initialize a scatter plot with the next parameters:
Save the call of the
.scatter()
function to thecax
variable.- Set points color (
c
) to the'hdi'
column values of thedata
; - Set colormap (
cmap
) to'plasma'
.
- Set points color (
- Apply
.colorbar()
function toFigure
object assigningcax
as an argument.
Obrigado pelo seu feedback!
Group by Continuous Variable
Swipe to show code editor
This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi'
column values.
- Initialize a scatter plot with the next parameters:
Save the call of the
.scatter()
function to thecax
variable.- Set points color (
c
) to the'hdi'
column values of thedata
; - Set colormap (
cmap
) to'plasma'
.
- Set points color (
- Apply
.colorbar()
function toFigure
object assigningcax
as an argument.
Obrigado pelo seu feedback!
Swipe to show code editor
This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi'
column values.
- Initialize a scatter plot with the next parameters:
Save the call of the
.scatter()
function to thecax
variable.- Set points color (
c
) to the'hdi'
column values of thedata
; - Set colormap (
cmap
) to'plasma'
.
- Set points color (
- Apply
.colorbar()
function toFigure
object assigningcax
as an argument.