Skip to content

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

Open
dfulachier wants to merge 3 commits intoNatelEnergy:masterfrom
dfulachier:master
Open

Use marker size as new dimension in Scatter (See #83)#86
dfulachier wants to merge 3 commits intoNatelEnergy:masterfrom
dfulachier:master

Conversation

@dfulachier
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants