alembcke

Results 10 issues of alembcke

## Overview: What does this pull request change? Add documentation to `three_dimensions`. ## Motivation and Explanation: Why and how do your changes improve the library? More thorough and complete documentation...

## Description of bug / unexpected behavior When creating `ThreeDAxes` and adding a surface using the OpenGL renderer, the surface is rendered on top of the axes. This does not...

## Description of bug / unexpected behavior Shouldn't the method `~.get_axis_labels()` work for both `Axes` and `ThreeDAxes`? At the moment it only works for `Axes` and returns an error when...

## Description of bug / unexpected behavior When doing 3D animations with `Dot3D` or other 3D mobjects based on `OpenGLSurface` there are issues as `Surface` is a `VMObject` (vectorized) and...

issue:bug

It seems that installing magenta fails when using Python >=3.8. Below is my analysis, but let me know if I missed anything or if there is some other way to...

## Overview: What does this pull request change? Added documentation for lagged animations, including `AnimationGroup`, `Succession`, `LaggedStart` and `LaggedStartMap`. ## Motivation and Explanation: Why and how do your changes improve...

According to [PyPi](https://pypi.org/project/tf-quant-finance/#history) it looks like the last release of tf-quant-finance was about 10 months ago. There have been quite a few changes since then, including bug fixes. Is it...

## Overview: What does this pull request change? Added `colorscale` and `colorscale_axis` to `axes.plot()` to allow for colorscales by value for line plots. ## Motivation and Explanation: Why and how...

new feature

## Description of bug / unexpected behavior When applying `CurvesAsSubmobjects` to a `ParametricFunction`, the attributes of `ParametricFunction` are no longer available. This means that the new curve cannot be used...

refactor

I am trying to convert [these lines of code](https://github.com/google/tf-quant-finance/blob/4c4b57e9808f5b60184d8fd5f7f43aaf5871313b/tf_quant_finance/black_scholes/vanilla_prices.py#L126-L128) to JAX/Chex format. So I essentially want to invert `chex.assert_not_both_none` to get something like `chex.assert_not_both_not_none` meaning that one or the other...