Bryan Head

Results 62 issues of Bryan Head

Note that the level 1 pot still operate additively with level 1 cv for controlling the frequency of the internal oscillator as that is handled separately on line 84.

Often I want to create a new behaviorspace experiment based on an old one after updating the model. I don't want to duplicate the old one since, often, the available...

enhancement

This makes impossible, for example, to export data as CSV in the Sandpile model:

A good example is Diffusion on a Directed Network: NLW: ![image](https://cloud.githubusercontent.com/assets/28215/9114536/0829068a-3c20-11e5-8c31-ce48b98ffc37.png) Desktop: ![image](https://cloud.githubusercontent.com/assets/28215/9114548/1545f954-3c20-11e5-95ef-0deacfd48417.png)

Beak
low priority
contributor-friendly

To reproduce, open up this model in Tortoise and NetLogo. `setup`, `go`, and then hit the `crt num-turtles...` button over and over. In NetLogo, you'll see turtles pop up briefly...

Beak
low priority

Currently, attempting to report a heterogeneous list gives a `ParseException` pyNetLogo attempts to the elements of a `LogoList` based on the type first element: ``` > netlogo.report('["hi" 8]') java.text.ParseException: Java...

enhancement

The `margin_titles` argument of `FacetGrid` is quite useful for improving the space efficiency and readability of faceted plots in some cases. The seaborn.objects API has very powerful and easy to...

wishlist

Adds a `fmt` argument to the `so.Text` mark, allowing the user to pass in a [format string](https://docs.python.org/3/library/string.html#formatstrings) to format the text before display. I also considered having it just take...

This PR is more the sketch of an idea to gauge interest/get feedback (albeit a functional one). I've wanted to be able to label the value of aggregated data points....

I have typescript-notebook working locally, but when I try to use it while remote-sshed into another machine, executing cells will spin forever. The "TypeScript Kernel" output lists: ``` Starting node...