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

Plot area does not take big marker sizes into account #164

Open
fnorf opened this issue Feb 6, 2017 · 1 comment
Open

Plot area does not take big marker sizes into account #164

fnorf opened this issue Feb 6, 2017 · 1 comment
Labels

Comments

@fnorf
Copy link

fnorf commented Feb 6, 2017

I made some circles:

import numpy
import toyplot
x = [1, 2]
y = [1, 2]
size = [10, 25]

canvas = toyplot.Canvas()
axes = canvas.cartesian()
mark = axes.scatterplot(x, y, size=size)

Seeing the gorgeous examples I somehow expected Toyplot to make sure the charts would always look fancy so I expected the chart area to grow accordingly to the markers.

Instead I got a marker (top right) that is cut off:
untitled

This is nothing important, probably by design but I wanted to express my surprise. :)

@tshead2 tshead2 added the Bug label Feb 7, 2017
@tshead2
Copy link
Member

tshead2 commented Feb 7, 2017

Yeah, this is not intended behavior. We do explicitly make room for text, we should be doing the same for markers.

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

No branches or pull requests

2 participants