mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-04 15:17:14 +00:00
first commit
This commit is contained in:
12
.venv/Lib/site-packages/plotly/validators/splom/_meta.py
Normal file
12
.venv/Lib/site-packages/plotly/validators/splom/_meta.py
Normal file
@ -0,0 +1,12 @@
|
||||
import _plotly_utils.basevalidators
|
||||
|
||||
|
||||
class MetaValidator(_plotly_utils.basevalidators.AnyValidator):
|
||||
def __init__(self, plotly_name="meta", parent_name="splom", **kwargs):
|
||||
super(MetaValidator, self).__init__(
|
||||
plotly_name=plotly_name,
|
||||
parent_name=parent_name,
|
||||
array_ok=kwargs.pop("array_ok", True),
|
||||
edit_type=kwargs.pop("edit_type", "plot"),
|
||||
**kwargs,
|
||||
)
|
Reference in New Issue
Block a user