Skip to content
#

plotting

Here are 1,030 public repositories matching this topic...

bokeh
tcmetzger
tcmetzger commented Oct 26, 2021

As a follow-up to #11540, we would like to add metadata to as many examples as possible. This will not only make the examples more usable as they are right now, but it will also open up new possibilities to search for and crosslink examples.

For the purpose of this issue, 'standalone examples' are all .py files in these folders in this repository:

  • examples/plotting/file
  • `examples/mode
Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.

now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.

a lot of code can already be regression-tested by simply running all the demos and val

good first issue
VisualMelon
VisualMelon commented Dec 28, 2020

It is currently a pain to use an OxyPlot.WinfowsForms.PlotView with a transparent background: it throws if you set its BackColor to transparent. To avoid this, it is necessary to set the ControlStyles.SupportsTransparentBackColor style to true on the PlotView; however, Control.SetStyle is protected, so consumers must resort to reflection or extending PlotView to do so. This could be

maximlt
maximlt commented Nov 5, 2021

Annotations don't look good in a Heatmap with a large amount of data and those that are rendered in the high values range are barely visible with the default color map. Heatmaps generated with the Bokeh backend don't have annotations by default.

See this example taken from the reference gallery:
![image](https://user-images.githubusercontent.com/35924738/140487561-3cdb38ea-8694-4328-ab9f-bfdda

tag: backend: mpl good first issue type: enhancement type: hvplot
kangalioo
kangalioo commented Jul 21, 2020

What is the feature ?

I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:

  1. Shorthand functions for Pos: Pos::top_right, Pos::bottom_right, Pos::bottom_center etc..
  2. Short way to set colors for components. Currently, lots of boilerplate is required for e.g. white-on-black plotos
    • a cool start would b
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
BeastyBlacksmith
BeastyBlacksmith commented Jan 26, 2022

Details

This shouldn't happen

using Plots
plot(rand(4,4), layout = 2, series_annotations = [1 2; 3 4])
Error showing value of type Plots.Plot{Plots.GRBackend}:
ERROR: type Array has no field baseshape
Stacktrace:
  [1] getproperty(x::Vector{Plots.SeriesAnnotations}, f::Symbol)
    @ Base ./Base.jl:42
  [2] serie
Makie.jl
pyvista
tkoyama010
tkoyama010 commented Apr 25, 2022

Describe what maintenance you would like added.

maintenance good first issue
MetPy
avatar101
avatar101 commented Mar 17, 2022

What should we add?

The maximum Eady growth rate (EGR) is a measure of baroclinic instability. I couldn't find a function in MetPy which implements that. NCL has a function implemented to do that here. The formula is not complicated to implement.

However, does MetPy also considers making the NCL functionali

Type: Feature Area: Calc good first issue

Improve this page

Add a description, image, and links to the plotting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plotting topic, visit your repo's landing page and select "manage topics."

Learn more