There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME Matplotlib::Simple =head1 AUTHOR David E. Condon =head1 LICENSE FreeBSD

Simple bar plot fed from simple hash: { # simple bar plot Fri => 76, Mon => 73, Sat => 26, Sun => 11, Thu => 94, Tue => 93, Wed => 77 }, or a grouped bar plot: { # barplot with groups 1942 => [ 109867, 310000, 7700000 ], # US, Japan, USSR 1943 => [ 221111, 440000, 9000000 ], 1944 => [ 318584, 610000, 7000000 ], 1945 => [ 318929, 1060000, 3000000 ], },

Simple bar plot fed from simple hash: { # simple bar plot Fri => 76, Mon => 73, Sat => 26, Sun => 11, Thu => 94, Tue => 93, Wed => 77 }, or a grouped bar plot: { # barplot with groups 1942 => [ 109867, 310000, 7700000 ], # US, Japan, USSR 1943 => [ 221111, 440000, 9000000 ], 1944 => [ 318584, 610000, 7000000 ], 1945 => [ 318929, 1060000, 3000000 ], },

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 1698:

Unknown directive: =example

Around line 1839:

Unknown directive: =example