bigframes.geopandas.GeoSeries.plot#
- property GeoSeries.plot#
Make plots of Series.
Examples:
>>> import bigframes.pandas as bpd >>> ser = bpd.Series([1, 2, 3, 3]) >>> plot = ser.plot(kind='hist', title="My plot") >>> plot <Axes: title={'center': 'My plot'}, ylabel='Frequency'>
- Returns:
An accessor making plots.
- Return type:
bigframes.operations.plotting.PlotAccessor