-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
AxisAnchor AxisReference #55
Comments
again run into this problem that the number of subplots is limited by having this is there a need to make this sealed? look for instance https://plot.ly/python/subplots/#multiple-custom-sized-subplots the syntax definitely suggest that it should seamlessly work for arbitrary many AxisReferences Please, any comment is highly apprecitated |
The current restriction might just be for historical reasons because plotly upstream is constantly evolving (I haven't checked though). Do you want to look into it and perhaps create a PR with a more generic solution for |
This is unfortunately not trivial because the plotly-scala/render/shared/src/main/scala/plotly/internals/ArgonautCodecsInternals.scala Lines 122 to 123 in 6a8f629
However, I would need a plain String... |
for those who stumble upon this and need a quick solution from scala:
super tiny, but with this you can already access all plotly features however recent they may be Remarks on Type Support:
|
the current AxisAnchor / AxisReference implementation looks unnecessarily limited.
Putting both together, currently the only options for axisanchor are "x", "x1", ..., "x3", "y", ..., "y4", "free"
for instance there can only 5 subplots right now
Maybe this is a plotly limitation, I don't know, but if not, please consider taking off this limiting factor of subplots.
The text was updated successfully, but these errors were encountered: