Skip to content
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

Use marker size as new dimension in Scatter (See #83) #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dfulachier
Copy link

This feature is managed by plotly JS API, and seemed to be already (partially) implemented in plugin code. Feature requested in #83.

Scatter

Proper Plotly plug-in changes (marker size)
@dfulachier
Copy link
Author

Add a new "Max" field to be able to control symbols max size.
When "Max" field is set:

  • Ref field is ignored (it is automatically recomputed)
  • The item with max value gets a symbol with this requested Max size
  • Other items get a symbol size proportional to the "max" one
  • Min is still applied to avoid too small symbols
@gatopeich
Copy link

I would like to scale the markers proportional to the X and Y axes rather than pixels, so that a size 1 square on 0,0 would extend from (-0.5, -0.5) to (0.5, 0.5).
Would that be possible with your update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants