Skip to content

Commit 1c7d689

Browse files
committed
add note about vertical lines
1 parent e8d0ab8 commit 1c7d689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Note [the Final Project submission](final_project.md#submission) is slightly dif
120120
- The column and the GeoJSON properties have values that match
121121
- **`SettingWithCopyWarning`:** [How to fix](https://www.dataquest.io/blog/settingwithcopywarning/)
122122
- **`input()` stuck:** Jupyter can be a bit buggy when dealing with interactive input. If it seems to get stuck or you aren't seeing a prompt when you'd expect one, try clicking the `{{coding_env_kernel_name.title()}}` menu then `Restart Kernel`.
123-
- **The values are out of order along the axis of a Plotly chart:** Make sure that:
123+
- **In a visualization, the values are out of order along the axis, or you're seeing vertical/zig-zag-y lines:** Make sure that:
124124
- The values are integers/floats/[timestamps](https://plotly.com/python/line-charts/#line-plots-on-date-axes), not strings, where applicable.
125125
- [Line charts: The column used for the X axis is sorted.](https://plotly.com/python/line-charts/#data-order-in-line-charts)
126126
- **`AttributeError: partially initialized module 'orjson' has no attribute 'OPT_NON_STR_KEYS'`:** Add the following cell before your other Plotly code, then `Restart and run all`{% if id == "nyu" %} (⏩){% endif %}.

0 commit comments

Comments
 (0)