-
I have seen that sympy implicit plots are giving plots with inconsistent line thickness.
Maybe it is a wrong direction to use complicated adaptive sampling schemes to plot curves in the plane, while …
-
Currently, our contour plots plot the raw data from simulations, it may be a smoother experience for users if we instead plotted interpolated data when, for example, we change the top of the domain.
-
Collection of ideas to replace basemap
* https://scitools.org.uk/cartopy/docs/latest/
* https://github.com/python-visualization/folium/issues/958
* https://stackoverflow.com/questions/65634602/pl…
-
Currently the docstring of `samples.plot.kde_2d()` reads as
```python
"""KDE plot: See anesthetic.plot.kde_contour_plot_2d."""
```
I think this is not good enough. For `samples.plot_2d()` it is …
-
Is there a way to create contour plot in getVerticalSection.
Currently, getVerticalSection uses Java's JFreeChart library to create chart for depth cross section on LINESTRING using the GODIVA 2 Web…
-
When using an observable in `contour`, and updating the observable, the plotted contours often (not always) disappear – leaving a blank axis.
MWE short script:
```julia
using WGLMakie
fig = Fi…
-
Hello! I have successfully made animations (thank you!) but now am interested in making the animations look like the still figures I create. At the very least, how can I plot contour lines on top of t…
-
I'm seeing an issue where spurious horizontal contour lines appear on my map depending on the number of contour levels I choose. I can also make the horizontal lines go away by 'zooming out' or broad…
-
would be nice to have.
See also this SO question: https://stackoverflow.com/questions/58087096/a-plot-describing-the-density-of-data-points-in-2d-space-in-julia
The solution could be based on this o…
-
The library currently has no support for items like histograms (1D or 2D), bar charts, contour plots, or even regular line plots with error bars.