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

Add support for xref/yref paper for shapes with layer "between" #6989

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

Conversation

my-tien
Copy link
Contributor

@my-tien my-tien commented Apr 30, 2024

Previously, a shape with layer "between" and xref/yref "paper" fell back to layer = "below".

To support paper refs, I split up the cartesianLayer into a cartesianLayerBelow (where plot background and gridlines are drawn) and cartesianLayerAbove (where the rest is drawn). Between the two is a new layerBetween.

Disclaimer I am required to add that…

the software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. in no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

src/plot_api/plot_api.js Outdated Show resolved Hide resolved
@my-tien
Copy link
Contributor Author

my-tien commented May 6, 2024

@archmoj I finally fixed all failing tests except for baselines. Could you have a look again? :)

@my-tien
Copy link
Contributor Author

my-tien commented May 10, 2024

Again, remaining failing tests are unrelated baseline images (I think).

@my-tien
Copy link
Contributor Author

my-tien commented May 21, 2024

@archmoj Please let me know if there is anything else I should look into before the PR can be approved.

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

Successfully merging this pull request may close these issues.

None yet

2 participants