question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Be sane about axis limits when over-plotting

See original GitHub issue

Right now, it hard sets the limits to the range of the last set of samples that are plotted. This isn’t very useful. You can hack this by using the extent keyword but it would probably be good to default to something better… like only letting the limits get bigger. Eh? 🍁

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ljschumachercommented, May 22, 2019

how do I set the limits for a corner plot? I can’t find it in the documentation.

0reactions
jtlz2commented, Jul 8, 2021

@dfm - Fair point - I will open a new issue now 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

5.5 Dealing with Overplotting - R Graphics Cookbook
If the amount of overplotting is low, you may be able to alleviate the problem by using smaller points, or by using a...
Read more >
Reducing overplotting in scatterplots - Shapescience
It's clear scatterplots don't scale. But while overplotting is unavoidable well before big data, it is possible to mitigate it and limit ......
Read more >
How to set axis limits in ggplot2 without losing data - Roel Peters
In this blog post, I elaborate on setting axis limits in a plot, generated by ggplot2. There are two ways: one where you...
Read more >
Scatterplots with lattice
Scatterplots with lattice. We focus on studying the relationship between two quantitative variables -- possibly in conjunction with one or more categorical ...
Read more >
Chapter 4. Visualization with Matplotlib - O'Reilly
Over-plotting multiple lines ... Matplotlib does a decent job of choosing default axes limits for your plot, but sometimes it's nice to have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found