hello I want to show the "data" in a scatter plot

datos= {
                                    "traigo": [
                                        {
                                            "close": 19462.44,
                                            "tiempo": 1
                                        },
                                        {
                                            "close": 19259.41,
                                            "tiempo": 2
                                        },
                                        {
                                            "close": 19300.62,
                                            "tiempo": 3
                                        }
                                
                                    ]
                                }

Reply via email to