Update dash table by selecting points on scatter plot
问题 I am working on a dash dashboard. Here is my code: # IMPORT SECTION import dash import dash_table import dash_core_components as dcc import dash_html_components as html import dash_bootstrap_components as dbc from dash.dependencies import Input, Output import plotly.graph_objs as go import numpy as np import pandas as pd from math import ceil from matplotlib.cm import Set3 # INPUT DATA n = 7 d_min = 0.2 d_max = 0.8 d_step = 0.1 N_min = 2000 N_max = 8000 N_step = 1000 D = 40 h = 20 dataframe