We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g., instead of having to write:
(-> {:x (range 9) :y (repeatedly 9 rand) :index [:A :B :A :B :A :B :A :B :A]} tc/dataset (plotly/base {:=width 1366}) (plotly/layer-point {:=x :x :=y :y :=color :index}))
it would be nice to be able to also write:
(-> {:x (range 9) :y (repeatedly 9 rand) :index [:A :B :A :B :A :B :A :B :A]} tc/dataset (plotly/layer-point {:=x :x :=y :y :=color :index :=width 1366}))
and still have the :=width affect the resulting layour.
:=width
The text was updated successfully, but these errors were encountered:
Zulip discussion: #tableplot-dev > plotly + clay --> set width?
Sorry, something went wrong.
Thanks, @harold.
No branches or pull requests
E.g., instead of having to write:
it would be nice to be able to also write:
and still have the
:=width
affect the resulting layour.The text was updated successfully, but these errors were encountered: