Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 94e2981

Browse files
committed
v1.133330
- add examples, courtesy of sivoais
1 parent 72a13b7 commit 94e2981

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for {{$dist->name}}
22

33
{{$NEXT}}
44

5+
1.133330 2013-11-29 20:46:18 Europe/Berlin
6+
- add examples, courtesy of sivoais
7+
58
1.133230 2013-11-19 19:15:17 Europe/Berlin
69
- restrict PDL data to integers to avoid platform porting issues
710

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"provides" : {
7070
"WebService::Plotly" : {
7171
"file" : "lib/WebService/Plotly.pm",
72-
"version" : "1.133230"
72+
"version" : "1.133330"
7373
}
7474
},
7575
"release_status" : "stable",
@@ -85,6 +85,6 @@
8585
"web" : "https://github.com/cparmer/plotlyperl"
8686
}
8787
},
88-
"version" : "1.133230"
88+
"version" : "1.133330"
8989
}
9090

README.pod

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WebService::Plotly - access plot.ly programmatically
44

55
=head1 VERSION
66

7-
version 1.133230
7+
version 1.133330
88

99
=head1 SYNOPSIS
1010

@@ -35,6 +35,35 @@ Note that WS::Plotly caches the filename on the plotly server inside the object,
3535
so that further plot/style/layout calls can be used to modified an existing
3636
plot.
3737

38+
=head1 EXAMPLES
39+
40+
You can find examples plots at L<https://plot.ly/api/perl/>.
41+
42+
=begin html
43+
44+
A sample of the plots available are shown below. To view the example code, follow the links.
45+
46+
<style type="text/css">
47+
#inline-list ul, #inline-list li {
48+
display: inline;
49+
list-style: none;
50+
padding: 5px;
51+
}
52+
</style>
53+
<div id="inline-list">
54+
<p>
55+
<ul>
56+
<li> <a href="https://plot.ly/perl/script-demos/fishschool"><img src="https://plot.ly/static/img/demoscriptthumbs/fishschool.png"/></a> </li>
57+
58+
<li> <a href="https://plot.ly/perl/script-demos/histarea"><img src="https://plot.ly/static/img/demoscriptthumbs/histarea.png"/></a> </li>
59+
60+
<li> <a href="https://plot.ly/perl/script-demos/math"><img src="https://plot.ly/static/img/demoscriptthumbs/math.png"/></a> </li>
61+
</ul>
62+
</p>
63+
</div>
64+
65+
=end html
66+
3867
=head1 CONSTRUCTOR
3968

4069
WS::Plotly uses a standard Moo constructor.

0 commit comments

Comments
 (0)