plotting
Here are 1,050 public repositories matching this topic...
Bug summary
For Axes.vlines(), when I want to use axes coordinate for ymin / ymax, as suggested in blended transformation, ymin is incorrectly treated as data coordinate.
Axes.hlines() has a similar problem with xmin.
Code for reproduction
# Sample derived -
Updated
Apr 2, 2022 - Python
Tests
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
-
Updated
Jun 11, 2020 - C++
-
Updated
Jun 1, 2022 - Python
-
Updated
May 31, 2022 - Python
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
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:
 about which types they accept. Possibly also a listing of convert_arguments signatures which are applicable to each
I get the following warning when I use Plots with the Plotly backend:
┌ Warning: PlotlyBase 0.8.18 is not compatible with this version of Plots. The declared compatibility is 0.7.
Backends
This bug occurs on ( insert x below )
| Backend | yes | no | untested |
|---|---|---|---|
| gr (defaul |
-
Updated
May 31, 2022 - JavaScript
-
Updated
Jan 7, 2022 - JavaScript
Describe the bug, what's wrong, and what you expected.
I just did pip install pyvista, but afterwards noticed that meshio was not included. this is pyvista 0.34.1 on Windows 10, python 3.7.5, using pip 19.2.3. I retried (fresh venv, et cet) with pip 22.1.1 and same result.
Steps to reproduce the bug.
Insert code here System Information
Date: Tue M-
Updated
Sep 21, 2021 - R
-
Updated
Apr 27, 2022 - Python
-
Updated
May 17, 2022 - OCaml
What should we add?
Currently, metpy.interpolate.cross_section only operates by interpolating to a geodesic between specified start and end points. This becomes problematic when:
- Data are not georeferenced (e.g., idealized cloud models)
- User wants a straight path in the projection of their data (e.g., a rhumb line in lat/lon data)
- User seeks one of the dimensions of target points t
-
Updated
May 7, 2022 - R
Improve this page
Add a description, image, and links to the plotting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plotting topic, visit your repo's landing page and select "manage topics."
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