セクション 2. 章 5
single
Challenge: Aggregate Grading Curve Plot
メニューを表示するにはスワイプしてください
Clear visualization of aggregate grading curves is essential for making informed mix design decisions in civil engineering. By plotting percent passing against sieve sizes on a logarithmic scale, you can easily compare aggregate samples, check specification compliance, and optimize material blends for concrete or asphalt mixes. This approach enhances your ability to interpret and communicate material characteristics effectively, supporting better engineering outcomes.
タスク
スワイプしてコーディングを開始
Write a function to plot an aggregate grading curve using matplotlib. The function must:
- Use the provided sieve sizes and percent passing values.
- Plot percent passing versus sieve size using a logarithmic scale for the sieve size axis.
- Label the x-axis as "Sieve Size (mm)".
- Label the y-axis as "Percent Passing (%)".
- Set the plot title to "Aggregate Grading Curve".
- Invert the x-axis so larger sieve sizes are on the left.
- Display a grid on the plot.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください