1#!/usr/bin/env bash
2# Demonstration of -w through a series of cycle plots
3# This one shows how to wrap annual time and make a histogram
4gmt begin GMT_cycle_3
5	gmt set GMT_THEME cookbook
6	gmt histogram @mississippi.txt -R-3/9/0/8 -JX15c/7c -T1 -Gred -W1p -Bxaf -Byaf+l"10@+6@+ m@+3@+/s" -BWSrt+t"Average monthly discharge" -Z0+w -i0,1+s1e-6 -wa
7gmt end show
8