Skip to content
#

Python

python logo

Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 751 public repositories matching this topic...

superset
rumbin
rumbin commented Jan 31, 2022

The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.

How to reproduce the bug

  1. Create a mixed time-series chart
  2. Configure axi
good first issue #bug validation:validated preset:cares
posthog
tiina303
tiina303 commented Mar 22, 2022

Is your feature request related to a problem?

Person display name is not customizable. Currently we show email if that property exists, then name and otherwise User <id>. Code https://github.com/PostHog/posthog/blob/b1f304754fa37a2f72fe4b3ad51f8ed6bdf707b7/frontend/src/scenes/persons/PersonHeader.tsx#L17

Describe the solution you'd like

Would be nice if that could be customizable.

enhancement good first issue feature/settings
goatchurchprime
goatchurchprime commented Oct 30, 2018

I don't think this is a duplicate ticket, even though it's quite an obvious feature after that cat demo at SciPy2018.

The code that selects and renders the different geos is here in the THREE.js code
https://github.com/maartenbreddels/ipyvolume/blob/master/js/src/scatter.js#L57

I don't know quite where/how to inject the mesh definition compatible with the data file of this form, but i

enhancement help wanted good first issue
eatonphil
eatonphil commented Nov 17, 2021

Unlike all the existing charts that graph a string (most likely) against a number, this graphs numbers on both axises. So in addition to the configuration changes needed for passing the right field to chartjs, the PR for this should also change the "preferred type" to "number" for the x axis when the chart type is scatter plot.

enhancement good first issue
usaco-guide

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby