chartify/examples.py [1133:1139]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ch.plot.scatter(
        data_frame=data,
        x_column="x",
        y_column="y",
        size_column="z",
        color_column="country",
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



chartify/examples.py [1542:1548]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ch.plot.scatter(
        data_frame=data,
        x_column="x",
        y_column="y",
        size_column="z",
        color_column="country",
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



