Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
arroyo38 committed Jan 2, 2025
1 parent f8a2b08 commit c31991b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools-appendix/modules/python/pages/matplotlib.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ plt.tight_layout()
plt.show()
----

When creating plots, it's improtant to try to understand the overall trends they reveal. From the plot, we observe that among the first 10 places, Mobile, Phoenix, and Little Rock have the highest precipitation levels.
When creating plots, it's improtant to try to understand the overall trends they reveal. From the plot, we observe that among the first 10 places, Mobile, Juneau, and Little Rock have the highest precipitation levels.

image::matplot-scatterplot-aa.png[Plotting a scatterplot, width=792, height=500, loading=lazy, title="Scatterplot in Matplotlib"]

2 changes: 1 addition & 1 deletion tools-appendix/modules/python/pages/plotly-examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ fig = px.box(
fig.show()
----

image::barcharts-plotly-aa.png[Box-plot using Plotly, width=792, height=500, loading=lazy, title="First Box-plot Plotly"]
image::boxplot-plotly-aa.png[Box-plot using Plotly, width=792, height=500, loading=lazy, title="First Box-plot Plotly"]



Expand Down

0 comments on commit c31991b

Please sign in to comment.