Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am writing my first README for a group project and having difficulty getting the API Google Heat Map to appear as an image in the Readme.

For all other pictures I used the below code to save the images to a file folder:

plt.gcf()

plt.savefig("images/name_of_file.png")

For the Heat Map, I downloaded by clicking the upper left hand corner of the image.

In the ReadMe, my code to display the image looks like:

<img src="images/1_drinking_bin_correlation_matrix.png" width="700" height="400">
<img src="images/2_top_5_pie_chart.png" width="700" height="400">
<img src="images/3_part_one_heat_map.png" width="700" height="400">
<img src="images/4_continent_boxplot.png" width="700" height="400">

All, the pictures are displaying correctly, excluding the HeatMap - only a blank image appears.

Any ideas? Thanks!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
335 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...