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.

box plots displaying <NULL> as series/category on x-axis

See original GitHub issue

How to reproduce the bug

  1. Setup using Docker installation, go to any example box plot (Degrees vs Income or Box Plot)

Screenshots

image

It’s supposed to look like this (using hosted preset):

image

Environment

(please complete the following information):

  • browser type and version: Chrome 91.0.4472.164
  • superset version: apache/superset:latest-dev Docker image as of Oct. 12, 2021 (not sure what exact version it is, I only see 0.0.0dev in browser)

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • [ x ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • [ x ] I have reproduced the issue with at least the latest released version of superset.
  • [ x ] I have checked the issue tracker for the same issue and I haven’t found one similar.

Additional context

Followed setup instructions as documented here: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/. Running docker-compose -f docker-compose-non-dev.yml up brought up everything, and was working very smoothly for the most part. Unfortunately ran into this issue with box plots, which is kind of a showstopper.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
konfiotcommented, Oct 7, 2021

Same issue, also docker install, on both example datasets (wb_health_population) and our datasets The SQL Command seems fine, it outputs the correct results in SQL Lab No errors seem to pop up either in the docker logs output or in the console output in the web client

0reactions
konfiotcommented, Nov 4, 2021

Will try next week, thanks !

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do you draw a boxplot without specifying x axis?
You have to provide some dummy value to x . theme() elements are used to remove x axis title and ticks. ggplot(mtcars,aes(x=factor(0) ...
Read more >
[GitHub] [superset] konfiot commented on issue #16985
Hi, it's still happening with the latest release, a few informations : let's use the "Degrees vs Income" box plot of the "FCC...
Read more >
Exploring ggplot2 boxplots - Defining limits and adjusting ...
Identifying boxplot limits and styles in ggplot2. ... Boxplots are often used to show data distributions, and ggplot2 is often used to visualize ......
Read more >
Box Plot Properties – X-axis
In a box plot, the X-axis is always categorical. Note: If All values in data (nest) or All possible values (cross) are selected,...
Read more >
Box-and-whisker plots on Excel
Hello! I would like help in plotting box-and-whisker plots on Excel, using time on the x-axis (a continuous variable).
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