lukestein’s avatarlukestein’s Twitter Archive—№ 5,652

    1. …in reply to @JedKolko
      @JedKolko I love doing these! Here’s working with some data on distance from the ocean: scatter latitude longitude if inrange(latitude, 20, 35) & inrange(longitude, -90, -75) & inrange(distance, 0,5), msize(tiny)
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @lukestein
    @JedKolko And with Ben Jann’s great -heatplot- heatplot distance latitude longitude if inrange(latitude, 20, 35) & inrange(longitude, -90, -75) & (distance < 0) & inrange(distance, -200,0), xdiscrete(0.04) ydiscrete(0.04) cuts(-200(20)0)
    oh my god twitter doesn’t include alt text from images in their API