Plot a histogram for the mileage, using 10 bins. Name the x and y axes appropriately. Give the plot a title "firstname_mileage".
Create a scatterplot showing "mileage" versus "value". Name the x and y axes appropriately. Give the plot a title "firstname_mileage_scatter".
Plot a scatter matrix showing the relationship between all columns of the dataset on the diagonal of the matrix. Plot the kernel density function.
Create a boxplot for the "value" column. Name the x and y axes appropriately. Give the plot a title "firstname_box_value".
Create a bar chart indicating stolen vehicles by type of vehicle. For each type, plot two bars: one in red color showing the total stolen and one in blue showing the total not stolen. Name the x and y axes appropriately. Give the plot a title "firstname_stolen_by_type".