learn-co-curriculum / plotting-data-lab

Other
0 stars 5 forks source link

"Modifying First Trace" - wrong city name #16

Open dataoptimist opened 4 years ago

dataoptimist commented 4 years ago

Under this section, https://github.com/learn-co-curriculum/plotting-data-lab/tree/solution#modifying-our-first-trace, it states:

Assign the variable text_values equal to a list of names for the first three cities. Then we pass this information to our trace dictionary and assign it as the value for its text key.

text_values = ["Buenos Aires", "Toronto", "Pyeongchang"]

should instead be:

text_values = ["Buenos Aires", "Toronto", "Marakesh"]

widfre commented 4 years ago

the charts are not populating in the solution

mengyujackson121 commented 4 years ago

issue still not resolved