# Slot: share_x 


_Panel groups that share one x scale, each entry a comma-separated list of mosaic keys ('c,g,h'). Every panel in a group ends on the union of the group's limits. Declare it whenever a panel's tick labels are hidden as another panel's: hiding them alone asserts a shared scale the axes do not actually have, and a reader then compares two panels drawn at different ranges._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/share_x](https://w3id.org/tvbo/slot/share_x)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Figure](../classes/Figure.qmd) | A publication figure, a mosaic of panels rendered from result containers |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:string](http://www.w3.org/2001/XMLSchema#string) |
| Domain Of | [Figure](../classes/Figure.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
| Multivalued | Yes |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [Figure](../classes/Figure.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo/figure




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:share_x |
| native | tvbo:share_x |




## LinkML Source

<details>
```yaml
name: share_x
description: 'Panel groups that share one x scale, each entry a comma-separated list
  of mosaic keys (''c,g,h''). Every panel in a group ends on the union of the group''s
  limits. Declare it whenever a panel''s tick labels are hidden as another panel''s:
  hiding them alone asserts a shared scale the axes do not actually have, and a reader
  then compares two panels drawn at different ranges.'
from_schema: https://w3id.org/tvbo/figure
rank: 1000
owner: Figure
domain_of:
- Figure
range: string
multivalued: true

```
</details></div>