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

Commit bff028b

Browse files
committed
fix formatting so that images display on s.c.o
s.c.o does not support hyperlinking images, so we make a list with the hyperlinks and images below
1 parent b2615e6 commit bff028b

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

lib/WebService/Plotly.pm

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,34 @@ A sample of the plots available are shown below (if you don't see images below,
4545
view this documentation on L<MetaCPAN|https://metacpan.org/pod/WebService::Plotly>).
4646
To view the example code, follow the links.
4747
48+
=over 2
49+
50+
=item * L<Fishschool Scatter Graph|https://plot.ly/perl/script-demos/fishschool>
51+
4852
=begin html
4953
50-
<div>
51-
<ul>
52-
<li> <a href="https://plot.ly/perl/script-demos/fishschool"><img src="https://plot.ly/static/img/demoscriptthumbs/fishschool.png"/></a> </li>
54+
<div><img src="https://plot.ly/static/img/demoscriptthumbs/fishschool.png"></div>
5355
54-
<li> <a href="https://plot.ly/perl/script-demos/histarea"><img src="https://plot.ly/static/img/demoscriptthumbs/histarea.png"/></a> </li>
56+
=end html
5557
56-
<li> <a href="https://plot.ly/perl/script-demos/math"><img src="https://plot.ly/static/img/demoscriptthumbs/math.png"/></a> </li>
57-
</ul>
58-
</div>
58+
=item * L<Histogram Area Plot|https://plot.ly/perl/script-demos/histarea>
59+
60+
=begin html
61+
62+
<div><img src="https://plot.ly/static/img/demoscriptthumbs/histarea.png"></div>
5963
6064
=end html
6165
66+
=item * L<Math Scores|https://plot.ly/perl/script-demos/math>
67+
68+
=begin html
69+
70+
<div><img src="https://plot.ly/static/img/demoscriptthumbs/math.png"></div>
71+
72+
=end html
73+
74+
=back
75+
6276
=head1 CONSTRUCTOR
6377
6478
WS::Plotly uses a standard Moo constructor.

0 commit comments

Comments
 (0)