Tim Wheeler

Results 28 issues of Tim Wheeler

[Reel.jl](https://github.com/shashi/Reel.jl) lets you string frames together into videos (or gifs, etc.) I figured out how to use it with PGFPlots, but it requires setting (a very small number of) things...

enhancement

Is there any chance for implementing a piecewise uniform distribution? (univariate or multivariate). This is what a histogram generates. Most stats functions on it should be well-defined; just not sure...

This [line](https://github.com/gpoore/pythontex/blob/d0beafa088161957508809464b0ab331b1681c6e/pythontex/pythontex_engines.py#L1117) calls Weave.jl for juliaconsole output with the doctype "tex". That doctype is no longer supported. The tex options as far as I can tell are now "texminted" and...

When trying to access the example problems I get the following redirect notice: ![Selection_720](https://github.com/Pyomo/PyomoGallery/assets/3334079/963bcbd7-fc24-4670-aabc-e802c6b1bd72)

Thank you for this great package! I tried modifying the example "Copy Task" code to have a 50% chance of producing a 9-token string and otherwise produce a 10-token string:...

I've been experiencing an issue where using `Plots.Scatter` and then producing a legend causes those legend entries to have lines: ![image](https://github.com/JuliaTeX/PGFPlots.jl/assets/3334079/aa4146f4-fbe7-4c2c-8ebf-4efab728b5ce) ``` Plots.Scatter([x[1] for x in xs_est], [x[2] for x...

Currently, if a column is named 'class' it will cause the resulting js code to fail. Perhaps warn the user?

We may want functionality for Composite Charts

enhancement

We may want functionality for BubbleOverlayCharts

enhancement

This long-term feature request would figure out an intelligent way to arrange the charts on the canvas to make best use of the space available. Perhaps grow and shrink them...

enhancement