plotting
Here are 1,030 public repositories matching this topic...
Currently, the example is broken again:
https://matplotlib.org/stable/gallery/text_labels_and_annotations/rainbow_text.html
However, the spacing looks fine when running the exact same script locally.
Mabye there is a certain rcParams
set in the documentati
-
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
Apr 25, 2022 - Python
-
Updated
Apr 21, 2022 - Python
For example, the data is (3.8,4.5,4.6,4.7,4.9)
while I'm using tech.tablesaw.aggregate.AggregateFunctions.percentile function, the 90th percentile is 4.9, however, if the percentile function supports linear interpolation, the 90th percentile should be 4.82, which is adopted by most other programming languages.
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
I think it could be useful, when one wants to plot only e.g. class 1, to have an option to produce consistent plots for both plot_cumulative_gain and plot_roc
At the moment, instead, only plot_roc supports such option.
Thanks a lot
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:
, 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
-
Updated
Apr 25, 2022 - JavaScript
Compare https://github.com/JuliaPlots/Makie.jl/blob/master/src/stats/boxplot.jl#L31-L64 with http://makie.juliaplots.org/stable/plotting_functions/boxplot.html#Makie.boxplot
This should be a good beginner issue :)
-
Updated
Jan 7, 2022 - JavaScript
Describe what maintenance you would like added.
-
A clear and concise description of the maintenance problem.
https://github.com/pyvista/pyvista/blob/04516fe3b1b556d8df4f105fb6f43ff874a9939b/pyvista/plotting/plotting.py#L4397-L4408
The docstring says thatexport_obj
returnsvtkOBJExporter
, but it actually returns nothing. Please modify the docstring and remove the return. -
If you
-
Updated
Sep 21, 2021 - R
-
Updated
Apr 14, 2022 - OCaml
-
Updated
Mar 14, 2022 - Python
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
-
Updated
Apr 11, 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