Christopher Tessum

Results 18 issues of Christopher Tessum

Since it seems acceptable to use this space to indicate interest in specific features, I would like to request polygon intersections. The Go language currently lacks a high quality library...

Hello, I have a system of chemical reactions that describe the thermodynamic equilibrium of a system. It is described as a system of reactions, and each reaction has an equilibrium...

Useful for plots that include chemical names, variables, etc. (example: R2). A possible way to implement this would be to support a subset of Markdown or HTML syntax (for subscript...

This makes it possible for external types to implement the interface without copying all data points. Fixes #442. Please take a look.

### What are you trying to do? I would like to be able to specify the aspect ratio of the plots, for instance to make sure geometric shapes look right...

Right now, plotter.NewPolygon takes `...XYer` as an input. However, it seems like it is difficult to actually get data in that format. Would it make sense to add an interface...

It could be fixed by making the color-mapper separate from the heat map, and then either requiring the color-mapper to be an argument to NewHeatMap, or requiring GridXYZ to be...

Hello, Continuing from #83, and starting with this test: https://github.com/SciML/MethodOfLines.jl/blob/17f4cbf786d733d9b487efe3b708ae77771d180e/test/pde_systems/MOL_1D_Linear_Diffusion.jl#L742-L789 I change the equation `Dt(u(t,x)) ~ Dxx(u(t,x))` to be `Dt(u(t,x)) ~ Dxx(u(t,x)) + v(t)`: ``` julia using ModelingToolkit, MethodOfLines, OrdinaryDiffEq,...

Sometimes, for a group assignment, it is desirable to manually change the score of one group member while leaving the score the same for the rest of the group members....

Adds a test for upstream bug fixed [here](https://github.com/ctessum/polyclip-go/commit/b4c12673bc80394c472b18f168a042f904ec948c). Fixes #2