plotly / plotly/plotly.js

Polar contour plot / Contourpolar request

Open
#4,992 7 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature P3
Dominant language
JavaScript
Stars
18.3k
Forks
2k
Avg merge
2d 12h
Merged PRs (30d)
28

Description

Hi!

Your plotting library is really awesome! Thanks for that!

I'm currently trying to make the switch from matplotlib (for Python plots) to Plotly (also Python) and I was looking for an option to display contour plots in a polar coordinate system.

I came across the following issue in plotly.py where @emmanuelle suggested to create a post here in plotly.js.

Do you guys have the intention of creating a Contourpolar type of chart? Similar to the plot show below (created in matplotlib):
image
(source)

I've tried the Barpolar option, but it's not sufficient for the amount of detail I would like to visualize (a 360 degree water surface elevation plot), I think the plot I would like to display greatly benefits from being a contour plot.

Thanks in advance,
Sil

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not identify a file, test, or entry point. Start by tracing how Plotly.js represents polar and contour traces, then determine the scope needed for a Contourpolar chart. Done means a contour plot can display detailed data in polar coordinates with coverage in the relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
data-visualization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.