NEW
Font size
WorksheetsComputer Grade 9 FT1 - Python Chart
Total questions: 10
Worksheet time: 5mins
It is the graphical representation of information and data.
Data Report
Data Gathering
Data Visualization
Data Tool
True or False:
Matplotlib allows you to make easy things. You can generate plots, histograms, power spectra, bar charts, error charts, scatterplots, etc., with just a few lines of code.
True
False
True or False:
All methods are available on pyplot and on the axes instance generally.
True
False
It is the plypot command that adds text in an arbitrary location.
title( )
text( )
xlabel( )
ylabel( )
It is the plypot command that adds text to the x-axis.
title( )
text( )
xlabel( )
ylabel( )
It is the plypot command that adds text to the y-axis.
title( )
text( )
xlabel( )
ylabel( )
It is the plypot command that adds title to the plot.
title( )
text( )
xlabel( )
ylabel( )
It is the plypot command that removes all plots from axes.
title( )
clear( )
save_fig( )
legend( )
It is the plypot command that saves your figure to a file.
clear( )
save_file( )
save_fig( )
legend( )
It is the plypot command that shows a legend on the plot.
clear( )
save_file( )
show_legend( )
legend( )
