> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/drawtab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/drawtab/core/pressure/pen-pressure-curves/pressure-curve-null.md).

# Null pressure curve

## Introduction

The null pressure curve is the most important pressure curve - exactly because it does nothing. We can apply the null pressure curve to any pressure profile, and it will not shift the profile in any direction.

## Definition

The definition of a null profile is a pressure curve function that takes the input logical pressure and returns that very same value as the output logical pressure. In other words, f(p) = p.

<figure><img src="/files/4Vkn8LAnntpdC6bmNQho" alt=""><figcaption></figcaption></figure>

If you take the range of input logical pressures, which range from zero to one, and plot them on the X axis of a chart, and then you apply the null pressure curve to those values and plot the result of the function on the Y axis, then you get a straight line at 45° that goes from the lower-left corner to the upper-right corner of the chart.

Any time you see a chart like this, it clearly identifies the null pressure curve. And you can be sure that it does not do anything to a pressure response.

In the chart above, you can see there has been no change because the orange line, which represents the pressure response after applying the curve, has exactly the same shape as the original pressure response.

## Null pressure curves are extremely useful

We encounter pressure curves in tablet drivers and in creative applications. These kinds of applications often use the null pressure curve as the default value for any pressure curves they have. This isn't always true, but it is a very common thing to see.

If you're ever trying to solve some problem with the pressure of your pen, then knowing about the null pressure curve is useful. It might be that your pressure curve was somehow modified and is affecting your pen. So a very common troubleshooting tip is to make sure that your pressure curve has been reset back to the null pressure curve. This way, you can be sure it is not affecting what is going on.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sevenpens.com/drawtab/core/pressure/pen-pressure-curves/pressure-curve-null.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
