Open SunnySunnia opened 11 years ago
@tandrasfay
we had a similar issue; the old plotting code was not removed so it's throwing an error. we ran the group's new plotting function below, but it just shows a blank plot of california.
there doesn't appear to be a cache of the data, or the ability to cache the live data.
we tried plotting alaska, but the lat/lon values for central-california are hard-coded.
it's reproducible, but difficult to generalize to other regions.
input parameter names do not match the attribute name in the dataframe:
ex: Longitude in the datafrome, but used dataframe.Lon
also, did not see the points representing the earthquakes...