-
The python scripts have just gained several new features. Unit tests are needed to ensure these new features work correctly in a variety of test cases that they may encounter - linear/log, 0-4 axis po…
-
-
Smith Chart support would be wonderful! As seen the manual, 5.11
I just did a PR for the PFGPlots.jl library, but I think this library will suit the goals better. I believe the best way to implemen…
-
It would be nice, especially on polar plots, to have labels that follow the curve, like these:
![screen shot 2018-10-17 at 1 08 42 pm](https://user-images.githubusercontent.com/10103420/47113414-d…
-
**Bug summary**
Saving matplotlib polar plots on Windows 7 and Windows 10, with MiKTex 2.9.7.000, fails for some formats (e.g., pdf, svg) and works for others (e.g., png, jpg)
**Code for reprodu…
-
**Review of the Autoassess area metrics/recipes in ESMValTool**
(associated code changes PR #1192 )
The Autoassess recipes are clearly labelled in the ESMValTool/esmvaltool/recipes repository (we …
-
It would be nice to have a nifty logo.
-
I modified the PolarSDK-ECG-HR-Demo app to add an Activity that plots HR and RR as a strip chart. Screenshot attached. I can send you the changes if you are interested, no obligation. It seems like…
-
Wondering if splitting the package would be a good idea: ClimateTools and ClimateMaps? There's a lot of dependencies problem caused by the mapping features.
-
Negative radii are silently dropped, but the corresponding angle entries are not:
```
julia> plot(rand(200), rand(200) .- 0.5, proj=:polar)
Error showing value of type Plots.Plot{Plots.GRBackend}…