[
    "You create a line graph to visualize the trend of stock prices over time.",
    "You draw a scatter plot to analyze the relationship between temperature and ice-cream sales.",
    "You design a pie chart to represent the distribution of votes in an election.",
    "You generate a bar graph to compare the sales performance of different products.",
    "You plot a histogram to display the frequency distribution of student grades in a class.",
    "You sketch a box plot to identify outliers in a dataset.",
    "You construct a 3D plot to visualize the surface plot of a mathematical function.",
    "You create a heat map to illustrate the correlation between variables in a dataset.",
    "You chart a radar plot to compare the performance of multiple entities across different metrics.",
    "You map a decision boundary using a scatter plot to classify data points in machine learning.",
    "You encode data points on a geographic map to visualize the spatial distribution of a phenomenon.",
    "You draw a network plot to visualize the connections between nodes in a complex system.",
    "You generate a ternary plot to represent the proportions of three components in a mixture.",
    "You use a contour plot to visualize the level curves of a 3D function on a 2D plane.",
    "You create a violin plot to display the probability density of data at different values.",
    "You draw a stream plot to visualize the flow of a vector field.",
    "You plot a time series graph to observe the trend in stock prices over a period.",
    "You design a waterfall chart to show the cumulative effect of sequentially introduced positive and negative values.",
    "You generate a spider plot to compare the performance of different entities across multiple variables.",
    "You sketch a q-q plot to assess if a dataset follows a specific distribution.",
    "You construct an area plot to represent the cumulative contribution of different categories over time.",
    "You create a density plot to visualize the distribution of data as a smooth curve.",
    "You draw a contourf plot to represent the filled contours of a 2D array.",
    "You plot a surface plot to visualize the response of a function with two input variables.",
    "You generate a parallel coordinates plot to visualize the relationships between multivariate data points.",
    "You design a bubble chart to display data points in the form of bubbles where the size represents a third variable.",
    "You construct a hexbin plot to represent the distribution of data points in a hexagonal grid.",
    "You create a joy plot to visualize the distribution of data for different categories.",
    "You plot a lollipop chart to compare values using a line segment for the data points and circles at the end."
]